Shades of Fire Brick #AA1F05
Tints of Fire Brick #AA1F05
RGB
CMYK
RGB Variations
Color information
#AA1F05 (or 0xAA1F05) is known color: Fire Brick. HEX triplet: AA, 1F and 05. RGB value is (170,31,5). Sum of RGB (Red+Green+Blue) = 170+31+5=206 (27% of max value = 765). Red value is 170 (66.80% from 255 or 82.52% from 206); Green value is 31 (12.5% from 255 or 15.05% from 206); Blue value is 5 (2.34% from 255 or 2.43% from 206); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1F05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA1F05 is #55E0FA. Grayscale: #454545. Windows color (decimal): -5628155 or 335786. OLE color: 335786.
HSL color Cylindrical-coordinate representation of color #AA1F05: hue angle of 9.45º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AA1F05 is Cyan = 0, Magento = 0.82, Yellow = 0.97 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 31 | 5 | - |
| CMYK | 0 | 0.82 | 0.97 | 0.33 |
| HSL | 9.45º | 0.94% | 0.34% | - |
| HSV(B) | 9.45º | 0.97% | 0.67% | - |
| XYZ | 17.09 | 9.54 | 1.08 | - |
| YUV | 69.6 | 91.55 | 199.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 31 | 5 | 0 | 0.82 | 0.97 | 0.33 | 9.45 | 0.94 | 0.34 |
| Hex | AA | 1F | 5 | 0 | 52 | 61 | 21 | 9 | 5E | 22 |
| Octal | 252 | 37 | 5 | 0 | 122 | 141 | 41 | 11 | 136 | 42 |
| Binary | 10101010 | 11111 | 101 | 0 | 1010010 | 1100001 | 100001 | 1001 | 1011110 | 100010 |
Color Harmonies of #AA1F05
Complementary color
Monochromatic Colors of #AA1F05
Black with #AA1F05
Text Example
Text Example
White with #AA1F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1F05; }
p { color: rgb(170,31,5); }
H1.HeaderClassName
{
color: #AA1F05;
}
.AnyTagClassName
{
color: #AA1F05;
}
</style>
background-color css
<style>
a { background-color: #AA1F05; }
a { background-color: rgb(170,31,5); }
div.DivClassName
{
background-color: #AA1F05;
}
.BgClassName
{
background-color: #AA1F05;
}
</style>
border-color css
<style>
span { border-color: #AA1F05; }
span { border-color: rgb(170,31,5); }
td.TdClassName
{
border-color: #AA1F05;
}
.TagClassName
{
border-color: #AA1F05;
}
</style>