Shades of Fire Brick #A1160C
Tints of Fire Brick #A1160C
RGB
CMYK
RGB Variations
Color information
#A1160C (or 0xA1160C) is known color: Fire Brick. HEX triplet: A1, 16 and 0C. RGB value is (161,22,12). Sum of RGB (Red+Green+Blue) = 161+22+12=195 (25% of max value = 765). Red value is 161 (63.28% from 255 or 82.56% from 195); Green value is 22 (8.98% from 255 or 11.28% from 195); Blue value is 12 (5.08% from 255 or 6.15% from 195); Max value from RGB is 161 - color contains mainly: red. Hex color #A1160C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A1160C is #5EE9F3. Grayscale: #3E3E3E. Windows color (decimal): -6220276 or 792225. OLE color: 792225.
HSL color Cylindrical-coordinate representation of color #A1160C: hue angle of 4.03º degrees, saturation: 0.86, 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 #A1160C is Cyan = 0, Magento = 0.86, Yellow = 0.93 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 22 | 12 | - |
| CMYK | 0 | 0.86 | 0.93 | 0.37 |
| HSL | 4.03º | 0.86% | 0.34% | - |
| HSV(B) | 4.03º | 0.93% | 0.63% | - |
| XYZ | 15.05 | 8.18 | 1.13 | - |
| YUV | 62.42 | 99.55 | 198.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 22 | 12 | 0 | 0.86 | 0.93 | 0.37 | 4.03 | 0.86 | 0.34 |
| Hex | A1 | 16 | C | 0 | 56 | 5D | 25 | 4 | 56 | 22 |
| Octal | 241 | 26 | 14 | 0 | 126 | 135 | 45 | 4 | 126 | 42 |
| Binary | 10100001 | 10110 | 1100 | 0 | 1010110 | 1011101 | 100101 | 100 | 1010110 | 100010 |
Color Harmonies of #A1160C
Complementary color
Monochromatic Colors of #A1160C
Black with #A1160C
Text Example
Text Example
White with #A1160C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1160C; }
p { color: rgb(161,22,12); }
H1.HeaderClassName
{
color: #A1160C;
}
.AnyTagClassName
{
color: #A1160C;
}
</style>
background-color css
<style>
a { background-color: #A1160C; }
a { background-color: rgb(161,22,12); }
div.DivClassName
{
background-color: #A1160C;
}
.BgClassName
{
background-color: #A1160C;
}
</style>
border-color css
<style>
span { border-color: #A1160C; }
span { border-color: rgb(161,22,12); }
td.TdClassName
{
border-color: #A1160C;
}
.TagClassName
{
border-color: #A1160C;
}
</style>