#AA1212

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

Shades of Fire Brick #AA1212

Tints of Fire Brick #AA1212

Color information

#AA1212 (or 0xAA1212) is unknown color: approx Fire Brick. HEX triplet: AA, 12 and 12. RGB value is (170,18,18). Sum of RGB (Red+Green+Blue) = 170+18+18=206 (27% of max value = 765). Red value is 170 (66.80% from 255 or 82.52% from 206); Green value is 18 (7.42% from 255 or 8.74% from 206); Blue value is 18 (7.42% from 255 or 8.74% from 206); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1212 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA1212 is #55EDED. Grayscale: #3F3F3F. Windows color (decimal): -5631470 or 1184426. OLE color: 1184426.

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

Color convert

RGB1701818-
CMYK00.890.890.33
HSL80.85%36.86%-
HSV(B)89.41%66.67%-
XYZ16.99.021.42-
YUV63.45102.36204-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 82.52%
GREEN value IS 18 (7.42% from 255) = 8.74%
BLUE value IS 18 (7.42% from 255) = 8.74%
R=82.52%
G=8.74%
B=8.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.89
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170181800.890.890.33080.8536.86
HexAA1212059592105125
Octal2522222013113141012145
Binary10101010100101001001011001101100110000101010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA1212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA1212; }

 p { color: rgb(170,18,18); }

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

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

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

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

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

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

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