Shades of Fire Brick #A11C11
Tints of Fire Brick #A11C11
RGB
CMYK
RGB Variations
Color information
#A11C11 (or 0xA11C11) is known color: Fire Brick. HEX triplet: A1, 1C and 11. RGB value is (161,28,17). Sum of RGB (Red+Green+Blue) = 161+28+17=206 (27% of max value = 765). Red value is 161 (63.28% from 255 or 78.16% from 206); Green value is 28 (11.33% from 255 or 13.59% from 206); Blue value is 17 (7.03% from 255 or 8.25% from 206); Max value from RGB is 161 - color contains mainly: red. Hex color #A11C11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A11C11 is #5EE3EE. Grayscale: #424242. Windows color (decimal): -6218735 or 1121441. OLE color: 1121441.
HSL color Cylindrical-coordinate representation of color #A11C11: hue angle of 4.58º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A11C11 is Cyan = 0, Magento = 0.83, Yellow = 0.89 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 28 | 17 | - |
| CMYK | 0 | 0.83 | 0.89 | 0.37 |
| HSL | 4.58º | 0.81% | 0.35% | - |
| HSV(B) | 4.58º | 0.89% | 0.63% | - |
| XYZ | 15.21 | 8.45 | 1.36 | - |
| YUV | 66.51 | 100.06 | 195.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 28 | 17 | 0 | 0.83 | 0.89 | 0.37 | 4.58 | 0.81 | 0.35 |
| Hex | A1 | 1C | 11 | 0 | 53 | 59 | 25 | 5 | 51 | 23 |
| Octal | 241 | 34 | 21 | 0 | 123 | 131 | 45 | 5 | 121 | 43 |
| Binary | 10100001 | 11100 | 10001 | 0 | 1010011 | 1011001 | 100101 | 101 | 1010001 | 100011 |
Color Harmonies of #A11C11
Complementary color
Monochromatic Colors of #A11C11
Black with #A11C11
Text Example
Text Example
White with #A11C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11C11; }
p { color: rgb(161,28,17); }
H1.HeaderClassName
{
color: #A11C11;
}
.AnyTagClassName
{
color: #A11C11;
}
</style>
background-color css
<style>
a { background-color: #A11C11; }
a { background-color: rgb(161,28,17); }
div.DivClassName
{
background-color: #A11C11;
}
.BgClassName
{
background-color: #A11C11;
}
</style>
border-color css
<style>
span { border-color: #A11C11; }
span { border-color: rgb(161,28,17); }
td.TdClassName
{
border-color: #A11C11;
}
.TagClassName
{
border-color: #A11C11;
}
</style>