#A72321

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

Shades of Fire Brick #A72321

Tints of Fire Brick #A72321

Color information

#A72321 (or 0xA72321) is unknown color: approx Fire Brick. HEX triplet: A7, 23 and 21. RGB value is (167,35,33). Sum of RGB (Red+Green+Blue) = 167+35+33=235 (31% of max value = 765). Red value is 167 (65.62% from 255 or 71.06% from 235); Green value is 35 (14.06% from 255 or 14.89% from 235); Blue value is 33 (13.28% from 255 or 14.04% from 235); Max value from RGB is 167 - color contains mainly: red. Hex color #A72321 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A72321 is #58DCDE. Grayscale: #4A4A4A. Windows color (decimal): -5823711 or 2171815. OLE color: 2171815.

HSL color Cylindrical-coordinate representation of color #A72321: hue angle of 0.9º degrees, saturation: 0.67, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A72321 is Cyan = 0, Magento = 0.79, Yellow = 0.80 and Black (K on CMYK) = 0.35.

Color convert

RGB1673533-
CMYK00.790.800.35
HSL0.9º67%39.22%-
HSV(B)0.9º80.24%65.49%-
XYZ16.819.532.39-
YUV74.24104.73194.16-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 71.06%
GREEN value IS 35 (14.06% from 255) = 14.89%
BLUE value IS 33 (13.28% from 255) = 14.04%
R=71.06%
G=14.89%
B=14.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.80
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167353300.790.800.350.96739.22
HexA7232104F502314327
Octal2474341011712043110347
Binary1010011110001110000101001111101000010001111000011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A72321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A72321; }

 p { color: rgb(167,35,33); }

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

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

 a { background-color: rgb(167,35,33); }

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

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

 span { border-color: rgb(167,35,33); }

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