COLOR #BA2618

HEX: #BA2618
RGB: (186,38,24)

Color info

#BA2618 contains mainly red color. Web safe color of #BA2618 is #CC3300 (or #C30).

RGB color model

#BA2618 color RGB value is (186,38,24).

  • red value is 186;
  • green value is 38;
  • blue value is 24.
RGB:
(186,38,24)
(73%,15%,9%)

RGB channels and saturation

R 186 of 255 = 73%
G 38 of 255 = 15%
B 24 of 255 = 9%

186
38
24

R + G + B ~ 32%. #BA2618 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
186 + 38 + 24 = 248 (100%)
R 186 of 248 ~ 75%
G 38 of 248 ~ 15.32%
B 24 of 248 ~ 9.68%

%75
%15.32
%9.68

CMYK color model

#BA2618 color CMYK value is (0,80,87,27).

  • cyan value is 0.00%
  • magenta value is 79.57%
  • yellow value is 87.10%
  • key color value is 27.06%
CMYK:
(0,80,87,27)
C0M80Y87K27 
(0%,80%,87%,27%)
(0.00/0.80/0.87/0.27)	

CMYK percentages

%0
%79.57
%87.1
%27.06

Codes

Color #BA2618 in popluar color models

BA2618
RGB1863824
HSL77.14%41.18%
HSB/HSV87.10%72.94%
CMYK0.00%79.57%87.10%
27.06%

Color #BA2618 in popluar number systems.

HEXBA2618
Decimal1863824
Binary1011101010011011000
Octal2724630

Shades and tints

Shades of #BA2618

#BA2618
(186,38,24)
#AA2316
(170,35,22)
#9A2014
(154,32,20)
#8A1D12
(138,29,18)
#7A1A10
(122,26,16)
#6A170E
(106,23,14)
#5A140C
(90,20,12)
#4A110A
(74,17,10)
#3A0E08
(58,14,8)
#2A0B06
(42,11,6)
#1A0804
(26,8,4)
#000000
(0,0,0)

Tints of #BA2618

#BA2618
(186,38,24)
#C0392D
(192,57,45)
#C64C42
(198,76,66)
#CC5F57
(204,95,87)
#D2726C
(210,114,108)
#D88581
(216,133,129)
#DE9896
(222,152,150)
#E4ABAB
(228,171,171)
#EABEC0
(234,190,192)
#F0D1D5
(240,209,213)
#F6E4EA
(246,228,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BA2618 color. Also use rgb(186,38,24) instead hex code.

Text Font Color

.myTextColor { color: #BA2618; }

<p style="color:#BA2618">This sample text font color is #BA2618.</p>

This text font color is #BA2618.


Background Color

.myBgColor { background-color: #BA2618; }

<div style="background-color:#BA2618">Inner text</div>

This div background color is #BA2618.


Border color

.myBorderColor { border: 1px solid #BA2618; }

<div style="border:3px solid #BA2618">Div</div>

This div border color is #BA2618.


Opacity

.myOpacity80 { color: #BA2618; opacity: 0.8; }

<p style="color:#BA2618;opacity:0.8;">80%</p>

Text with #BA2618 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #BA2618;}

<p style="text-shadow: 3px 3px 1px #BA2618">Text here.</p>

This text has shadow with #BA2618 color.

.textShadow {text-shadow: 3px 3px 1px #BA2618, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #BA2618, 5px 5px 20px red">Text here.</p>

This text has shadow with #BA2618 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BA2618, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#BA2618, Direction=45, Strength=4)">Text</p>

This text has shadow with #BA2618 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #BA2618;
  -webkit-box-shadow:	1px 1px 3px 2px #BA2618;
  box-shadow:		1px 1px 3px 2px #BA2618;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BA2618;
-webkit-box-shadow: 1px 1px 3px 2px #BA2618;
box-shadow:1px 1px 3px 2px #BA2618;">
Div content here</div>
This div box has shadow with color #BA2618.

Preview

Color preview on black background

This text has color #BA2618 on black background.


Color preview on white background

This text has color #BA2618 on white background.



Black color preview on #BA2618 background

This text has black color on #BA2618 background.


White color preview on #BA2618 background

This text has white color on #BA2618 background.