Html Css Color HEX #A11914 Fire Brick

📋 copy color: '#A11914'

red 161 ◦ green 25 ◦ blue 20

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

Shades of Fire Brick #A11914

Tints of Fire Brick #A11914

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 9.71%

R = 78.16%
G = 12.14%
B = 9.71%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.88

 K value IS 0.37

RGB Variations

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

Color information

#A11914 (or 0xA11914) is known color: Fire Brick. HEX triplet: A1, 19 and 14. RGB value is (161,25,20). Sum of RGB (Red+Green+Blue) = 161+25+20=206 (27% of max value = 765). Red value is 161 (63.28% from 255 or 78.16% from 206); Green value is 25 (10.16% from 255 or 12.14% from 206); Blue value is 20 (8.20% from 255 or 9.71% from 206); Max value from RGB is 161 - color contains mainly: red. Hex color #A11914 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A11914 is #5EE6EB. Grayscale: #414141. Windows color (decimal): -6219500 or 1317281. OLE color: 1317281.

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

Color convert

RGB 161 25 20 -
CMYK 0 0.84 0.88 0.37
HSL 2.13º 0.78% 0.35% -
HSV(B) 2.13º 0.88% 0.63% -
XYZ 15.17 8.32 1.47 -
YUV 65.09 102.56 196.41 -
System Red Green Blue C M Y K H S L
Decimal 161 25 20 0 0.84 0.88 0.37 2.13 0.78 0.35
Hex A1 19 14 0 54 58 25 2 4E 23
Octal 241 31 24 0 124 130 45 2 116 43
Binary 10100001 11001 10100 0 1010100 1011000 100101 10 1001110 100011

Color Harmonies of #A11914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11914

Black with #A11914

Text Example


Text Example

White with #A11914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11914; }

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

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

background-color css

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

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

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

border-color css

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

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

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