Shades of Fire Brick #A11D1A
Tints of Fire Brick #A11D1A
RGB
CMYK
RGB Variations
Color information
#A11D1A (or 0xA11D1A) is known color: Fire Brick. HEX triplet: A1, 1D and 1A. RGB value is (161,29,26). Sum of RGB (Red+Green+Blue) = 161+29+26=216 (28% of max value = 765). Red value is 161 (63.28% from 255 or 74.54% from 216); Green value is 29 (11.72% from 255 or 13.43% from 216); Blue value is 26 (10.55% from 255 or 12.04% from 216); Max value from RGB is 161 - color contains mainly: red. Hex color #A11D1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A11D1A is #5EE2E5. Grayscale: #444444. Windows color (decimal): -6218470 or 1711521. OLE color: 1711521.
HSL color Cylindrical-coordinate representation of color #A11D1A: hue angle of 1.33º 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 #A11D1A is Cyan = 0, Magento = 0.82, Yellow = 0.84 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 29 | 26 | - |
| CMYK | 0 | 0.82 | 0.84 | 0.37 |
| HSL | 1.33º | 0.72% | 0.37% | - |
| HSV(B) | 1.33º | 0.84% | 0.63% | - |
| XYZ | 15.32 | 8.53 | 1.82 | - |
| YUV | 68.13 | 104.23 | 194.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 29 | 26 | 0 | 0.82 | 0.84 | 0.37 | 1.33 | 0.72 | 0.37 |
| Hex | A1 | 1D | 1A | 0 | 52 | 54 | 25 | 1 | 48 | 25 |
| Octal | 241 | 35 | 32 | 0 | 122 | 124 | 45 | 1 | 110 | 45 |
| Binary | 10100001 | 11101 | 11010 | 0 | 1010010 | 1010100 | 100101 | 1 | 1001000 | 100101 |
Color Harmonies of #A11D1A
Complementary color
Monochromatic Colors of #A11D1A
Black with #A11D1A
Text Example
Text Example
White with #A11D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11D1A; }
p { color: rgb(161,29,26); }
H1.HeaderClassName
{
color: #A11D1A;
}
.AnyTagClassName
{
color: #A11D1A;
}
</style>
background-color css
<style>
a { background-color: #A11D1A; }
a { background-color: rgb(161,29,26); }
div.DivClassName
{
background-color: #A11D1A;
}
.BgClassName
{
background-color: #A11D1A;
}
</style>
border-color css
<style>
span { border-color: #A11D1A; }
span { border-color: rgb(161,29,26); }
td.TdClassName
{
border-color: #A11D1A;
}
.TagClassName
{
border-color: #A11D1A;
}
</style>