Shades of Fire Brick #AA1F0A
Tints of Fire Brick #AA1F0A
RGB
CMYK
RGB Variations
Color information
#AA1F0A (or 0xAA1F0A) is known color: Fire Brick. HEX triplet: AA, 1F and 0A. RGB value is (170,31,10). Sum of RGB (Red+Green+Blue) = 170+31+10=211 (27% of max value = 765). Red value is 170 (66.80% from 255 or 80.57% from 211); Green value is 31 (12.5% from 255 or 14.69% from 211); Blue value is 10 (4.30% from 255 or 4.74% from 211); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1F0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA1F0A is #55E0F5. Grayscale: #464646. Windows color (decimal): -5628150 or 663466. OLE color: 663466.
HSL color Cylindrical-coordinate representation of color #AA1F0A: hue angle of 7.87º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AA1F0A is Cyan = 0, Magento = 0.82, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 31 | 10 | - |
| CMYK | 0 | 0.82 | 0.94 | 0.33 |
| HSL | 7.88º | 0.89% | 0.35% | - |
| HSV(B) | 7.88º | 0.94% | 0.67% | - |
| XYZ | 17.12 | 9.55 | 1.23 | - |
| YUV | 70.17 | 94.05 | 199.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 31 | 10 | 0 | 0.82 | 0.94 | 0.33 | 7.88 | 0.89 | 0.35 |
| Hex | AA | 1F | A | 0 | 52 | 5E | 21 | 8 | 59 | 23 |
| Octal | 252 | 37 | 12 | 0 | 122 | 136 | 41 | 10 | 131 | 43 |
| Binary | 10101010 | 11111 | 1010 | 0 | 1010010 | 1011110 | 100001 | 1000 | 1011001 | 100011 |
Color Harmonies of #AA1F0A
Complementary color
Monochromatic Colors of #AA1F0A
Black with #AA1F0A
Text Example
Text Example
White with #AA1F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1F0A; }
p { color: rgb(170,31,10); }
H1.HeaderClassName
{
color: #AA1F0A;
}
.AnyTagClassName
{
color: #AA1F0A;
}
</style>
background-color css
<style>
a { background-color: #AA1F0A; }
a { background-color: rgb(170,31,10); }
div.DivClassName
{
background-color: #AA1F0A;
}
.BgClassName
{
background-color: #AA1F0A;
}
</style>
border-color css
<style>
span { border-color: #AA1F0A; }
span { border-color: rgb(170,31,10); }
td.TdClassName
{
border-color: #AA1F0A;
}
.TagClassName
{
border-color: #AA1F0A;
}
</style>