Shades of Fire Brick #A1160F
Tints of Fire Brick #A1160F
RGB
CMYK
RGB Variations
Color information
#A1160F (or 0xA1160F) is known color: Fire Brick. HEX triplet: A1, 16 and 0F. RGB value is (161,22,15). Sum of RGB (Red+Green+Blue) = 161+22+15=198 (26% of max value = 765). Red value is 161 (63.28% from 255 or 81.31% from 198); Green value is 22 (8.98% from 255 or 11.11% from 198); Blue value is 15 (6.25% from 255 or 7.58% from 198); Max value from RGB is 161 - color contains mainly: red. Hex color #A1160F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A1160F is #5EE9F0. Grayscale: #3E3E3E. Windows color (decimal): -6220273 or 988833. OLE color: 988833.
HSL color Cylindrical-coordinate representation of color #A1160F: hue angle of 2.88º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A1160F is Cyan = 0, Magento = 0.86, Yellow = 0.91 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 22 | 15 | - |
| CMYK | 0 | 0.86 | 0.91 | 0.37 |
| HSL | 2.88º | 0.83% | 0.35% | - |
| HSV(B) | 2.88º | 0.91% | 0.63% | - |
| XYZ | 15.07 | 8.19 | 1.24 | - |
| YUV | 62.76 | 101.05 | 198.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 22 | 15 | 0 | 0.86 | 0.91 | 0.37 | 2.88 | 0.83 | 0.35 |
| Hex | A1 | 16 | F | 0 | 56 | 5B | 25 | 3 | 53 | 23 |
| Octal | 241 | 26 | 17 | 0 | 126 | 133 | 45 | 3 | 123 | 43 |
| Binary | 10100001 | 10110 | 1111 | 0 | 1010110 | 1011011 | 100101 | 11 | 1010011 | 100011 |
Color Harmonies of #A1160F
Complementary color
Monochromatic Colors of #A1160F
Black with #A1160F
Text Example
Text Example
White with #A1160F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1160F; }
p { color: rgb(161,22,15); }
H1.HeaderClassName
{
color: #A1160F;
}
.AnyTagClassName
{
color: #A1160F;
}
</style>
background-color css
<style>
a { background-color: #A1160F; }
a { background-color: rgb(161,22,15); }
div.DivClassName
{
background-color: #A1160F;
}
.BgClassName
{
background-color: #A1160F;
}
</style>
border-color css
<style>
span { border-color: #A1160F; }
span { border-color: rgb(161,22,15); }
td.TdClassName
{
border-color: #A1160F;
}
.TagClassName
{
border-color: #A1160F;
}
</style>