Shades of Fire Brick #AA1C00
Tints of Fire Brick #AA1C00
RGB
CMYK
RGB Variations
Color information
#AA1C00 (or 0xAA1C00) is known color: Fire Brick. HEX triplet: AA, 1C and 00. RGB value is (170,28,0). Sum of RGB (Red+Green+Blue) = 170+28+0=198 (26% of max value = 765). Red value is 170 (66.80% from 255 or 85.86% from 198); Green value is 28 (11.33% from 255 or 14.14% from 198); Blue value is 0 (0.39% from 255 or 0% from 198); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1C00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA1C00 is #55E3FF. Grayscale: #434343. Windows color (decimal): -5628928 or 7338. OLE color: 7338.
HSL color Cylindrical-coordinate representation of color #AA1C00: hue angle of 9.88º 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 #AA1C00 is Cyan = 0, Magento = 0.84, Yellow = 1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 28 | 0 | - |
| CMYK | 0 | 0.84 | 1 | 0.33 |
| HSL | 9.88º | 1% | 0.33% | - |
| HSV(B) | 9.88º | 1% | 0.67% | - |
| XYZ | 16.99 | 9.38 | 0.91 | - |
| YUV | 67.27 | 90.04 | 201.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 28 | 0 | 0 | 0.84 | 1 | 0.33 | 9.88 | 1 | 0.33 |
| Hex | AA | 1C | 0 | 0 | 54 | 64 | 21 | A | 64 | 21 |
| Octal | 252 | 34 | 0 | 0 | 124 | 144 | 41 | 12 | 144 | 41 |
| Binary | 10101010 | 11100 | 0 | 0 | 1010100 | 1100100 | 100001 | 1010 | 1100100 | 100001 |
Color Harmonies of #AA1C00
Complementary color
Monochromatic Colors of #AA1C00
Black with #AA1C00
Text Example
Text Example
White with #AA1C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1C00; }
p { color: rgb(170,28,0); }
H1.HeaderClassName
{
color: #AA1C00;
}
.AnyTagClassName
{
color: #AA1C00;
}
</style>
background-color css
<style>
a { background-color: #AA1C00; }
a { background-color: rgb(170,28,0); }
div.DivClassName
{
background-color: #AA1C00;
}
.BgClassName
{
background-color: #AA1C00;
}
</style>
border-color css
<style>
span { border-color: #AA1C00; }
span { border-color: rgb(170,28,0); }
td.TdClassName
{
border-color: #AA1C00;
}
.TagClassName
{
border-color: #AA1C00;
}
</style>