Shades of Fire Brick #A12911
Tints of Fire Brick #A12911
RGB
CMYK
RGB Variations
Color information
#A12911 (or 0xA12911) is known color: Fire Brick. HEX triplet: A1, 29 and 11. RGB value is (161,41,17). Sum of RGB (Red+Green+Blue) = 161+41+17=219 (29% of max value = 765). Red value is 161 (63.28% from 255 or 73.52% from 219); Green value is 41 (16.41% from 255 or 18.72% from 219); Blue value is 17 (7.03% from 255 or 7.76% from 219); Max value from RGB is 161 - color contains mainly: red. Hex color #A12911 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A12911 is #5ED6EE. Grayscale: #4A4A4A. Windows color (decimal): -6215407 or 1124769. OLE color: 1124769.
HSL color Cylindrical-coordinate representation of color #A12911: hue angle of 10º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A12911 is Cyan = 0, Magento = 0.75, Yellow = 0.89 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 41 | 17 | - |
| CMYK | 0 | 0.75 | 0.89 | 0.37 |
| HSL | 10º | 0.81% | 0.35% | - |
| HSV(B) | 10º | 0.89% | 0.63% | - |
| XYZ | 15.59 | 9.2 | 1.48 | - |
| YUV | 74.14 | 95.76 | 189.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 41 | 17 | 0 | 0.75 | 0.89 | 0.37 | 10 | 0.81 | 0.35 |
| Hex | A1 | 29 | 11 | 0 | 4B | 59 | 25 | A | 51 | 23 |
| Octal | 241 | 51 | 21 | 0 | 113 | 131 | 45 | 12 | 121 | 43 |
| Binary | 10100001 | 101001 | 10001 | 0 | 1001011 | 1011001 | 100101 | 1010 | 1010001 | 100011 |
Color Harmonies of #A12911
Complementary color
Monochromatic Colors of #A12911
Black with #A12911
Text Example
Text Example
White with #A12911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12911; }
p { color: rgb(161,41,17); }
H1.HeaderClassName
{
color: #A12911;
}
.AnyTagClassName
{
color: #A12911;
}
</style>
background-color css
<style>
a { background-color: #A12911; }
a { background-color: rgb(161,41,17); }
div.DivClassName
{
background-color: #A12911;
}
.BgClassName
{
background-color: #A12911;
}
</style>
border-color css
<style>
span { border-color: #A12911; }
span { border-color: rgb(161,41,17); }
td.TdClassName
{
border-color: #A12911;
}
.TagClassName
{
border-color: #A12911;
}
</style>