Shades of Fire Brick #AA2413
Tints of Fire Brick #AA2413
RGB
CMYK
RGB Variations
Color information
#AA2413 (or 0xAA2413) is known color: Fire Brick. HEX triplet: AA, 24 and 13. RGB value is (170,36,19). Sum of RGB (Red+Green+Blue) = 170+36+19=225 (29% of max value = 765). Red value is 170 (66.80% from 255 or 75.56% from 225); Green value is 36 (14.45% from 255 or 16% from 225); Blue value is 19 (7.81% from 255 or 8.44% from 225); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2413 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA2413 is #55DBEC. Grayscale: #4A4A4A. Windows color (decimal): -5626861 or 1254570. OLE color: 1254570.
HSL color Cylindrical-coordinate representation of color #AA2413: hue angle of 6.75º 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 #AA2413 is Cyan = 0, Magento = 0.79, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 36 | 19 | - |
| CMYK | 0 | 0.79 | 0.89 | 0.33 |
| HSL | 6.75º | 0.8% | 0.37% | - |
| HSV(B) | 6.75º | 0.89% | 0.67% | - |
| XYZ | 17.33 | 9.85 | 1.61 | - |
| YUV | 74.13 | 96.89 | 196.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 36 | 19 | 0 | 0.79 | 0.89 | 0.33 | 6.75 | 0.8 | 0.37 |
| Hex | AA | 24 | 13 | 0 | 4F | 59 | 21 | 7 | 50 | 25 |
| Octal | 252 | 44 | 23 | 0 | 117 | 131 | 41 | 7 | 120 | 45 |
| Binary | 10101010 | 100100 | 10011 | 0 | 1001111 | 1011001 | 100001 | 111 | 1010000 | 100101 |
Color Harmonies of #AA2413
Complementary color
Monochromatic Colors of #AA2413
Black with #AA2413
Text Example
Text Example
White with #AA2413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2413; }
p { color: rgb(170,36,19); }
H1.HeaderClassName
{
color: #AA2413;
}
.AnyTagClassName
{
color: #AA2413;
}
</style>
background-color css
<style>
a { background-color: #AA2413; }
a { background-color: rgb(170,36,19); }
div.DivClassName
{
background-color: #AA2413;
}
.BgClassName
{
background-color: #AA2413;
}
</style>
border-color css
<style>
span { border-color: #AA2413; }
span { border-color: rgb(170,36,19); }
td.TdClassName
{
border-color: #AA2413;
}
.TagClassName
{
border-color: #AA2413;
}
</style>