#AA1912

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

Shades of Fire Brick #AA1912

Tints of Fire Brick #AA1912

Color information

#AA1912 (or 0xAA1912) is unknown color: approx Fire Brick. HEX triplet: AA, 19 and 12. RGB value is (170,25,18). Sum of RGB (Red+Green+Blue) = 170+25+18=213 (28% of max value = 765). Red value is 170 (66.80% from 255 or 79.81% from 213); Green value is 25 (10.16% from 255 or 11.74% from 213); Blue value is 18 (7.42% from 255 or 8.45% from 213); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1912 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA1912 is #55E6ED. Grayscale: #434343. Windows color (decimal): -5629678 or 1186218. OLE color: 1186218.

HSL color Cylindrical-coordinate representation of color #AA1912: hue angle of 2.76º 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 #AA1912 is Cyan = 0, Magento = 0.85, Yellow = 0.89 and Black (K on CMYK) = 0.33.

Color convert

RGB1702518-
CMYK00.850.890.33
HSL2.76º80.85%36.86%-
HSV(B)2.76º89.41%66.67%-
XYZ17.039.281.47-
YUV67.56100.04201.07-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 79.81%
GREEN value IS 25 (10.16% from 255) = 11.74%
BLUE value IS 18 (7.42% from 255) = 8.45%
R=79.81%
G=11.74%
B=8.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.89
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170251800.850.890.332.7680.8536.86
HexAA1912055592135125
Octal2523122012513141312145
Binary101010101100110010010101011011001100001111010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA1912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA1912; }

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

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

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

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

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

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

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

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