Shades of Fire Brick #AA2A14
Tints of Fire Brick #AA2A14
RGB
CMYK
RGB Variations
Color information
#AA2A14 (or 0xAA2A14) is known color: Fire Brick. HEX triplet: AA, 2A and 14. RGB value is (170,42,20). Sum of RGB (Red+Green+Blue) = 170+42+20=232 (30% of max value = 765). Red value is 170 (66.80% from 255 or 73.28% from 232); Green value is 42 (16.80% from 255 or 18.10% from 232); Blue value is 20 (8.20% from 255 or 8.62% from 232); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2A14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA2A14 is #55D5EB. Grayscale: #4D4D4D. Windows color (decimal): -5625324 or 1321642. OLE color: 1321642.
HSL color Cylindrical-coordinate representation of color #AA2A14: hue angle of 8.8º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AA2A14 is Cyan = 0, Magento = 0.75, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 42 | 20 | - |
| CMYK | 0 | 0.75 | 0.88 | 0.33 |
| HSL | 8.8º | 0.79% | 0.37% | - |
| HSV(B) | 8.8º | 0.88% | 0.67% | - |
| XYZ | 17.53 | 10.25 | 1.72 | - |
| YUV | 77.76 | 95.41 | 193.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 42 | 20 | 0 | 0.75 | 0.88 | 0.33 | 8.8 | 0.79 | 0.37 |
| Hex | AA | 2A | 14 | 0 | 4B | 58 | 21 | 9 | 4F | 25 |
| Octal | 252 | 52 | 24 | 0 | 113 | 130 | 41 | 11 | 117 | 45 |
| Binary | 10101010 | 101010 | 10100 | 0 | 1001011 | 1011000 | 100001 | 1001 | 1001111 | 100101 |
Color Harmonies of #AA2A14
Complementary color
Monochromatic Colors of #AA2A14
Black with #AA2A14
Text Example
Text Example
White with #AA2A14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2A14; }
p { color: rgb(170,42,20); }
H1.HeaderClassName
{
color: #AA2A14;
}
.AnyTagClassName
{
color: #AA2A14;
}
</style>
background-color css
<style>
a { background-color: #AA2A14; }
a { background-color: rgb(170,42,20); }
div.DivClassName
{
background-color: #AA2A14;
}
.BgClassName
{
background-color: #AA2A14;
}
</style>
border-color css
<style>
span { border-color: #AA2A14; }
span { border-color: rgb(170,42,20); }
td.TdClassName
{
border-color: #AA2A14;
}
.TagClassName
{
border-color: #AA2A14;
}
</style>