Shades of Fire Brick #A1160B
Tints of Fire Brick #A1160B
RGB
CMYK
RGB Variations
Color information
#A1160B (or 0xA1160B) is known color: Fire Brick. HEX triplet: A1, 16 and 0B. RGB value is (161,22,11). Sum of RGB (Red+Green+Blue) = 161+22+11=194 (25% of max value = 765). Red value is 161 (63.28% from 255 or 82.99% from 194); Green value is 22 (8.98% from 255 or 11.34% from 194); Blue value is 11 (4.69% from 255 or 5.67% from 194); Max value from RGB is 161 - color contains mainly: red. Hex color #A1160B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A1160B is #5EE9F4. Grayscale: #3E3E3E. Windows color (decimal): -6220277 or 726689. OLE color: 726689.
HSL color Cylindrical-coordinate representation of color #A1160B: hue angle of 4.4º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A1160B is Cyan = 0, Magento = 0.86, Yellow = 0.93 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 22 | 11 | - |
| CMYK | 0 | 0.86 | 0.93 | 0.37 |
| HSL | 4.4º | 0.87% | 0.34% | - |
| HSV(B) | 4.4º | 0.93% | 0.63% | - |
| XYZ | 15.05 | 8.18 | 1.1 | - |
| YUV | 62.31 | 99.05 | 198.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 22 | 11 | 0 | 0.86 | 0.93 | 0.37 | 4.4 | 0.87 | 0.34 |
| Hex | A1 | 16 | B | 0 | 56 | 5D | 25 | 4 | 57 | 22 |
| Octal | 241 | 26 | 13 | 0 | 126 | 135 | 45 | 4 | 127 | 42 |
| Binary | 10100001 | 10110 | 1011 | 0 | 1010110 | 1011101 | 100101 | 100 | 1010111 | 100010 |
Color Harmonies of #A1160B
Complementary color
Monochromatic Colors of #A1160B
Black with #A1160B
Text Example
Text Example
White with #A1160B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1160B; }
p { color: rgb(161,22,11); }
H1.HeaderClassName
{
color: #A1160B;
}
.AnyTagClassName
{
color: #A1160B;
}
</style>
background-color css
<style>
a { background-color: #A1160B; }
a { background-color: rgb(161,22,11); }
div.DivClassName
{
background-color: #A1160B;
}
.BgClassName
{
background-color: #A1160B;
}
</style>
border-color css
<style>
span { border-color: #A1160B; }
span { border-color: rgb(161,22,11); }
td.TdClassName
{
border-color: #A1160B;
}
.TagClassName
{
border-color: #A1160B;
}
</style>