Shades of Fire Brick #AA1D09
Tints of Fire Brick #AA1D09
RGB
CMYK
RGB Variations
Color information
#AA1D09 (or 0xAA1D09) is known color: Fire Brick. HEX triplet: AA, 1D and 09. RGB value is (170,29,9). Sum of RGB (Red+Green+Blue) = 170+29+9=208 (27% of max value = 765). Red value is 170 (66.80% from 255 or 81.73% from 208); Green value is 29 (11.72% from 255 or 13.94% from 208); Blue value is 9 (3.91% from 255 or 4.33% from 208); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1D09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA1D09 is #55E2F6. Grayscale: #454545. Windows color (decimal): -5628663 or 597418. OLE color: 597418.
HSL color Cylindrical-coordinate representation of color #AA1D09: hue angle of 7.45º 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 #AA1D09 is Cyan = 0, Magento = 0.83, Yellow = 0.95 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 29 | 9 | - |
| CMYK | 0 | 0.83 | 0.95 | 0.33 |
| HSL | 7.45º | 0.9% | 0.35% | - |
| HSV(B) | 7.45º | 0.95% | 0.67% | - |
| XYZ | 17.07 | 9.44 | 1.18 | - |
| YUV | 68.88 | 94.21 | 200.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 29 | 9 | 0 | 0.83 | 0.95 | 0.33 | 7.45 | 0.9 | 0.35 |
| Hex | AA | 1D | 9 | 0 | 53 | 5F | 21 | 7 | 5A | 23 |
| Octal | 252 | 35 | 11 | 0 | 123 | 137 | 41 | 7 | 132 | 43 |
| Binary | 10101010 | 11101 | 1001 | 0 | 1010011 | 1011111 | 100001 | 111 | 1011010 | 100011 |
Color Harmonies of #AA1D09
Complementary color
Monochromatic Colors of #AA1D09
Black with #AA1D09
Text Example
Text Example
White with #AA1D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1D09; }
p { color: rgb(170,29,9); }
H1.HeaderClassName
{
color: #AA1D09;
}
.AnyTagClassName
{
color: #AA1D09;
}
</style>
background-color css
<style>
a { background-color: #AA1D09; }
a { background-color: rgb(170,29,9); }
div.DivClassName
{
background-color: #AA1D09;
}
.BgClassName
{
background-color: #AA1D09;
}
</style>
border-color css
<style>
span { border-color: #AA1D09; }
span { border-color: rgb(170,29,9); }
td.TdClassName
{
border-color: #AA1D09;
}
.TagClassName
{
border-color: #AA1D09;
}
</style>