#A01211

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

Shades of Fire Brick #A01211

Tints of Fire Brick #A01211

Color information

#A01211 (or 0xA01211) is unknown color: approx Fire Brick. HEX triplet: A0, 12 and 11. RGB value is (160,18,17). Sum of RGB (Red+Green+Blue) = 160+18+17=195 (25% of max value = 765). Red value is 160 (62.89% from 255 or 82.05% from 195); Green value is 18 (7.42% from 255 or 9.23% from 195); Blue value is 17 (7.03% from 255 or 8.72% from 195); Max value from RGB is 160 - color contains mainly: red. Hex color #A01211 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A01211 is #5FEDEE. Grayscale: #3C3C3C. Windows color (decimal): -6286831 or 1118880. OLE color: 1118880.

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

Color convert

RGB1601817-
CMYK00.890.890.37
HSL0.42º80.79%34.71%-
HSV(B)0.42º89.38%62.75%-
XYZ14.817.951.28-
YUV60.34103.54199.08-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 82.05%
GREEN value IS 18 (7.42% from 255) = 9.23%
BLUE value IS 17 (7.03% from 255) = 8.72%
R=82.05%
G=9.23%
B=8.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.89
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160181700.890.890.370.4280.7934.71
HexA01211059592505123
Octal2402221013113145012143
Binary10100000100101000101011001101100110010101010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A01211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A01211; }

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

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

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

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

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

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

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

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