Shades of Fire Brick #A9130B
Tints of Fire Brick #A9130B
RGB
CMYK
RGB Variations
Color information
#A9130B (or 0xA9130B) is known color: Fire Brick. HEX triplet: A9, 13 and 0B. RGB value is (169,19,11). Sum of RGB (Red+Green+Blue) = 169+19+11=199 (26% of max value = 765). Red value is 169 (66.41% from 255 or 84.92% from 199); Green value is 19 (7.81% from 255 or 9.55% from 199); Blue value is 11 (4.69% from 255 or 5.53% from 199); Max value from RGB is 169 - color contains mainly: red. Hex color #A9130B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A9130B is #56ECF4. Grayscale: #3F3F3F. Windows color (decimal): -5696757 or 725929. OLE color: 725929.
HSL color Cylindrical-coordinate representation of color #A9130B: hue angle of 3.04º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A9130B is Cyan = 0, Magento = 0.89, Yellow = 0.93 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 19 | 11 | - |
| CMYK | 0 | 0.89 | 0.93 | 0.34 |
| HSL | 3.04º | 0.88% | 0.35% | - |
| HSV(B) | 3.04º | 0.93% | 0.66% | - |
| XYZ | 16.66 | 8.92 | 1.16 | - |
| YUV | 62.94 | 98.7 | 203.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 19 | 11 | 0 | 0.89 | 0.93 | 0.34 | 3.04 | 0.88 | 0.35 |
| Hex | A9 | 13 | B | 0 | 59 | 5D | 22 | 3 | 58 | 23 |
| Octal | 251 | 23 | 13 | 0 | 131 | 135 | 42 | 3 | 130 | 43 |
| Binary | 10101001 | 10011 | 1011 | 0 | 1011001 | 1011101 | 100010 | 11 | 1011000 | 100011 |
Color Harmonies of #A9130B
Complementary color
Monochromatic Colors of #A9130B
Black with #A9130B
Text Example
Text Example
White with #A9130B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9130B; }
p { color: rgb(169,19,11); }
H1.HeaderClassName
{
color: #A9130B;
}
.AnyTagClassName
{
color: #A9130B;
}
</style>
background-color css
<style>
a { background-color: #A9130B; }
a { background-color: rgb(169,19,11); }
div.DivClassName
{
background-color: #A9130B;
}
.BgClassName
{
background-color: #A9130B;
}
</style>
border-color css
<style>
span { border-color: #A9130B; }
span { border-color: rgb(169,19,11); }
td.TdClassName
{
border-color: #A9130B;
}
.TagClassName
{
border-color: #A9130B;
}
</style>