Shades of Fire Brick #AA1508
Tints of Fire Brick #AA1508
RGB
CMYK
RGB Variations
Color information
#AA1508 (or 0xAA1508) is known color: Fire Brick. HEX triplet: AA, 15 and 08. RGB value is (170,21,8). Sum of RGB (Red+Green+Blue) = 170+21+8=199 (26% of max value = 765). Red value is 170 (66.80% from 255 or 85.43% from 199); Green value is 21 (8.59% from 255 or 10.55% from 199); Blue value is 8 (3.52% from 255 or 4.02% from 199); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1508 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA1508 is #55EAF7. Grayscale: #404040. Windows color (decimal): -5630712 or 529834. OLE color: 529834.
HSL color Cylindrical-coordinate representation of color #AA1508: hue angle of 4.81º 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 #AA1508 is Cyan = 0, Magento = 0.88, Yellow = 0.95 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 21 | 8 | - |
| CMYK | 0 | 0.88 | 0.95 | 0.33 |
| HSL | 4.81º | 0.91% | 0.35% | - |
| HSV(B) | 4.81º | 0.95% | 0.67% | - |
| XYZ | 16.89 | 9.1 | 1.1 | - |
| YUV | 64.07 | 96.36 | 203.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 21 | 8 | 0 | 0.88 | 0.95 | 0.33 | 4.81 | 0.91 | 0.35 |
| Hex | AA | 15 | 8 | 0 | 58 | 5F | 21 | 5 | 5B | 23 |
| Octal | 252 | 25 | 10 | 0 | 130 | 137 | 41 | 5 | 133 | 43 |
| Binary | 10101010 | 10101 | 1000 | 0 | 1011000 | 1011111 | 100001 | 101 | 1011011 | 100011 |
Color Harmonies of #AA1508
Complementary color
Monochromatic Colors of #AA1508
Black with #AA1508
Text Example
Text Example
White with #AA1508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1508; }
p { color: rgb(170,21,8); }
H1.HeaderClassName
{
color: #AA1508;
}
.AnyTagClassName
{
color: #AA1508;
}
</style>
background-color css
<style>
a { background-color: #AA1508; }
a { background-color: rgb(170,21,8); }
div.DivClassName
{
background-color: #AA1508;
}
.BgClassName
{
background-color: #AA1508;
}
</style>
border-color css
<style>
span { border-color: #AA1508; }
span { border-color: rgb(170,21,8); }
td.TdClassName
{
border-color: #AA1508;
}
.TagClassName
{
border-color: #AA1508;
}
</style>