#A72216

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

Shades of Fire Brick #A72216

Tints of Fire Brick #A72216

Color information

#A72216 (or 0xA72216) is unknown color: approx Fire Brick. HEX triplet: A7, 22 and 16. RGB value is (167,34,22). Sum of RGB (Red+Green+Blue) = 167+34+22=223 (29% of max value = 765). Red value is 167 (65.62% from 255 or 74.89% from 223); Green value is 34 (13.67% from 255 or 15.25% from 223); Blue value is 22 (8.98% from 255 or 9.87% from 223); Max value from RGB is 167 - color contains mainly: red. Hex color #A72216 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A72216 is #58DDE9. Grayscale: #484848. Windows color (decimal): -5823978 or 1450663. OLE color: 1450663.

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

Color convert

RGB1673422-
CMYK00.800.870.35
HSL4.97º76.72%37.06%-
HSV(B)4.97º86.83%65.49%-
XYZ16.659.421.7-
YUV72.499.56195.48-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 74.89%
GREEN value IS 34 (13.67% from 255) = 15.25%
BLUE value IS 22 (8.98% from 255) = 9.87%
R=74.89%
G=15.25%
B=9.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.87
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167342200.800.870.354.9776.7237.06
HexA72216050572354d25
Octal2474226012012743511545
Binary10100111100010101100101000010101111000111011001101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A72216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A72216; }

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

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

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

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

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

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

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

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