#A72212

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

Shades of Fire Brick #A72212

Tints of Fire Brick #A72212

Color information

#A72212 (or 0xA72212) is unknown color: approx Fire Brick. HEX triplet: A7, 22 and 12. RGB value is (167,34,18). Sum of RGB (Red+Green+Blue) = 167+34+18=219 (29% of max value = 765). Red value is 167 (65.62% from 255 or 76.26% from 219); Green value is 34 (13.67% from 255 or 15.53% from 219); Blue value is 18 (7.42% from 255 or 8.22% from 219); Max value from RGB is 167 - color contains mainly: red. Hex color #A72212 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A72212 is #58DDED. Grayscale: #484848. Windows color (decimal): -5823982 or 1188519. OLE color: 1188519.

HSL color Cylindrical-coordinate representation of color #A72212: hue angle of 6.44º 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 #A72212 is Cyan = 0, Magento = 0.80, Yellow = 0.89 and Black (K on CMYK) = 0.35.

Color convert

RGB1673418-
CMYK00.800.890.35
HSL6.44º80.54%36.27%-
HSV(B)6.44º89.22%65.49%-
XYZ16.629.41.51-
YUV71.9497.56195.8-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 76.26%
GREEN value IS 34 (13.67% from 255) = 15.53%
BLUE value IS 18 (7.42% from 255) = 8.22%
R=76.26%
G=15.53%
B=8.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.89
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167341800.800.890.356.4480.5436.27
HexA72212050592365124
Octal2474222012013143612144
Binary10100111100010100100101000010110011000111101010001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A72212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A72212; }

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

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

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

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

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

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

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

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