Shades of Fire Brick #AA241E
Tints of Fire Brick #AA241E
RGB
CMYK
RGB Variations
Color information
#AA241E (or 0xAA241E) is known color: Fire Brick. HEX triplet: AA, 24 and 1E. RGB value is (170,36,30). Sum of RGB (Red+Green+Blue) = 170+36+30=236 (31% of max value = 765). Red value is 170 (66.80% from 255 or 72.03% from 236); Green value is 36 (14.45% from 255 or 15.25% from 236); Blue value is 30 (12.11% from 255 or 12.71% from 236); Max value from RGB is 170 - color contains mainly: red. Hex color #AA241E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA241E is #55DBE1. Grayscale: #4B4B4B. Windows color (decimal): -5626850 or 1975466. OLE color: 1975466.
HSL color Cylindrical-coordinate representation of color #AA241E: hue angle of 2.57º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AA241E is Cyan = 0, Magento = 0.79, Yellow = 0.82 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 36 | 30 | - |
| CMYK | 0 | 0.79 | 0.82 | 0.33 |
| HSL | 2.57º | 0.7% | 0.39% | - |
| HSV(B) | 2.57º | 0.82% | 0.67% | - |
| XYZ | 17.44 | 9.9 | 2.22 | - |
| YUV | 75.38 | 102.39 | 195.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 36 | 30 | 0 | 0.79 | 0.82 | 0.33 | 2.57 | 0.7 | 0.39 |
| Hex | AA | 24 | 1E | 0 | 4F | 52 | 21 | 3 | 46 | 27 |
| Octal | 252 | 44 | 36 | 0 | 117 | 122 | 41 | 3 | 106 | 47 |
| Binary | 10101010 | 100100 | 11110 | 0 | 1001111 | 1010010 | 100001 | 11 | 1000110 | 100111 |
Color Harmonies of #AA241E
Complementary color
Monochromatic Colors of #AA241E
Black with #AA241E
Text Example
Text Example
White with #AA241E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA241E; }
p { color: rgb(170,36,30); }
H1.HeaderClassName
{
color: #AA241E;
}
.AnyTagClassName
{
color: #AA241E;
}
</style>
background-color css
<style>
a { background-color: #AA241E; }
a { background-color: rgb(170,36,30); }
div.DivClassName
{
background-color: #AA241E;
}
.BgClassName
{
background-color: #AA241E;
}
</style>
border-color css
<style>
span { border-color: #AA241E; }
span { border-color: rgb(170,36,30); }
td.TdClassName
{
border-color: #AA241E;
}
.TagClassName
{
border-color: #AA241E;
}
</style>