Shades of Fire Brick #A11E1A
Tints of Fire Brick #A11E1A
RGB
CMYK
RGB Variations
Color information
#A11E1A (or 0xA11E1A) is known color: Fire Brick. HEX triplet: A1, 1E and 1A. RGB value is (161,30,26). Sum of RGB (Red+Green+Blue) = 161+30+26=217 (28% of max value = 765). Red value is 161 (63.28% from 255 or 74.19% from 217); Green value is 30 (12.11% from 255 or 13.82% from 217); Blue value is 26 (10.55% from 255 or 11.98% from 217); Max value from RGB is 161 - color contains mainly: red. Hex color #A11E1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A11E1A is #5EE1E5. Grayscale: #444444. Windows color (decimal): -6218214 or 1711777. OLE color: 1711777.
HSL color Cylindrical-coordinate representation of color #A11E1A: hue angle of 1.78º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A11E1A is Cyan = 0, Magento = 0.81, Yellow = 0.84 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 30 | 26 | - |
| CMYK | 0 | 0.81 | 0.84 | 0.37 |
| HSL | 1.78º | 0.72% | 0.37% | - |
| HSV(B) | 1.78º | 0.84% | 0.63% | - |
| XYZ | 15.35 | 8.58 | 1.82 | - |
| YUV | 68.71 | 103.9 | 193.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 30 | 26 | 0 | 0.81 | 0.84 | 0.37 | 1.78 | 0.72 | 0.37 |
| Hex | A1 | 1E | 1A | 0 | 51 | 54 | 25 | 2 | 48 | 25 |
| Octal | 241 | 36 | 32 | 0 | 121 | 124 | 45 | 2 | 110 | 45 |
| Binary | 10100001 | 11110 | 11010 | 0 | 1010001 | 1010100 | 100101 | 10 | 1001000 | 100101 |
Color Harmonies of #A11E1A
Complementary color
Monochromatic Colors of #A11E1A
Black with #A11E1A
Text Example
Text Example
White with #A11E1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11E1A; }
p { color: rgb(161,30,26); }
H1.HeaderClassName
{
color: #A11E1A;
}
.AnyTagClassName
{
color: #A11E1A;
}
</style>
background-color css
<style>
a { background-color: #A11E1A; }
a { background-color: rgb(161,30,26); }
div.DivClassName
{
background-color: #A11E1A;
}
.BgClassName
{
background-color: #A11E1A;
}
</style>
border-color css
<style>
span { border-color: #A11E1A; }
span { border-color: rgb(161,30,26); }
td.TdClassName
{
border-color: #A11E1A;
}
.TagClassName
{
border-color: #A11E1A;
}
</style>