Shades of Fire Brick #A11711
Tints of Fire Brick #A11711
RGB
CMYK
RGB Variations
Color information
#A11711 (or 0xA11711) is known color: Fire Brick. HEX triplet: A1, 17 and 11. RGB value is (161,23,17). Sum of RGB (Red+Green+Blue) = 161+23+17=201 (26% of max value = 765). Red value is 161 (63.28% from 255 or 80.10% from 201); Green value is 23 (9.38% from 255 or 11.44% from 201); Blue value is 17 (7.03% from 255 or 8.46% from 201); Max value from RGB is 161 - color contains mainly: red. Hex color #A11711 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A11711 is #5EE8EE. Grayscale: #3F3F3F. Windows color (decimal): -6220015 or 1120161. OLE color: 1120161.
HSL color Cylindrical-coordinate representation of color #A11711: hue angle of 2.5º 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 #A11711 is Cyan = 0, Magento = 0.86, Yellow = 0.89 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 23 | 17 | - |
| CMYK | 0 | 0.86 | 0.89 | 0.37 |
| HSL | 2.5º | 0.81% | 0.35% | - |
| HSV(B) | 2.5º | 0.89% | 0.63% | - |
| XYZ | 15.11 | 8.23 | 1.32 | - |
| YUV | 63.58 | 101.72 | 197.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 23 | 17 | 0 | 0.86 | 0.89 | 0.37 | 2.5 | 0.81 | 0.35 |
| Hex | A1 | 17 | 11 | 0 | 56 | 59 | 25 | 2 | 51 | 23 |
| Octal | 241 | 27 | 21 | 0 | 126 | 131 | 45 | 2 | 121 | 43 |
| Binary | 10100001 | 10111 | 10001 | 0 | 1010110 | 1011001 | 100101 | 10 | 1010001 | 100011 |
Color Harmonies of #A11711
Complementary color
Monochromatic Colors of #A11711
Black with #A11711
Text Example
Text Example
White with #A11711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11711; }
p { color: rgb(161,23,17); }
H1.HeaderClassName
{
color: #A11711;
}
.AnyTagClassName
{
color: #A11711;
}
</style>
background-color css
<style>
a { background-color: #A11711; }
a { background-color: rgb(161,23,17); }
div.DivClassName
{
background-color: #A11711;
}
.BgClassName
{
background-color: #A11711;
}
</style>
border-color css
<style>
span { border-color: #A11711; }
span { border-color: rgb(161,23,17); }
td.TdClassName
{
border-color: #A11711;
}
.TagClassName
{
border-color: #A11711;
}
</style>