Shades of Fire Brick #AA1D00
Tints of Fire Brick #AA1D00
RGB
CMYK
RGB Variations
Color information
#AA1D00 (or 0xAA1D00) is known color: Fire Brick. HEX triplet: AA, 1D and 00. RGB value is (170,29,0). Sum of RGB (Red+Green+Blue) = 170+29+0=199 (26% of max value = 765). Red value is 170 (66.80% from 255 or 85.43% from 199); Green value is 29 (11.72% from 255 or 14.57% from 199); Blue value is 0 (0.39% from 255 or 0% from 199); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1D00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA1D00 is #55E2FF. Grayscale: #444444. Windows color (decimal): -5628672 or 7594. OLE color: 7594.
HSL color Cylindrical-coordinate representation of color #AA1D00: hue angle of 10.24º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AA1D00 is Cyan = 0, Magento = 0.83, Yellow = 1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 29 | 0 | - |
| CMYK | 0 | 0.83 | 1 | 0.33 |
| HSL | 10.24º | 1% | 0.33% | - |
| HSV(B) | 10.24º | 1% | 0.67% | - |
| XYZ | 17.02 | 9.42 | 0.92 | - |
| YUV | 67.85 | 89.71 | 200.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 29 | 0 | 0 | 0.83 | 1 | 0.33 | 10.24 | 1 | 0.33 |
| Hex | AA | 1D | 0 | 0 | 53 | 64 | 21 | A | 64 | 21 |
| Octal | 252 | 35 | 0 | 0 | 123 | 144 | 41 | 12 | 144 | 41 |
| Binary | 10101010 | 11101 | 0 | 0 | 1010011 | 1100100 | 100001 | 1010 | 1100100 | 100001 |
Color Harmonies of #AA1D00
Complementary color
Monochromatic Colors of #AA1D00
Black with #AA1D00
Text Example
Text Example
White with #AA1D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1D00; }
p { color: rgb(170,29,0); }
H1.HeaderClassName
{
color: #AA1D00;
}
.AnyTagClassName
{
color: #AA1D00;
}
</style>
background-color css
<style>
a { background-color: #AA1D00; }
a { background-color: rgb(170,29,0); }
div.DivClassName
{
background-color: #AA1D00;
}
.BgClassName
{
background-color: #AA1D00;
}
</style>
border-color css
<style>
span { border-color: #AA1D00; }
span { border-color: rgb(170,29,0); }
td.TdClassName
{
border-color: #AA1D00;
}
.TagClassName
{
border-color: #AA1D00;
}
</style>