Shades of Fire Brick #A11A0C
Tints of Fire Brick #A11A0C
RGB
CMYK
RGB Variations
Color information
#A11A0C (or 0xA11A0C) is known color: Fire Brick. HEX triplet: A1, 1A and 0C. RGB value is (161,26,12). Sum of RGB (Red+Green+Blue) = 161+26+12=199 (26% of max value = 765). Red value is 161 (63.28% from 255 or 80.90% from 199); Green value is 26 (10.55% from 255 or 13.07% from 199); Blue value is 12 (5.08% from 255 or 6.03% from 199); Max value from RGB is 161 - color contains mainly: red. Hex color #A11A0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A11A0C is #5EE5F3. Grayscale: #404040. Windows color (decimal): -6219252 or 793249. OLE color: 793249.
HSL color Cylindrical-coordinate representation of color #A11A0C: hue angle of 5.64º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A11A0C is Cyan = 0, Magento = 0.84, Yellow = 0.93 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 26 | 12 | - |
| CMYK | 0 | 0.84 | 0.93 | 0.37 |
| HSL | 5.64º | 0.86% | 0.34% | - |
| HSV(B) | 5.64º | 0.93% | 0.63% | - |
| XYZ | 15.13 | 8.34 | 1.16 | - |
| YUV | 64.77 | 98.23 | 196.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 26 | 12 | 0 | 0.84 | 0.93 | 0.37 | 5.64 | 0.86 | 0.34 |
| Hex | A1 | 1A | C | 0 | 54 | 5D | 25 | 6 | 56 | 22 |
| Octal | 241 | 32 | 14 | 0 | 124 | 135 | 45 | 6 | 126 | 42 |
| Binary | 10100001 | 11010 | 1100 | 0 | 1010100 | 1011101 | 100101 | 110 | 1010110 | 100010 |
Color Harmonies of #A11A0C
Complementary color
Monochromatic Colors of #A11A0C
Black with #A11A0C
Text Example
Text Example
White with #A11A0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11A0C; }
p { color: rgb(161,26,12); }
H1.HeaderClassName
{
color: #A11A0C;
}
.AnyTagClassName
{
color: #A11A0C;
}
</style>
background-color css
<style>
a { background-color: #A11A0C; }
a { background-color: rgb(161,26,12); }
div.DivClassName
{
background-color: #A11A0C;
}
.BgClassName
{
background-color: #A11A0C;
}
</style>
border-color css
<style>
span { border-color: #A11A0C; }
span { border-color: rgb(161,26,12); }
td.TdClassName
{
border-color: #A11A0C;
}
.TagClassName
{
border-color: #A11A0C;
}
</style>