Shades of Fire Brick #A11D0A
Tints of Fire Brick #A11D0A
RGB
CMYK
RGB Variations
Color information
#A11D0A (or 0xA11D0A) is known color: Fire Brick. HEX triplet: A1, 1D and 0A. RGB value is (161,29,10). Sum of RGB (Red+Green+Blue) = 161+29+10=200 (26% of max value = 765). Red value is 161 (63.28% from 255 or 80.5% from 200); Green value is 29 (11.72% from 255 or 14.5% from 200); Blue value is 10 (4.30% from 255 or 5% from 200); Max value from RGB is 161 - color contains mainly: red. Hex color #A11D0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A11D0A is #5EE2F5. Grayscale: #424242. Windows color (decimal): -6218486 or 662945. OLE color: 662945.
HSL color Cylindrical-coordinate representation of color #A11D0A: hue angle of 7.55º 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 #A11D0A is Cyan = 0, Magento = 0.82, Yellow = 0.94 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 29 | 10 | - |
| CMYK | 0 | 0.82 | 0.94 | 0.37 |
| HSL | 7.55º | 0.88% | 0.34% | - |
| HSV(B) | 7.55º | 0.94% | 0.63% | - |
| XYZ | 15.19 | 8.48 | 1.12 | - |
| YUV | 66.3 | 96.23 | 195.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 29 | 10 | 0 | 0.82 | 0.94 | 0.37 | 7.55 | 0.88 | 0.34 |
| Hex | A1 | 1D | A | 0 | 52 | 5E | 25 | 8 | 58 | 22 |
| Octal | 241 | 35 | 12 | 0 | 122 | 136 | 45 | 10 | 130 | 42 |
| Binary | 10100001 | 11101 | 1010 | 0 | 1010010 | 1011110 | 100101 | 1000 | 1011000 | 100010 |
Color Harmonies of #A11D0A
Complementary color
Monochromatic Colors of #A11D0A
Black with #A11D0A
Text Example
Text Example
White with #A11D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11D0A; }
p { color: rgb(161,29,10); }
H1.HeaderClassName
{
color: #A11D0A;
}
.AnyTagClassName
{
color: #A11D0A;
}
</style>
background-color css
<style>
a { background-color: #A11D0A; }
a { background-color: rgb(161,29,10); }
div.DivClassName
{
background-color: #A11D0A;
}
.BgClassName
{
background-color: #A11D0A;
}
</style>
border-color css
<style>
span { border-color: #A11D0A; }
span { border-color: rgb(161,29,10); }
td.TdClassName
{
border-color: #A11D0A;
}
.TagClassName
{
border-color: #A11D0A;
}
</style>