Shades of Fire Brick #AA240D
Tints of Fire Brick #AA240D
RGB
CMYK
RGB Variations
Color information
#AA240D (or 0xAA240D) is known color: Fire Brick. HEX triplet: AA, 24 and 0D. RGB value is (170,36,13). Sum of RGB (Red+Green+Blue) = 170+36+13=219 (29% of max value = 765). Red value is 170 (66.80% from 255 or 77.63% from 219); Green value is 36 (14.45% from 255 or 16.44% from 219); Blue value is 13 (5.47% from 255 or 5.94% from 219); Max value from RGB is 170 - color contains mainly: red. Hex color #AA240D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA240D is #55DBF2. Grayscale: #494949. Windows color (decimal): -5626867 or 861354. OLE color: 861354.
HSL color Cylindrical-coordinate representation of color #AA240D: hue angle of 8.79º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AA240D is Cyan = 0, Magento = 0.79, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 36 | 13 | - |
| CMYK | 0 | 0.79 | 0.92 | 0.33 |
| HSL | 8.79º | 0.86% | 0.36% | - |
| HSV(B) | 8.79º | 0.92% | 0.67% | - |
| XYZ | 17.28 | 9.84 | 1.37 | - |
| YUV | 73.44 | 93.89 | 196.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 36 | 13 | 0 | 0.79 | 0.92 | 0.33 | 8.79 | 0.86 | 0.36 |
| Hex | AA | 24 | D | 0 | 4F | 5C | 21 | 9 | 56 | 24 |
| Octal | 252 | 44 | 15 | 0 | 117 | 134 | 41 | 11 | 126 | 44 |
| Binary | 10101010 | 100100 | 1101 | 0 | 1001111 | 1011100 | 100001 | 1001 | 1010110 | 100100 |
Color Harmonies of #AA240D
Complementary color
Monochromatic Colors of #AA240D
Black with #AA240D
Text Example
Text Example
White with #AA240D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA240D; }
p { color: rgb(170,36,13); }
H1.HeaderClassName
{
color: #AA240D;
}
.AnyTagClassName
{
color: #AA240D;
}
</style>
background-color css
<style>
a { background-color: #AA240D; }
a { background-color: rgb(170,36,13); }
div.DivClassName
{
background-color: #AA240D;
}
.BgClassName
{
background-color: #AA240D;
}
</style>
border-color css
<style>
span { border-color: #AA240D; }
span { border-color: rgb(170,36,13); }
td.TdClassName
{
border-color: #AA240D;
}
.TagClassName
{
border-color: #AA240D;
}
</style>