Shades of Fire Brick #AA1D04
Tints of Fire Brick #AA1D04
RGB
CMYK
RGB Variations
Color information
#AA1D04 (or 0xAA1D04) is known color: Fire Brick. HEX triplet: AA, 1D and 04. RGB value is (170,29,4). Sum of RGB (Red+Green+Blue) = 170+29+4=203 (26% of max value = 765). Red value is 170 (66.80% from 255 or 83.74% from 203); Green value is 29 (11.72% from 255 or 14.29% from 203); Blue value is 4 (1.95% from 255 or 1.97% from 203); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1D04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA1D04 is #55E2FB. Grayscale: #444444. Windows color (decimal): -5628668 or 269738. OLE color: 269738.
HSL color Cylindrical-coordinate representation of color #AA1D04: hue angle of 9.04º 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 #AA1D04 is Cyan = 0, Magento = 0.83, Yellow = 0.98 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 29 | 4 | - |
| CMYK | 0 | 0.83 | 0.98 | 0.33 |
| HSL | 9.04º | 0.95% | 0.34% | - |
| HSV(B) | 9.04º | 0.98% | 0.67% | - |
| XYZ | 17.04 | 9.43 | 1.04 | - |
| YUV | 68.31 | 91.71 | 200.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 29 | 4 | 0 | 0.83 | 0.98 | 0.33 | 9.04 | 0.95 | 0.34 |
| Hex | AA | 1D | 4 | 0 | 53 | 62 | 21 | 9 | 5F | 22 |
| Octal | 252 | 35 | 4 | 0 | 123 | 142 | 41 | 11 | 137 | 42 |
| Binary | 10101010 | 11101 | 100 | 0 | 1010011 | 1100010 | 100001 | 1001 | 1011111 | 100010 |
Color Harmonies of #AA1D04
Complementary color
Monochromatic Colors of #AA1D04
Black with #AA1D04
Text Example
Text Example
White with #AA1D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1D04; }
p { color: rgb(170,29,4); }
H1.HeaderClassName
{
color: #AA1D04;
}
.AnyTagClassName
{
color: #AA1D04;
}
</style>
background-color css
<style>
a { background-color: #AA1D04; }
a { background-color: rgb(170,29,4); }
div.DivClassName
{
background-color: #AA1D04;
}
.BgClassName
{
background-color: #AA1D04;
}
</style>
border-color css
<style>
span { border-color: #AA1D04; }
span { border-color: rgb(170,29,4); }
td.TdClassName
{
border-color: #AA1D04;
}
.TagClassName
{
border-color: #AA1D04;
}
</style>