#A02206

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

Shades of Fire Brick #A02206

Tints of Fire Brick #A02206

Color information

#A02206 (or 0xA02206) is unknown color: approx Fire Brick. HEX triplet: A0, 22 and 06. RGB value is (160,34,6). Sum of RGB (Red+Green+Blue) = 160+34+6=200 (26% of max value = 765). Red value is 160 (62.89% from 255 or 80% from 200); Green value is 34 (13.67% from 255 or 17% from 200); Blue value is 6 (2.73% from 255 or 3% from 200); Max value from RGB is 160 - color contains mainly: red. Hex color #A02206 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A02206 is #5FDDF9. Grayscale: #444444. Windows color (decimal): -6282746 or 402080. OLE color: 402080.

HSL color Cylindrical-coordinate representation of color #A02206: hue angle of 10.91º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A02206 is Cyan = 0, Magento = 0.79, Yellow = 0.96 and Black (K on CMYK) = 0.37.

Color convert

RGB160346-
CMYK00.790.960.37
HSL10.91º92.77%32.55%-
HSV(B)10.91º96.25%62.75%-
XYZ15.18.631.04-
YUV68.4892.74193.28-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 80%
GREEN value IS 34 (13.67% from 255) = 17%
BLUE value IS 6 (2.73% from 255) = 3%
R=80%
G=17%
B=3%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.96
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16034600.790.960.3710.9192.7732.55
HexA022604F6025b5d21
Octal2404260117140451313541
Binary1010000010001011001001111110000010010110111011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A02206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A02206; }

 p { color: rgb(160,34,6); }

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

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

 a { background-color: rgb(160,34,6); }

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

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

 span { border-color: rgb(160,34,6); }

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