Shades of Fire Brick #AA1F14
Tints of Fire Brick #AA1F14
RGB
CMYK
RGB Variations
Color information
#AA1F14 (or 0xAA1F14) is known color: Fire Brick. HEX triplet: AA, 1F and 14. RGB value is (170,31,20). Sum of RGB (Red+Green+Blue) = 170+31+20=221 (29% of max value = 765). Red value is 170 (66.80% from 255 or 76.92% from 221); Green value is 31 (12.5% from 255 or 14.03% from 221); Blue value is 20 (8.20% from 255 or 9.05% from 221); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1F14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA1F14 is #55E0EB. Grayscale: #474747. Windows color (decimal): -5628140 or 1318826. OLE color: 1318826.
HSL color Cylindrical-coordinate representation of color #AA1F14: hue angle of 4.4º 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 #AA1F14 is Cyan = 0, Magento = 0.82, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 31 | 20 | - |
| CMYK | 0 | 0.82 | 0.88 | 0.33 |
| HSL | 4.4º | 0.79% | 0.37% | - |
| HSV(B) | 4.4º | 0.88% | 0.67% | - |
| XYZ | 17.19 | 9.58 | 1.6 | - |
| YUV | 71.31 | 99.05 | 198.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 31 | 20 | 0 | 0.82 | 0.88 | 0.33 | 4.4 | 0.79 | 0.37 |
| Hex | AA | 1F | 14 | 0 | 52 | 58 | 21 | 4 | 4F | 25 |
| Octal | 252 | 37 | 24 | 0 | 122 | 130 | 41 | 4 | 117 | 45 |
| Binary | 10101010 | 11111 | 10100 | 0 | 1010010 | 1011000 | 100001 | 100 | 1001111 | 100101 |
Color Harmonies of #AA1F14
Complementary color
Monochromatic Colors of #AA1F14
Black with #AA1F14
Text Example
Text Example
White with #AA1F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1F14; }
p { color: rgb(170,31,20); }
H1.HeaderClassName
{
color: #AA1F14;
}
.AnyTagClassName
{
color: #AA1F14;
}
</style>
background-color css
<style>
a { background-color: #AA1F14; }
a { background-color: rgb(170,31,20); }
div.DivClassName
{
background-color: #AA1F14;
}
.BgClassName
{
background-color: #AA1F14;
}
</style>
border-color css
<style>
span { border-color: #AA1F14; }
span { border-color: rgb(170,31,20); }
td.TdClassName
{
border-color: #AA1F14;
}
.TagClassName
{
border-color: #AA1F14;
}
</style>