Shades of Fire Brick #A11E1C
Tints of Fire Brick #A11E1C
RGB
CMYK
RGB Variations
Color information
#A11E1C (or 0xA11E1C) is known color: Fire Brick. HEX triplet: A1, 1E and 1C. RGB value is (161,30,28). Sum of RGB (Red+Green+Blue) = 161+30+28=219 (29% of max value = 765). Red value is 161 (63.28% from 255 or 73.52% from 219); Green value is 30 (12.11% from 255 or 13.70% from 219); Blue value is 28 (11.33% from 255 or 12.79% from 219); Max value from RGB is 161 - color contains mainly: red. Hex color #A11E1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A11E1C is #5EE1E3. Grayscale: #454545. Windows color (decimal): -6218212 or 1842849. OLE color: 1842849.
HSL color Cylindrical-coordinate representation of color #A11E1C: hue angle of 0.9º degrees, saturation: 0.7, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A11E1C is Cyan = 0, Magento = 0.81, Yellow = 0.83 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 30 | 28 | - |
| CMYK | 0 | 0.81 | 0.83 | 0.37 |
| HSL | 0.9º | 0.7% | 0.37% | - |
| HSV(B) | 0.9º | 0.83% | 0.63% | - |
| XYZ | 15.37 | 8.59 | 1.95 | - |
| YUV | 68.94 | 104.9 | 193.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 30 | 28 | 0 | 0.81 | 0.83 | 0.37 | 0.9 | 0.7 | 0.37 |
| Hex | A1 | 1E | 1C | 0 | 51 | 53 | 25 | 1 | 46 | 25 |
| Octal | 241 | 36 | 34 | 0 | 121 | 123 | 45 | 1 | 106 | 45 |
| Binary | 10100001 | 11110 | 11100 | 0 | 1010001 | 1010011 | 100101 | 1 | 1000110 | 100101 |
Color Harmonies of #A11E1C
Complementary color
Monochromatic Colors of #A11E1C
Black with #A11E1C
Text Example
Text Example
White with #A11E1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11E1C; }
p { color: rgb(161,30,28); }
H1.HeaderClassName
{
color: #A11E1C;
}
.AnyTagClassName
{
color: #A11E1C;
}
</style>
background-color css
<style>
a { background-color: #A11E1C; }
a { background-color: rgb(161,30,28); }
div.DivClassName
{
background-color: #A11E1C;
}
.BgClassName
{
background-color: #A11E1C;
}
</style>
border-color css
<style>
span { border-color: #A11E1C; }
span { border-color: rgb(161,30,28); }
td.TdClassName
{
border-color: #A11E1C;
}
.TagClassName
{
border-color: #A11E1C;
}
</style>