Shades of Fire Brick #AA1F06
Tints of Fire Brick #AA1F06
RGB
CMYK
RGB Variations
Color information
#AA1F06 (or 0xAA1F06) is known color: Fire Brick. HEX triplet: AA, 1F and 06. RGB value is (170,31,6). Sum of RGB (Red+Green+Blue) = 170+31+6=207 (27% of max value = 765). Red value is 170 (66.80% from 255 or 82.13% from 207); Green value is 31 (12.5% from 255 or 14.98% from 207); Blue value is 6 (2.73% from 255 or 2.90% from 207); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1F06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA1F06 is #55E0F9. Grayscale: #454545. Windows color (decimal): -5628154 or 401322. OLE color: 401322.
HSL color Cylindrical-coordinate representation of color #AA1F06: hue angle of 9.15º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AA1F06 is Cyan = 0, Magento = 0.82, Yellow = 0.96 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 31 | 6 | - |
| CMYK | 0 | 0.82 | 0.96 | 0.33 |
| HSL | 9.15º | 0.93% | 0.35% | - |
| HSV(B) | 9.15º | 0.96% | 0.67% | - |
| XYZ | 17.1 | 9.54 | 1.11 | - |
| YUV | 69.71 | 92.05 | 199.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 31 | 6 | 0 | 0.82 | 0.96 | 0.33 | 9.15 | 0.93 | 0.35 |
| Hex | AA | 1F | 6 | 0 | 52 | 60 | 21 | 9 | 5D | 23 |
| Octal | 252 | 37 | 6 | 0 | 122 | 140 | 41 | 11 | 135 | 43 |
| Binary | 10101010 | 11111 | 110 | 0 | 1010010 | 1100000 | 100001 | 1001 | 1011101 | 100011 |
Color Harmonies of #AA1F06
Complementary color
Monochromatic Colors of #AA1F06
Black with #AA1F06
Text Example
Text Example
White with #AA1F06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1F06; }
p { color: rgb(170,31,6); }
H1.HeaderClassName
{
color: #AA1F06;
}
.AnyTagClassName
{
color: #AA1F06;
}
</style>
background-color css
<style>
a { background-color: #AA1F06; }
a { background-color: rgb(170,31,6); }
div.DivClassName
{
background-color: #AA1F06;
}
.BgClassName
{
background-color: #AA1F06;
}
</style>
border-color css
<style>
span { border-color: #AA1F06; }
span { border-color: rgb(170,31,6); }
td.TdClassName
{
border-color: #AA1F06;
}
.TagClassName
{
border-color: #AA1F06;
}
</style>