Shades of Fire Brick #AA2A13
Tints of Fire Brick #AA2A13
RGB
CMYK
RGB Variations
Color information
#AA2A13 (or 0xAA2A13) is known color: Fire Brick. HEX triplet: AA, 2A and 13. RGB value is (170,42,19). Sum of RGB (Red+Green+Blue) = 170+42+19=231 (30% of max value = 765). Red value is 170 (66.80% from 255 or 73.59% from 231); Green value is 42 (16.80% from 255 or 18.18% from 231); Blue value is 19 (7.81% from 255 or 8.23% from 231); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2A13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA2A13 is #55D5EC. Grayscale: #4D4D4D. Windows color (decimal): -5625325 or 1256106. OLE color: 1256106.
HSL color Cylindrical-coordinate representation of color #AA2A13: hue angle of 9.14º degrees, saturation: 0.8, 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 #AA2A13 is Cyan = 0, Magento = 0.75, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 42 | 19 | - |
| CMYK | 0 | 0.75 | 0.89 | 0.33 |
| HSL | 9.14º | 0.8% | 0.37% | - |
| HSV(B) | 9.14º | 0.89% | 0.67% | - |
| XYZ | 17.52 | 10.25 | 1.67 | - |
| YUV | 77.65 | 94.91 | 193.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 42 | 19 | 0 | 0.75 | 0.89 | 0.33 | 9.14 | 0.8 | 0.37 |
| Hex | AA | 2A | 13 | 0 | 4B | 59 | 21 | 9 | 50 | 25 |
| Octal | 252 | 52 | 23 | 0 | 113 | 131 | 41 | 11 | 120 | 45 |
| Binary | 10101010 | 101010 | 10011 | 0 | 1001011 | 1011001 | 100001 | 1001 | 1010000 | 100101 |
Color Harmonies of #AA2A13
Complementary color
Monochromatic Colors of #AA2A13
Black with #AA2A13
Text Example
Text Example
White with #AA2A13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2A13; }
p { color: rgb(170,42,19); }
H1.HeaderClassName
{
color: #AA2A13;
}
.AnyTagClassName
{
color: #AA2A13;
}
</style>
background-color css
<style>
a { background-color: #AA2A13; }
a { background-color: rgb(170,42,19); }
div.DivClassName
{
background-color: #AA2A13;
}
.BgClassName
{
background-color: #AA2A13;
}
</style>
border-color css
<style>
span { border-color: #AA2A13; }
span { border-color: rgb(170,42,19); }
td.TdClassName
{
border-color: #AA2A13;
}
.TagClassName
{
border-color: #AA2A13;
}
</style>