Shades of Fire Brick #AA1F09
Tints of Fire Brick #AA1F09
RGB
CMYK
RGB Variations
Color information
#AA1F09 (or 0xAA1F09) is known color: Fire Brick. HEX triplet: AA, 1F and 09. RGB value is (170,31,9). Sum of RGB (Red+Green+Blue) = 170+31+9=210 (27% of max value = 765). Red value is 170 (66.80% from 255 or 80.95% from 210); Green value is 31 (12.5% from 255 or 14.76% from 210); Blue value is 9 (3.91% from 255 or 4.29% from 210); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1F09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA1F09 is #55E0F6. Grayscale: #464646. Windows color (decimal): -5628151 or 597930. OLE color: 597930.
HSL color Cylindrical-coordinate representation of color #AA1F09: hue angle of 8.2º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AA1F09 is Cyan = 0, Magento = 0.82, Yellow = 0.95 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 31 | 9 | - |
| CMYK | 0 | 0.82 | 0.95 | 0.33 |
| HSL | 8.2º | 0.9% | 0.35% | - |
| HSV(B) | 8.2º | 0.95% | 0.67% | - |
| XYZ | 17.12 | 9.55 | 1.2 | - |
| YUV | 70.05 | 93.55 | 199.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 31 | 9 | 0 | 0.82 | 0.95 | 0.33 | 8.2 | 0.9 | 0.35 |
| Hex | AA | 1F | 9 | 0 | 52 | 5F | 21 | 8 | 5A | 23 |
| Octal | 252 | 37 | 11 | 0 | 122 | 137 | 41 | 10 | 132 | 43 |
| Binary | 10101010 | 11111 | 1001 | 0 | 1010010 | 1011111 | 100001 | 1000 | 1011010 | 100011 |
Color Harmonies of #AA1F09
Complementary color
Monochromatic Colors of #AA1F09
Black with #AA1F09
Text Example
Text Example
White with #AA1F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1F09; }
p { color: rgb(170,31,9); }
H1.HeaderClassName
{
color: #AA1F09;
}
.AnyTagClassName
{
color: #AA1F09;
}
</style>
background-color css
<style>
a { background-color: #AA1F09; }
a { background-color: rgb(170,31,9); }
div.DivClassName
{
background-color: #AA1F09;
}
.BgClassName
{
background-color: #AA1F09;
}
</style>
border-color css
<style>
span { border-color: #AA1F09; }
span { border-color: rgb(170,31,9); }
td.TdClassName
{
border-color: #AA1F09;
}
.TagClassName
{
border-color: #AA1F09;
}
</style>