Shades of Fire Brick #AA1512
Tints of Fire Brick #AA1512
RGB
CMYK
RGB Variations
Color information
#AA1512 (or 0xAA1512) is known color: Fire Brick. HEX triplet: AA, 15 and 12. RGB value is (170,21,18). Sum of RGB (Red+Green+Blue) = 170+21+18=209 (27% of max value = 765). Red value is 170 (66.80% from 255 or 81.34% from 209); Green value is 21 (8.59% from 255 or 10.05% from 209); Blue value is 18 (7.42% from 255 or 8.61% from 209); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1512 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA1512 is #55EAED. Grayscale: #414141. Windows color (decimal): -5630702 or 1185194. OLE color: 1185194.
HSL color Cylindrical-coordinate representation of color #AA1512: hue angle of 1.18º 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 #AA1512 is Cyan = 0, Magento = 0.88, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 21 | 18 | - |
| CMYK | 0 | 0.88 | 0.89 | 0.33 |
| HSL | 1.18º | 0.81% | 0.37% | - |
| HSV(B) | 1.18º | 0.89% | 0.67% | - |
| XYZ | 16.95 | 9.13 | 1.44 | - |
| YUV | 65.21 | 101.36 | 202.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 21 | 18 | 0 | 0.88 | 0.89 | 0.33 | 1.18 | 0.81 | 0.37 |
| Hex | AA | 15 | 12 | 0 | 58 | 59 | 21 | 1 | 51 | 25 |
| Octal | 252 | 25 | 22 | 0 | 130 | 131 | 41 | 1 | 121 | 45 |
| Binary | 10101010 | 10101 | 10010 | 0 | 1011000 | 1011001 | 100001 | 1 | 1010001 | 100101 |
Color Harmonies of #AA1512
Complementary color
Monochromatic Colors of #AA1512
Black with #AA1512
Text Example
Text Example
White with #AA1512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1512; }
p { color: rgb(170,21,18); }
H1.HeaderClassName
{
color: #AA1512;
}
.AnyTagClassName
{
color: #AA1512;
}
</style>
background-color css
<style>
a { background-color: #AA1512; }
a { background-color: rgb(170,21,18); }
div.DivClassName
{
background-color: #AA1512;
}
.BgClassName
{
background-color: #AA1512;
}
</style>
border-color css
<style>
span { border-color: #AA1512; }
span { border-color: rgb(170,21,18); }
td.TdClassName
{
border-color: #AA1512;
}
.TagClassName
{
border-color: #AA1512;
}
</style>