Shades of Fire Brick #A11E17
Tints of Fire Brick #A11E17
RGB
CMYK
RGB Variations
Color information
#A11E17 (or 0xA11E17) is known color: Fire Brick. HEX triplet: A1, 1E and 17. RGB value is (161,30,23). Sum of RGB (Red+Green+Blue) = 161+30+23=214 (28% of max value = 765). Red value is 161 (63.28% from 255 or 75.23% from 214); Green value is 30 (12.11% from 255 or 14.02% from 214); Blue value is 23 (9.38% from 255 or 10.75% from 214); Max value from RGB is 161 - color contains mainly: red. Hex color #A11E17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A11E17 is #5EE1E8. Grayscale: #444444. Windows color (decimal): -6218217 or 1515169. OLE color: 1515169.
HSL color Cylindrical-coordinate representation of color #A11E17: hue angle of 3.04º degrees, saturation: 0.75, 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 #A11E17 is Cyan = 0, Magento = 0.81, Yellow = 0.86 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 30 | 23 | - |
| CMYK | 0 | 0.81 | 0.86 | 0.37 |
| HSL | 3.04º | 0.75% | 0.36% | - |
| HSV(B) | 3.04º | 0.86% | 0.63% | - |
| XYZ | 15.32 | 8.57 | 1.66 | - |
| YUV | 68.37 | 102.4 | 194.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 30 | 23 | 0 | 0.81 | 0.86 | 0.37 | 3.04 | 0.75 | 0.36 |
| Hex | A1 | 1E | 17 | 0 | 51 | 56 | 25 | 3 | 4B | 24 |
| Octal | 241 | 36 | 27 | 0 | 121 | 126 | 45 | 3 | 113 | 44 |
| Binary | 10100001 | 11110 | 10111 | 0 | 1010001 | 1010110 | 100101 | 11 | 1001011 | 100100 |
Color Harmonies of #A11E17
Complementary color
Monochromatic Colors of #A11E17
Black with #A11E17
Text Example
Text Example
White with #A11E17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11E17; }
p { color: rgb(161,30,23); }
H1.HeaderClassName
{
color: #A11E17;
}
.AnyTagClassName
{
color: #A11E17;
}
</style>
background-color css
<style>
a { background-color: #A11E17; }
a { background-color: rgb(161,30,23); }
div.DivClassName
{
background-color: #A11E17;
}
.BgClassName
{
background-color: #A11E17;
}
</style>
border-color css
<style>
span { border-color: #A11E17; }
span { border-color: rgb(161,30,23); }
td.TdClassName
{
border-color: #A11E17;
}
.TagClassName
{
border-color: #A11E17;
}
</style>