Shades of Fire Brick #AA1E03
Tints of Fire Brick #AA1E03
RGB
CMYK
RGB Variations
Color information
#AA1E03 (or 0xAA1E03) is known color: Fire Brick. HEX triplet: AA, 1E and 03. RGB value is (170,30,3). Sum of RGB (Red+Green+Blue) = 170+30+3=203 (26% of max value = 765). Red value is 170 (66.80% from 255 or 83.74% from 203); Green value is 30 (12.11% from 255 or 14.78% from 203); Blue value is 3 (1.56% from 255 or 1.48% from 203); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1E03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA1E03 is #55E1FC. Grayscale: #454545. Windows color (decimal): -5628413 or 204458. OLE color: 204458.
HSL color Cylindrical-coordinate representation of color #AA1E03: hue angle of 9.7º degrees, saturation: 0.97, 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 #AA1E03 is Cyan = 0, Magento = 0.82, Yellow = 0.98 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 30 | 3 | - |
| CMYK | 0 | 0.82 | 0.98 | 0.33 |
| HSL | 9.7º | 0.97% | 0.34% | - |
| HSV(B) | 9.7º | 0.98% | 0.67% | - |
| XYZ | 17.06 | 9.48 | 1.02 | - |
| YUV | 68.78 | 90.88 | 200.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 30 | 3 | 0 | 0.82 | 0.98 | 0.33 | 9.7 | 0.97 | 0.34 |
| Hex | AA | 1E | 3 | 0 | 52 | 62 | 21 | A | 61 | 22 |
| Octal | 252 | 36 | 3 | 0 | 122 | 142 | 41 | 12 | 141 | 42 |
| Binary | 10101010 | 11110 | 11 | 0 | 1010010 | 1100010 | 100001 | 1010 | 1100001 | 100010 |
Color Harmonies of #AA1E03
Complementary color
Monochromatic Colors of #AA1E03
Black with #AA1E03
Text Example
Text Example
White with #AA1E03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1E03; }
p { color: rgb(170,30,3); }
H1.HeaderClassName
{
color: #AA1E03;
}
.AnyTagClassName
{
color: #AA1E03;
}
</style>
background-color css
<style>
a { background-color: #AA1E03; }
a { background-color: rgb(170,30,3); }
div.DivClassName
{
background-color: #AA1E03;
}
.BgClassName
{
background-color: #AA1E03;
}
</style>
border-color css
<style>
span { border-color: #AA1E03; }
span { border-color: rgb(170,30,3); }
td.TdClassName
{
border-color: #AA1E03;
}
.TagClassName
{
border-color: #AA1E03;
}
</style>