Shades of Fire Brick #AA1A04
Tints of Fire Brick #AA1A04
RGB
CMYK
RGB Variations
Color information
#AA1A04 (or 0xAA1A04) is known color: Fire Brick. HEX triplet: AA, 1A and 04. RGB value is (170,26,4). Sum of RGB (Red+Green+Blue) = 170+26+4=200 (26% of max value = 765). Red value is 170 (66.80% from 255 or 85% from 200); Green value is 26 (10.55% from 255 or 13% from 200); Blue value is 4 (1.95% from 255 or 2% from 200); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1A04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA1A04 is #55E5FB. Grayscale: #424242. Windows color (decimal): -5629436 or 268970. OLE color: 268970.
HSL color Cylindrical-coordinate representation of color #AA1A04: hue angle of 7.95º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AA1A04 is Cyan = 0, Magento = 0.85, Yellow = 0.98 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 26 | 4 | - |
| CMYK | 0 | 0.85 | 0.98 | 0.33 |
| HSL | 7.95º | 0.95% | 0.34% | - |
| HSV(B) | 7.95º | 0.98% | 0.67% | - |
| XYZ | 16.97 | 9.29 | 1.01 | - |
| YUV | 66.55 | 92.71 | 201.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 26 | 4 | 0 | 0.85 | 0.98 | 0.33 | 7.95 | 0.95 | 0.34 |
| Hex | AA | 1A | 4 | 0 | 55 | 62 | 21 | 8 | 5F | 22 |
| Octal | 252 | 32 | 4 | 0 | 125 | 142 | 41 | 10 | 137 | 42 |
| Binary | 10101010 | 11010 | 100 | 0 | 1010101 | 1100010 | 100001 | 1000 | 1011111 | 100010 |
Color Harmonies of #AA1A04
Complementary color
Monochromatic Colors of #AA1A04
Black with #AA1A04
Text Example
Text Example
White with #AA1A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1A04; }
p { color: rgb(170,26,4); }
H1.HeaderClassName
{
color: #AA1A04;
}
.AnyTagClassName
{
color: #AA1A04;
}
</style>
background-color css
<style>
a { background-color: #AA1A04; }
a { background-color: rgb(170,26,4); }
div.DivClassName
{
background-color: #AA1A04;
}
.BgClassName
{
background-color: #AA1A04;
}
</style>
border-color css
<style>
span { border-color: #AA1A04; }
span { border-color: rgb(170,26,4); }
td.TdClassName
{
border-color: #AA1A04;
}
.TagClassName
{
border-color: #AA1A04;
}
</style>