Shades of Fire Brick #A11816
Tints of Fire Brick #A11816
RGB
CMYK
RGB Variations
Color information
#A11816 (or 0xA11816) is known color: Fire Brick. HEX triplet: A1, 18 and 16. RGB value is (161,24,22). Sum of RGB (Red+Green+Blue) = 161+24+22=207 (27% of max value = 765). Red value is 161 (63.28% from 255 or 77.78% from 207); Green value is 24 (9.77% from 255 or 11.59% from 207); Blue value is 22 (8.98% from 255 or 10.63% from 207); Max value from RGB is 161 - color contains mainly: red. Hex color #A11816 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A11816 is #5EE7E9. Grayscale: #404040. Windows color (decimal): -6219754 or 1448097. OLE color: 1448097.
HSL color Cylindrical-coordinate representation of color #A11816: hue angle of 0.86º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A11816 is Cyan = 0, Magento = 0.85, Yellow = 0.86 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 24 | 22 | - |
| CMYK | 0 | 0.85 | 0.86 | 0.37 |
| HSL | 0.86º | 0.76% | 0.36% | - |
| HSV(B) | 0.86º | 0.86% | 0.63% | - |
| XYZ | 15.17 | 8.29 | 1.56 | - |
| YUV | 64.74 | 103.89 | 196.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 24 | 22 | 0 | 0.85 | 0.86 | 0.37 | 0.86 | 0.76 | 0.36 |
| Hex | A1 | 18 | 16 | 0 | 55 | 56 | 25 | 1 | 4C | 24 |
| Octal | 241 | 30 | 26 | 0 | 125 | 126 | 45 | 1 | 114 | 44 |
| Binary | 10100001 | 11000 | 10110 | 0 | 1010101 | 1010110 | 100101 | 1 | 1001100 | 100100 |
Color Harmonies of #A11816
Complementary color
Monochromatic Colors of #A11816
Black with #A11816
Text Example
Text Example
White with #A11816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11816; }
p { color: rgb(161,24,22); }
H1.HeaderClassName
{
color: #A11816;
}
.AnyTagClassName
{
color: #A11816;
}
</style>
background-color css
<style>
a { background-color: #A11816; }
a { background-color: rgb(161,24,22); }
div.DivClassName
{
background-color: #A11816;
}
.BgClassName
{
background-color: #A11816;
}
</style>
border-color css
<style>
span { border-color: #A11816; }
span { border-color: rgb(161,24,22); }
td.TdClassName
{
border-color: #A11816;
}
.TagClassName
{
border-color: #A11816;
}
</style>