#A02213

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

Shades of Fire Brick #A02213

Tints of Fire Brick #A02213

Color information

#A02213 (or 0xA02213) is unknown color: approx Fire Brick. HEX triplet: A0, 22 and 13. RGB value is (160,34,19). Sum of RGB (Red+Green+Blue) = 160+34+19=213 (28% of max value = 765). Red value is 160 (62.89% from 255 or 75.12% from 213); Green value is 34 (13.67% from 255 or 15.96% from 213); Blue value is 19 (7.81% from 255 or 8.92% from 213); Max value from RGB is 160 - color contains mainly: red. Hex color #A02213 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A02213 is #5FDDEC. Grayscale: #464646. Windows color (decimal): -6282733 or 1254048. OLE color: 1254048.

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

Color convert

RGB1603419-
CMYK00.790.880.37
HSL6.38º78.77%35.1%-
HSV(B)6.38º88.13%62.75%-
XYZ15.198.661.49-
YUV69.9699.24192.22-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 75.12%
GREEN value IS 34 (13.67% from 255) = 15.96%
BLUE value IS 19 (7.81% from 255) = 8.92%
R=75.12%
G=15.96%
B=8.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.88
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160341900.790.880.376.3878.7735.1
HexA0221304F582564f23
Octal2404223011713045611743
Binary10100000100010100110100111110110001001011101001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A02213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A02213; }

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

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

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

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

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

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

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

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