#A71812

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

Shades of Fire Brick #A71812

Tints of Fire Brick #A71812

Color information

#A71812 (or 0xA71812) is unknown color: approx Fire Brick. HEX triplet: A7, 18 and 12. RGB value is (167,24,18). Sum of RGB (Red+Green+Blue) = 167+24+18=209 (27% of max value = 765). Red value is 167 (65.62% from 255 or 79.90% from 209); Green value is 24 (9.77% from 255 or 11.48% from 209); Blue value is 18 (7.42% from 255 or 8.61% from 209); Max value from RGB is 167 - color contains mainly: red. Hex color #A71812 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A71812 is #58E7ED. Grayscale: #424242. Windows color (decimal): -5826542 or 1185959. OLE color: 1185959.

HSL color Cylindrical-coordinate representation of color #A71812: hue angle of 2.42º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A71812 is Cyan = 0, Magento = 0.86, Yellow = 0.89 and Black (K on CMYK) = 0.35.

Color convert

RGB1672418-
CMYK00.860.890.35
HSL2.42º80.54%36.27%-
HSV(B)2.42º89.22%65.49%-
XYZ16.378.911.43-
YUV66.07100.88199.99-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 79.90%
GREEN value IS 24 (9.77% from 255) = 11.48%
BLUE value IS 18 (7.42% from 255) = 8.61%
R=79.90%
G=11.48%
B=8.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.89
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167241800.860.890.352.4280.5436.27
HexA71812056592325124
Octal2473022012613143212144
Binary101001111100010010010101101011001100011101010001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A71812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A71812; }

 p { color: rgb(167,24,18); }

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

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

 a { background-color: rgb(167,24,18); }

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

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

 span { border-color: rgb(167,24,18); }

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