Shades of Fire Brick #A11D19
Tints of Fire Brick #A11D19
RGB
CMYK
RGB Variations
Color information
#A11D19 (or 0xA11D19) is known color: Fire Brick. HEX triplet: A1, 1D and 19. RGB value is (161,29,25). Sum of RGB (Red+Green+Blue) = 161+29+25=215 (28% of max value = 765). Red value is 161 (63.28% from 255 or 74.88% from 215); Green value is 29 (11.72% from 255 or 13.49% from 215); Blue value is 25 (10.16% from 255 or 11.63% from 215); Max value from RGB is 161 - color contains mainly: red. Hex color #A11D19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A11D19 is #5EE2E6. Grayscale: #444444. Windows color (decimal): -6218471 or 1645985. OLE color: 1645985.
HSL color Cylindrical-coordinate representation of color #A11D19: hue angle of 1.76º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A11D19 is Cyan = 0, Magento = 0.82, Yellow = 0.84 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 29 | 25 | - |
| CMYK | 0 | 0.82 | 0.84 | 0.37 |
| HSL | 1.76º | 0.73% | 0.36% | - |
| HSV(B) | 1.76º | 0.84% | 0.63% | - |
| XYZ | 15.31 | 8.53 | 1.76 | - |
| YUV | 68.01 | 103.73 | 194.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 29 | 25 | 0 | 0.82 | 0.84 | 0.37 | 1.76 | 0.73 | 0.36 |
| Hex | A1 | 1D | 19 | 0 | 52 | 54 | 25 | 2 | 49 | 24 |
| Octal | 241 | 35 | 31 | 0 | 122 | 124 | 45 | 2 | 111 | 44 |
| Binary | 10100001 | 11101 | 11001 | 0 | 1010010 | 1010100 | 100101 | 10 | 1001001 | 100100 |
Color Harmonies of #A11D19
Complementary color
Monochromatic Colors of #A11D19
Black with #A11D19
Text Example
Text Example
White with #A11D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11D19; }
p { color: rgb(161,29,25); }
H1.HeaderClassName
{
color: #A11D19;
}
.AnyTagClassName
{
color: #A11D19;
}
</style>
background-color css
<style>
a { background-color: #A11D19; }
a { background-color: rgb(161,29,25); }
div.DivClassName
{
background-color: #A11D19;
}
.BgClassName
{
background-color: #A11D19;
}
</style>
border-color css
<style>
span { border-color: #A11D19; }
span { border-color: rgb(161,29,25); }
td.TdClassName
{
border-color: #A11D19;
}
.TagClassName
{
border-color: #A11D19;
}
</style>