Shades of Fire Brick #AA0F0F
Tints of Fire Brick #AA0F0F
RGB
CMYK
RGB Variations
Color information
#AA0F0F (or 0xAA0F0F) is known color: Fire Brick. HEX triplet: AA, 0F and 0F. RGB value is (170,15,15). Sum of RGB (Red+Green+Blue) = 170+15+15=200 (26% of max value = 765). Red value is 170 (66.80% from 255 or 85% from 200); Green value is 15 (6.25% from 255 or 7.5% from 200); Blue value is 15 (6.25% from 255 or 7.5% from 200); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0F0F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA0F0F is #55F0F0. Grayscale: #3D3D3D. Windows color (decimal): -5632241 or 987050. OLE color: 987050.
HSL color Cylindrical-coordinate representation of color #AA0F0F: hue angle of 0º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AA0F0F is Cyan = 0, Magento = 0.91, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 15 | 15 | - |
| CMYK | 0 | 0.91 | 0.91 | 0.33 |
| HSL | 0º | 0.84% | 0.36% | - |
| HSV(B) | 0º | 0.91% | 0.67% | - |
| XYZ | 16.83 | 8.92 | 1.29 | - |
| YUV | 61.35 | 101.85 | 205.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 15 | 15 | 0 | 0.91 | 0.91 | 0.33 | 0 | 0.84 | 0.36 |
| Hex | AA | F | F | 0 | 5B | 5B | 21 | 0 | 54 | 24 |
| Octal | 252 | 17 | 17 | 0 | 133 | 133 | 41 | 0 | 124 | 44 |
| Binary | 10101010 | 1111 | 1111 | 0 | 1011011 | 1011011 | 100001 | 0 | 1010100 | 100100 |
Color Harmonies of #AA0F0F
Complementary color
Monochromatic Colors of #AA0F0F
Black with #AA0F0F
Text Example
Text Example
White with #AA0F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0F0F; }
p { color: rgb(170,15,15); }
H1.HeaderClassName
{
color: #AA0F0F;
}
.AnyTagClassName
{
color: #AA0F0F;
}
</style>
background-color css
<style>
a { background-color: #AA0F0F; }
a { background-color: rgb(170,15,15); }
div.DivClassName
{
background-color: #AA0F0F;
}
.BgClassName
{
background-color: #AA0F0F;
}
</style>
border-color css
<style>
span { border-color: #AA0F0F; }
span { border-color: rgb(170,15,15); }
td.TdClassName
{
border-color: #AA0F0F;
}
.TagClassName
{
border-color: #AA0F0F;
}
</style>