Shades of Fire Brick #AA1908
Tints of Fire Brick #AA1908
RGB
CMYK
RGB Variations
Color information
#AA1908 (or 0xAA1908) is known color: Fire Brick. HEX triplet: AA, 19 and 08. RGB value is (170,25,8). Sum of RGB (Red+Green+Blue) = 170+25+8=203 (26% of max value = 765). Red value is 170 (66.80% from 255 or 83.74% from 203); Green value is 25 (10.16% from 255 or 12.32% from 203); Blue value is 8 (3.52% from 255 or 3.94% from 203); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1908 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA1908 is #55E6F7. Grayscale: #424242. Windows color (decimal): -5629688 or 530858. OLE color: 530858.
HSL color Cylindrical-coordinate representation of color #AA1908: hue angle of 6.3º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AA1908 is Cyan = 0, Magento = 0.85, Yellow = 0.95 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 25 | 8 | - |
| CMYK | 0 | 0.85 | 0.95 | 0.33 |
| HSL | 6.3º | 0.91% | 0.35% | - |
| HSV(B) | 6.3º | 0.95% | 0.67% | - |
| XYZ | 16.97 | 9.26 | 1.12 | - |
| YUV | 66.42 | 95.04 | 201.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 25 | 8 | 0 | 0.85 | 0.95 | 0.33 | 6.3 | 0.91 | 0.35 |
| Hex | AA | 19 | 8 | 0 | 55 | 5F | 21 | 6 | 5B | 23 |
| Octal | 252 | 31 | 10 | 0 | 125 | 137 | 41 | 6 | 133 | 43 |
| Binary | 10101010 | 11001 | 1000 | 0 | 1010101 | 1011111 | 100001 | 110 | 1011011 | 100011 |
Color Harmonies of #AA1908
Complementary color
Monochromatic Colors of #AA1908
Black with #AA1908
Text Example
Text Example
White with #AA1908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1908; }
p { color: rgb(170,25,8); }
H1.HeaderClassName
{
color: #AA1908;
}
.AnyTagClassName
{
color: #AA1908;
}
</style>
background-color css
<style>
a { background-color: #AA1908; }
a { background-color: rgb(170,25,8); }
div.DivClassName
{
background-color: #AA1908;
}
.BgClassName
{
background-color: #AA1908;
}
</style>
border-color css
<style>
span { border-color: #AA1908; }
span { border-color: rgb(170,25,8); }
td.TdClassName
{
border-color: #AA1908;
}
.TagClassName
{
border-color: #AA1908;
}
</style>