Html Css Color HEX #BA1A18 Fire Brick

📋 copy color: '#BA1A18'

red 186 ◦ green 26 ◦ blue 24

#BA1A18
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fire Brick #BA1A18

Tints of Fire Brick #BA1A18

RGB

 RED value IS 186 (73.05% from 255) = 78.81%

 GREEN value IS 26 (10.55% from 255) = 11.02%

 BLUE value IS 24 (9.77% from 255) = 10.17%

R = 78.81%
G = 11.02%
B = 10.17%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.87

 K value IS 0.27

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BA1A18 (or 0xBA1A18) is known color: Fire Brick. HEX triplet: BA, 1A and 18. RGB value is (186,26,24). Sum of RGB (Red+Green+Blue) = 186+26+24=236 (31% of max value = 765). Red value is 186 (73.05% from 255 or 78.81% from 236); Green value is 26 (10.55% from 255 or 11.02% from 236); Blue value is 24 (9.77% from 255 or 10.17% from 236); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1A18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA1A18 is #45E5E7. Grayscale: #494949. Windows color (decimal): -4580840 or 1579706. OLE color: 1579706.

HSL color Cylindrical-coordinate representation of color #BA1A18: hue angle of 0.74º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BA1A18 is Cyan = 0, Magento = 0.86, Yellow = 0.87 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 26 24 -
CMYK 0 0.86 0.87 0.27
HSL 0.74º 0.77% 0.41% -
HSV(B) 0.74º 0.87% 0.73% -
XYZ 20.78 11.24 1.94 -
YUV 73.61 100.01 208.16 -
System Red Green Blue C M Y K H S L
Decimal 186 26 24 0 0.86 0.87 0.27 0.74 0.77 0.41
Hex BA 1A 18 0 56 57 1B 1 4D 29
Octal 272 32 30 0 126 127 33 1 115 51
Binary 10111010 11010 11000 0 1010110 1010111 11011 1 1001101 101001

Color Harmonies of #BA1A18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1A18

Black with #BA1A18

Text Example


Text Example

White with #BA1A18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1A18; }

 p { color: rgb(186,26,24); }

 H1.HeaderClassName
 {
   color: #BA1A18;
 }
 .AnyTagClassName
 {
   color: #BA1A18;
 }
</style>

background-color css

<style>
 a { background-color: #BA1A18; }

 a { background-color: rgb(186,26,24); }

 div.DivClassName
 {
   background-color: #BA1A18;
 }
 .BgClassName
 {
   background-color: #BA1A18;
 }
</style>

border-color css

<style>
 span { border-color: #BA1A18; }

 span { border-color: rgb(186,26,24); }

 td.TdClassName
 {
   border-color: #BA1A18;
 }
 .TagClassName
 {
   border-color: #BA1A18;
 }
</style>