#A02A0F

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

Shades of Fire Brick #A02A0F

Tints of Fire Brick #A02A0F

Color information

#A02A0F (or 0xA02A0F) is unknown color: approx Fire Brick. HEX triplet: A0, 2A and 0F. RGB value is (160,42,15). Sum of RGB (Red+Green+Blue) = 160+42+15=217 (28% of max value = 765). Red value is 160 (62.89% from 255 or 73.73% from 217); Green value is 42 (16.80% from 255 or 19.35% from 217); Blue value is 15 (6.25% from 255 or 6.91% from 217); Max value from RGB is 160 - color contains mainly: red. Hex color #A02A0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A02A0F is #5FD5F0. Grayscale: #4A4A4A. Windows color (decimal): -6280689 or 993952. OLE color: 993952.

HSL color Cylindrical-coordinate representation of color #A02A0F: hue angle of 11.17º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A02A0F is Cyan = 0, Magento = 0.74, Yellow = 0.91 and Black (K on CMYK) = 0.37.

Color convert

RGB1604215-
CMYK00.740.910.37
HSL11.17º82.86%34.31%-
HSV(B)11.17º90.62%62.75%-
XYZ15.419.161.41-
YUV74.294.59189.2-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 73.73%
GREEN value IS 42 (16.80% from 255) = 19.35%
BLUE value IS 15 (6.25% from 255) = 6.91%
R=73.73%
G=19.35%
B=6.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.91
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160421500.740.910.3711.1782.8634.31
HexA02AF04A5B25b5322
Octal24052170112133451312342
Binary10100000101010111101001010101101110010110111010011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A02A0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A02A0F; }

 p { color: rgb(160,42,15); }

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

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

 a { background-color: rgb(160,42,15); }

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

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

 span { border-color: rgb(160,42,15); }

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