#A02207

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

Shades of Fire Brick #A02207

Tints of Fire Brick #A02207

Color information

#A02207 (or 0xA02207) is unknown color: approx Fire Brick. HEX triplet: A0, 22 and 07. RGB value is (160,34,7). Sum of RGB (Red+Green+Blue) = 160+34+7=201 (26% of max value = 765). Red value is 160 (62.89% from 255 or 79.60% from 201); Green value is 34 (13.67% from 255 or 16.92% from 201); Blue value is 7 (3.12% from 255 or 3.48% from 201); Max value from RGB is 160 - color contains mainly: red. Hex color #A02207 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A02207 is #5FDDF8. Grayscale: #444444. Windows color (decimal): -6282745 or 467616. OLE color: 467616.

HSL color Cylindrical-coordinate representation of color #A02207: hue angle of 10.59º degrees, saturation: 0.92, 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 #A02207 is Cyan = 0, Magento = 0.79, Yellow = 0.96 and Black (K on CMYK) = 0.37.

Color convert

RGB160347-
CMYK00.790.960.37
HSL10.59º91.62%32.75%-
HSV(B)10.59º95.63%62.75%-
XYZ15.118.631.07-
YUV68.693.24193.2-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 79.60%
GREEN value IS 34 (13.67% from 255) = 16.92%
BLUE value IS 7 (3.12% from 255) = 3.48%
R=79.60%
G=16.92%
B=3.48%

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
Decimal16034700.790.960.3710.5991.6232.75
HexA022704F6025b5c21
Octal2404270117140451313441
Binary1010000010001011101001111110000010010110111011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A02207

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A02207; }

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

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

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

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

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

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

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

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