Html Css Color HEX #A11918 Fire Brick

📋 copy color: '#A11918'

red 161 ◦ green 25 ◦ blue 24

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

Shades of Fire Brick #A11918

Tints of Fire Brick #A11918

RGB

 RED value IS 161 (63.28% from 255) = 76.67%

 GREEN value IS 25 (10.16% from 255) = 11.9%

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

R = 76.67%
G = 11.9%
B = 11.43%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.85

 K value IS 0.37

RGB Variations

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

Color information

#A11918 (or 0xA11918) is known color: Fire Brick. HEX triplet: A1, 19 and 18. RGB value is (161,25,24). Sum of RGB (Red+Green+Blue) = 161+25+24=210 (27% of max value = 765). Red value is 161 (63.28% from 255 or 76.67% from 210); Green value is 25 (10.16% from 255 or 11.90% from 210); Blue value is 24 (9.77% from 255 or 11.43% from 210); Max value from RGB is 161 - color contains mainly: red. Hex color #A11918 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A11918 is #5EE6E7. Grayscale: #414141. Windows color (decimal): -6219496 or 1579425. OLE color: 1579425.

HSL color Cylindrical-coordinate representation of color #A11918: hue angle of 0.44º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A11918 is Cyan = 0, Magento = 0.84, Yellow = 0.85 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 25 24 -
CMYK 0 0.84 0.85 0.37
HSL 0.44º 0.74% 0.36% -
HSV(B) 0.44º 0.85% 0.63% -
XYZ 15.21 8.34 1.67 -
YUV 65.55 104.56 196.08 -
System Red Green Blue C M Y K H S L
Decimal 161 25 24 0 0.84 0.85 0.37 0.44 0.74 0.36
Hex A1 19 18 0 54 55 25 0 4A 24
Octal 241 31 30 0 124 125 45 0 112 44
Binary 10100001 11001 11000 0 1010100 1010101 100101 0 1001010 100100

Color Harmonies of #A11918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11918

Black with #A11918

Text Example


Text Example

White with #A11918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11918; }

 p { color: rgb(161,25,24); }

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

background-color css

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

 a { background-color: rgb(161,25,24); }

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

border-color css

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

 span { border-color: rgb(161,25,24); }

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