#A02212

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

Shades of Fire Brick #A02212

Tints of Fire Brick #A02212

Color information

#A02212 (or 0xA02212) is unknown color: approx Fire Brick. HEX triplet: A0, 22 and 12. RGB value is (160,34,18). Sum of RGB (Red+Green+Blue) = 160+34+18=212 (28% of max value = 765). Red value is 160 (62.89% from 255 or 75.47% from 212); Green value is 34 (13.67% from 255 or 16.04% from 212); Blue value is 18 (7.42% from 255 or 8.49% from 212); Max value from RGB is 160 - color contains mainly: red. Hex color #A02212 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A02212 is #5FDDED. Grayscale: #464646. Windows color (decimal): -6282734 or 1188512. OLE color: 1188512.

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

Color convert

RGB1603418-
CMYK00.790.890.37
HSL6.76º79.78%34.9%-
HSV(B)6.76º88.75%62.75%-
XYZ15.188.661.44-
YUV69.8598.74192.3-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 75.47%
GREEN value IS 34 (13.67% from 255) = 16.04%
BLUE value IS 18 (7.42% from 255) = 8.49%
R=75.47%
G=16.04%
B=8.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.89
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160341800.790.890.376.7679.7834.9
HexA0221204F592575023
Octal2404222011713145712043
Binary10100000100010100100100111110110011001011111010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A02212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A02212; }

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

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

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

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

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

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

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

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