Shades of Fire Brick #A11A11
Tints of Fire Brick #A11A11
RGB
CMYK
RGB Variations
Color information
#A11A11 (or 0xA11A11) is known color: Fire Brick. HEX triplet: A1, 1A and 11. RGB value is (161,26,17). Sum of RGB (Red+Green+Blue) = 161+26+17=204 (27% of max value = 765). Red value is 161 (63.28% from 255 or 78.92% from 204); Green value is 26 (10.55% from 255 or 12.75% from 204); Blue value is 17 (7.03% from 255 or 8.33% from 204); Max value from RGB is 161 - color contains mainly: red. Hex color #A11A11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A11A11 is #5EE5EE. Grayscale: #414141. Windows color (decimal): -6219247 or 1120929. OLE color: 1120929.
HSL color Cylindrical-coordinate representation of color #A11A11: hue angle of 3.75º 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 #A11A11 is Cyan = 0, Magento = 0.84, Yellow = 0.89 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 26 | 17 | - |
| CMYK | 0 | 0.84 | 0.89 | 0.37 |
| HSL | 3.75º | 0.81% | 0.35% | - |
| HSV(B) | 3.75º | 0.89% | 0.63% | - |
| XYZ | 15.17 | 8.36 | 1.34 | - |
| YUV | 65.34 | 100.73 | 196.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 26 | 17 | 0 | 0.84 | 0.89 | 0.37 | 3.75 | 0.81 | 0.35 |
| Hex | A1 | 1A | 11 | 0 | 54 | 59 | 25 | 4 | 51 | 23 |
| Octal | 241 | 32 | 21 | 0 | 124 | 131 | 45 | 4 | 121 | 43 |
| Binary | 10100001 | 11010 | 10001 | 0 | 1010100 | 1011001 | 100101 | 100 | 1010001 | 100011 |
Color Harmonies of #A11A11
Complementary color
Monochromatic Colors of #A11A11
Black with #A11A11
Text Example
Text Example
White with #A11A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11A11; }
p { color: rgb(161,26,17); }
H1.HeaderClassName
{
color: #A11A11;
}
.AnyTagClassName
{
color: #A11A11;
}
</style>
background-color css
<style>
a { background-color: #A11A11; }
a { background-color: rgb(161,26,17); }
div.DivClassName
{
background-color: #A11A11;
}
.BgClassName
{
background-color: #A11A11;
}
</style>
border-color css
<style>
span { border-color: #A11A11; }
span { border-color: rgb(161,26,17); }
td.TdClassName
{
border-color: #A11A11;
}
.TagClassName
{
border-color: #A11A11;
}
</style>