Shades of Fire Brick #A11E1B
Tints of Fire Brick #A11E1B
RGB
CMYK
RGB Variations
Color information
#A11E1B (or 0xA11E1B) is known color: Fire Brick. HEX triplet: A1, 1E and 1B. RGB value is (161,30,27). Sum of RGB (Red+Green+Blue) = 161+30+27=218 (28% of max value = 765). Red value is 161 (63.28% from 255 or 73.85% from 218); Green value is 30 (12.11% from 255 or 13.76% from 218); Blue value is 27 (10.94% from 255 or 12.39% from 218); Max value from RGB is 161 - color contains mainly: red. Hex color #A11E1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A11E1B is #5EE1E4. Grayscale: #444444. Windows color (decimal): -6218213 or 1777313. OLE color: 1777313.
HSL color Cylindrical-coordinate representation of color #A11E1B: hue angle of 1.34º degrees, saturation: 0.71, 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 #A11E1B is Cyan = 0, Magento = 0.81, Yellow = 0.83 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 30 | 27 | - |
| CMYK | 0 | 0.81 | 0.83 | 0.37 |
| HSL | 1.34º | 0.71% | 0.37% | - |
| HSV(B) | 1.34º | 0.83% | 0.63% | - |
| XYZ | 15.36 | 8.58 | 1.88 | - |
| YUV | 68.83 | 104.4 | 193.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 30 | 27 | 0 | 0.81 | 0.83 | 0.37 | 1.34 | 0.71 | 0.37 |
| Hex | A1 | 1E | 1B | 0 | 51 | 53 | 25 | 1 | 47 | 25 |
| Octal | 241 | 36 | 33 | 0 | 121 | 123 | 45 | 1 | 107 | 45 |
| Binary | 10100001 | 11110 | 11011 | 0 | 1010001 | 1010011 | 100101 | 1 | 1000111 | 100101 |
Color Harmonies of #A11E1B
Complementary color
Monochromatic Colors of #A11E1B
Black with #A11E1B
Text Example
Text Example
White with #A11E1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11E1B; }
p { color: rgb(161,30,27); }
H1.HeaderClassName
{
color: #A11E1B;
}
.AnyTagClassName
{
color: #A11E1B;
}
</style>
background-color css
<style>
a { background-color: #A11E1B; }
a { background-color: rgb(161,30,27); }
div.DivClassName
{
background-color: #A11E1B;
}
.BgClassName
{
background-color: #A11E1B;
}
</style>
border-color css
<style>
span { border-color: #A11E1B; }
span { border-color: rgb(161,30,27); }
td.TdClassName
{
border-color: #A11E1B;
}
.TagClassName
{
border-color: #A11E1B;
}
</style>