Shades of Fire Brick #A11D0C
Tints of Fire Brick #A11D0C
RGB
CMYK
RGB Variations
Color information
#A11D0C (or 0xA11D0C) is known color: Fire Brick. HEX triplet: A1, 1D and 0C. RGB value is (161,29,12). Sum of RGB (Red+Green+Blue) = 161+29+12=202 (26% of max value = 765). Red value is 161 (63.28% from 255 or 79.70% from 202); Green value is 29 (11.72% from 255 or 14.36% from 202); Blue value is 12 (5.08% from 255 or 5.94% from 202); Max value from RGB is 161 - color contains mainly: red. Hex color #A11D0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A11D0C is #5EE2F3. Grayscale: #424242. Windows color (decimal): -6218484 or 794017. OLE color: 794017.
HSL color Cylindrical-coordinate representation of color #A11D0C: hue angle of 6.85º 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 #A11D0C is Cyan = 0, Magento = 0.82, Yellow = 0.93 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 29 | 12 | - |
| CMYK | 0 | 0.82 | 0.93 | 0.37 |
| HSL | 6.85º | 0.86% | 0.34% | - |
| HSV(B) | 6.85º | 0.93% | 0.63% | - |
| XYZ | 15.2 | 8.48 | 1.18 | - |
| YUV | 66.53 | 97.23 | 195.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 29 | 12 | 0 | 0.82 | 0.93 | 0.37 | 6.85 | 0.86 | 0.34 |
| Hex | A1 | 1D | C | 0 | 52 | 5D | 25 | 7 | 56 | 22 |
| Octal | 241 | 35 | 14 | 0 | 122 | 135 | 45 | 7 | 126 | 42 |
| Binary | 10100001 | 11101 | 1100 | 0 | 1010010 | 1011101 | 100101 | 111 | 1010110 | 100010 |
Color Harmonies of #A11D0C
Complementary color
Monochromatic Colors of #A11D0C
Black with #A11D0C
Text Example
Text Example
White with #A11D0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11D0C; }
p { color: rgb(161,29,12); }
H1.HeaderClassName
{
color: #A11D0C;
}
.AnyTagClassName
{
color: #A11D0C;
}
</style>
background-color css
<style>
a { background-color: #A11D0C; }
a { background-color: rgb(161,29,12); }
div.DivClassName
{
background-color: #A11D0C;
}
.BgClassName
{
background-color: #A11D0C;
}
</style>
border-color css
<style>
span { border-color: #A11D0C; }
span { border-color: rgb(161,29,12); }
td.TdClassName
{
border-color: #A11D0C;
}
.TagClassName
{
border-color: #A11D0C;
}
</style>