Shades of Fire Brick #A11C0A
Tints of Fire Brick #A11C0A
RGB
CMYK
RGB Variations
Color information
#A11C0A (or 0xA11C0A) is known color: Fire Brick. HEX triplet: A1, 1C and 0A. RGB value is (161,28,10). Sum of RGB (Red+Green+Blue) = 161+28+10=199 (26% of max value = 765). Red value is 161 (63.28% from 255 or 80.90% from 199); Green value is 28 (11.33% from 255 or 14.07% from 199); Blue value is 10 (4.30% from 255 or 5.03% from 199); Max value from RGB is 161 - color contains mainly: red. Hex color #A11C0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A11C0A is #5EE3F5. Grayscale: #414141. Windows color (decimal): -6218742 or 662689. OLE color: 662689.
HSL color Cylindrical-coordinate representation of color #A11C0A: hue angle of 7.15º degrees, saturation: 0.88, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A11C0A is Cyan = 0, Magento = 0.83, Yellow = 0.94 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 28 | 10 | - |
| CMYK | 0 | 0.83 | 0.94 | 0.37 |
| HSL | 7.15º | 0.88% | 0.34% | - |
| HSV(B) | 7.15º | 0.94% | 0.63% | - |
| XYZ | 15.17 | 8.43 | 1.11 | - |
| YUV | 65.72 | 96.56 | 195.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 28 | 10 | 0 | 0.83 | 0.94 | 0.37 | 7.15 | 0.88 | 0.34 |
| Hex | A1 | 1C | A | 0 | 53 | 5E | 25 | 7 | 58 | 22 |
| Octal | 241 | 34 | 12 | 0 | 123 | 136 | 45 | 7 | 130 | 42 |
| Binary | 10100001 | 11100 | 1010 | 0 | 1010011 | 1011110 | 100101 | 111 | 1011000 | 100010 |
Color Harmonies of #A11C0A
Complementary color
Monochromatic Colors of #A11C0A
Black with #A11C0A
Text Example
Text Example
White with #A11C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11C0A; }
p { color: rgb(161,28,10); }
H1.HeaderClassName
{
color: #A11C0A;
}
.AnyTagClassName
{
color: #A11C0A;
}
</style>
background-color css
<style>
a { background-color: #A11C0A; }
a { background-color: rgb(161,28,10); }
div.DivClassName
{
background-color: #A11C0A;
}
.BgClassName
{
background-color: #A11C0A;
}
</style>
border-color css
<style>
span { border-color: #A11C0A; }
span { border-color: rgb(161,28,10); }
td.TdClassName
{
border-color: #A11C0A;
}
.TagClassName
{
border-color: #A11C0A;
}
</style>