Shades of Fire Brick #AA1F0B
Tints of Fire Brick #AA1F0B
RGB
CMYK
RGB Variations
Color information
#AA1F0B (or 0xAA1F0B) is known color: Fire Brick. HEX triplet: AA, 1F and 0B. RGB value is (170,31,11). Sum of RGB (Red+Green+Blue) = 170+31+11=212 (28% of max value = 765). Red value is 170 (66.80% from 255 or 80.19% from 212); Green value is 31 (12.5% from 255 or 14.62% from 212); Blue value is 11 (4.69% from 255 or 5.19% from 212); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1F0B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA1F0B is #55E0F4. Grayscale: #464646. Windows color (decimal): -5628149 or 729002. OLE color: 729002.
HSL color Cylindrical-coordinate representation of color #AA1F0B: hue angle of 7.55º degrees, saturation: 0.88, 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 #AA1F0B is Cyan = 0, Magento = 0.82, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 31 | 11 | - |
| CMYK | 0 | 0.82 | 0.94 | 0.33 |
| HSL | 7.55º | 0.88% | 0.35% | - |
| HSV(B) | 7.55º | 0.94% | 0.67% | - |
| XYZ | 17.13 | 9.55 | 1.26 | - |
| YUV | 70.28 | 94.55 | 199.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 31 | 11 | 0 | 0.82 | 0.94 | 0.33 | 7.55 | 0.88 | 0.35 |
| Hex | AA | 1F | B | 0 | 52 | 5E | 21 | 8 | 58 | 23 |
| Octal | 252 | 37 | 13 | 0 | 122 | 136 | 41 | 10 | 130 | 43 |
| Binary | 10101010 | 11111 | 1011 | 0 | 1010010 | 1011110 | 100001 | 1000 | 1011000 | 100011 |
Color Harmonies of #AA1F0B
Complementary color
Monochromatic Colors of #AA1F0B
Black with #AA1F0B
Text Example
Text Example
White with #AA1F0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1F0B; }
p { color: rgb(170,31,11); }
H1.HeaderClassName
{
color: #AA1F0B;
}
.AnyTagClassName
{
color: #AA1F0B;
}
</style>
background-color css
<style>
a { background-color: #AA1F0B; }
a { background-color: rgb(170,31,11); }
div.DivClassName
{
background-color: #AA1F0B;
}
.BgClassName
{
background-color: #AA1F0B;
}
</style>
border-color css
<style>
span { border-color: #AA1F0B; }
span { border-color: rgb(170,31,11); }
td.TdClassName
{
border-color: #AA1F0B;
}
.TagClassName
{
border-color: #AA1F0B;
}
</style>