#A71916

Color #A71916 Fire Brick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fire Brick #A71916

Tints of Fire Brick #A71916

Color information

#A71916 (or 0xA71916) is unknown color: approx Fire Brick. HEX triplet: A7, 19 and 16. RGB value is (167,25,22). Sum of RGB (Red+Green+Blue) = 167+25+22=214 (28% of max value = 765). Red value is 167 (65.62% from 255 or 78.04% from 214); Green value is 25 (10.16% from 255 or 11.68% from 214); Blue value is 22 (8.98% from 255 or 10.28% from 214); Max value from RGB is 167 - color contains mainly: red. Hex color #A71916 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A71916 is #58E6E9. Grayscale: #434343. Windows color (decimal): -5826282 or 1448359. OLE color: 1448359.

HSL color Cylindrical-coordinate representation of color #A71916: hue angle of 1.24º degrees, saturation: 0.77, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A71916 is Cyan = 0, Magento = 0.85, Yellow = 0.87 and Black (K on CMYK) = 0.35.

Color convert

RGB1672522-
CMYK00.850.870.35
HSL1.24º76.72%37.06%-
HSV(B)1.24º86.83%65.49%-
XYZ16.438.971.62-
YUV67.12102.54199.24-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 78.04%
GREEN value IS 25 (10.16% from 255) = 11.68%
BLUE value IS 22 (8.98% from 255) = 10.28%
R=78.04%
G=11.68%
B=10.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.87
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167252200.850.870.351.2476.7237.06
HexA71916055572314d25
Octal2473126012512743111545
Binary10100111110011011001010101101011110001111001101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A71916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A71916; }

 p { color: rgb(167,25,22); }

 H1.HeaderClassName
 {
   color: #A71916;
 }
 .AnyTagClassName
 {
   color: #A71916;
 }
</style>
background-color css

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

 a { background-color: rgb(167,25,22); }

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

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

 span { border-color: rgb(167,25,22); }

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