Shades of Fire Brick #A9130C
Tints of Fire Brick #A9130C
RGB
CMYK
RGB Variations
Color information
#A9130C (or 0xA9130C) is known color: Fire Brick. HEX triplet: A9, 13 and 0C. RGB value is (169,19,12). Sum of RGB (Red+Green+Blue) = 169+19+12=200 (26% of max value = 765). Red value is 169 (66.41% from 255 or 84.5% from 200); Green value is 19 (7.81% from 255 or 9.5% from 200); Blue value is 12 (5.08% from 255 or 6% from 200); Max value from RGB is 169 - color contains mainly: red. Hex color #A9130C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A9130C is #56ECF3. Grayscale: #3F3F3F. Windows color (decimal): -5696756 or 791465. OLE color: 791465.
HSL color Cylindrical-coordinate representation of color #A9130C: hue angle of 2.68º degrees, saturation: 0.87, 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 #A9130C is Cyan = 0, Magento = 0.89, Yellow = 0.93 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 19 | 12 | - |
| CMYK | 0 | 0.89 | 0.93 | 0.34 |
| HSL | 2.68º | 0.87% | 0.35% | - |
| HSV(B) | 2.68º | 0.93% | 0.66% | - |
| XYZ | 16.66 | 8.93 | 1.19 | - |
| YUV | 63.05 | 99.2 | 203.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 19 | 12 | 0 | 0.89 | 0.93 | 0.34 | 2.68 | 0.87 | 0.35 |
| Hex | A9 | 13 | C | 0 | 59 | 5D | 22 | 3 | 57 | 23 |
| Octal | 251 | 23 | 14 | 0 | 131 | 135 | 42 | 3 | 127 | 43 |
| Binary | 10101001 | 10011 | 1100 | 0 | 1011001 | 1011101 | 100010 | 11 | 1010111 | 100011 |
Color Harmonies of #A9130C
Complementary color
Monochromatic Colors of #A9130C
Black with #A9130C
Text Example
Text Example
White with #A9130C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9130C; }
p { color: rgb(169,19,12); }
H1.HeaderClassName
{
color: #A9130C;
}
.AnyTagClassName
{
color: #A9130C;
}
</style>
background-color css
<style>
a { background-color: #A9130C; }
a { background-color: rgb(169,19,12); }
div.DivClassName
{
background-color: #A9130C;
}
.BgClassName
{
background-color: #A9130C;
}
</style>
border-color css
<style>
span { border-color: #A9130C; }
span { border-color: rgb(169,19,12); }
td.TdClassName
{
border-color: #A9130C;
}
.TagClassName
{
border-color: #A9130C;
}
</style>