Shades of Fire Brick #A11110
Tints of Fire Brick #A11110
RGB
CMYK
RGB Variations
Color information
#A11110 (or 0xA11110) is known color: Fire Brick. HEX triplet: A1, 11 and 10. RGB value is (161,17,16). Sum of RGB (Red+Green+Blue) = 161+17+16=194 (25% of max value = 765). Red value is 161 (63.28% from 255 or 82.99% from 194); Green value is 17 (7.03% from 255 or 8.76% from 194); Blue value is 16 (6.64% from 255 or 8.25% from 194); Max value from RGB is 161 - color contains mainly: red. Hex color #A11110 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A11110 is #5EEEEF. Grayscale: #3C3C3C. Windows color (decimal): -6221552 or 1053089. OLE color: 1053089.
HSL color Cylindrical-coordinate representation of color #A11110: hue angle of 0.41º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A11110 is Cyan = 0, Magento = 0.89, Yellow = 0.90 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 17 | 16 | - |
| CMYK | 0 | 0.89 | 0.90 | 0.37 |
| HSL | 0.41º | 0.82% | 0.35% | - |
| HSV(B) | 0.41º | 0.9% | 0.63% | - |
| XYZ | 14.99 | 8.02 | 1.25 | - |
| YUV | 59.94 | 103.21 | 200.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 17 | 16 | 0 | 0.89 | 0.90 | 0.37 | 0.41 | 0.82 | 0.35 |
| Hex | A1 | 11 | 10 | 0 | 59 | 5A | 25 | 0 | 52 | 23 |
| Octal | 241 | 21 | 20 | 0 | 131 | 132 | 45 | 0 | 122 | 43 |
| Binary | 10100001 | 10001 | 10000 | 0 | 1011001 | 1011010 | 100101 | 0 | 1010010 | 100011 |
Color Harmonies of #A11110
Complementary color
Monochromatic Colors of #A11110
Black with #A11110
Text Example
Text Example
White with #A11110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11110; }
p { color: rgb(161,17,16); }
H1.HeaderClassName
{
color: #A11110;
}
.AnyTagClassName
{
color: #A11110;
}
</style>
background-color css
<style>
a { background-color: #A11110; }
a { background-color: rgb(161,17,16); }
div.DivClassName
{
background-color: #A11110;
}
.BgClassName
{
background-color: #A11110;
}
</style>
border-color css
<style>
span { border-color: #A11110; }
span { border-color: rgb(161,17,16); }
td.TdClassName
{
border-color: #A11110;
}
.TagClassName
{
border-color: #A11110;
}
</style>