Shades of Fire Brick #AA130B
Tints of Fire Brick #AA130B
RGB
CMYK
RGB Variations
Color information
#AA130B (or 0xAA130B) is known color: Fire Brick. HEX triplet: AA, 13 and 0B. RGB value is (170,19,11). Sum of RGB (Red+Green+Blue) = 170+19+11=200 (26% of max value = 765). Red value is 170 (66.80% from 255 or 85% from 200); Green value is 19 (7.81% from 255 or 9.5% from 200); Blue value is 11 (4.69% from 255 or 5.5% from 200); Max value from RGB is 170 - color contains mainly: red. Hex color #AA130B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA130B is #55ECF4. Grayscale: #3F3F3F. Windows color (decimal): -5631221 or 725930. OLE color: 725930.
HSL color Cylindrical-coordinate representation of color #AA130B: hue angle of 3.02º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AA130B is Cyan = 0, Magento = 0.89, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 19 | 11 | - |
| CMYK | 0 | 0.89 | 0.94 | 0.33 |
| HSL | 3.02º | 0.88% | 0.35% | - |
| HSV(B) | 3.02º | 0.94% | 0.67% | - |
| XYZ | 16.87 | 9.04 | 1.17 | - |
| YUV | 63.24 | 98.53 | 204.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 19 | 11 | 0 | 0.89 | 0.94 | 0.33 | 3.02 | 0.88 | 0.35 |
| Hex | AA | 13 | B | 0 | 59 | 5E | 21 | 3 | 58 | 23 |
| Octal | 252 | 23 | 13 | 0 | 131 | 136 | 41 | 3 | 130 | 43 |
| Binary | 10101010 | 10011 | 1011 | 0 | 1011001 | 1011110 | 100001 | 11 | 1011000 | 100011 |
Color Harmonies of #AA130B
Complementary color
Monochromatic Colors of #AA130B
Black with #AA130B
Text Example
Text Example
White with #AA130B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA130B; }
p { color: rgb(170,19,11); }
H1.HeaderClassName
{
color: #AA130B;
}
.AnyTagClassName
{
color: #AA130B;
}
</style>
background-color css
<style>
a { background-color: #AA130B; }
a { background-color: rgb(170,19,11); }
div.DivClassName
{
background-color: #AA130B;
}
.BgClassName
{
background-color: #AA130B;
}
</style>
border-color css
<style>
span { border-color: #AA130B; }
span { border-color: rgb(170,19,11); }
td.TdClassName
{
border-color: #AA130B;
}
.TagClassName
{
border-color: #AA130B;
}
</style>