Shades of Fire Brick #A11909
Tints of Fire Brick #A11909
RGB
CMYK
RGB Variations
Color information
#A11909 (or 0xA11909) is known color: Fire Brick. HEX triplet: A1, 19 and 09. RGB value is (161,25,9). Sum of RGB (Red+Green+Blue) = 161+25+9=195 (25% of max value = 765). Red value is 161 (63.28% from 255 or 82.56% from 195); Green value is 25 (10.16% from 255 or 12.82% from 195); Blue value is 9 (3.91% from 255 or 4.62% from 195); Max value from RGB is 161 - color contains mainly: red. Hex color #A11909 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A11909 is #5EE6F6. Grayscale: #404040. Windows color (decimal): -6219511 or 596385. OLE color: 596385.
HSL color Cylindrical-coordinate representation of color #A11909: hue angle of 6.32º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A11909 is Cyan = 0, Magento = 0.84, Yellow = 0.94 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 25 | 9 | - |
| CMYK | 0 | 0.84 | 0.94 | 0.37 |
| HSL | 6.32º | 0.89% | 0.33% | - |
| HSV(B) | 6.32º | 0.94% | 0.63% | - |
| XYZ | 15.09 | 8.29 | 1.06 | - |
| YUV | 63.84 | 97.06 | 197.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 25 | 9 | 0 | 0.84 | 0.94 | 0.37 | 6.32 | 0.89 | 0.33 |
| Hex | A1 | 19 | 9 | 0 | 54 | 5E | 25 | 6 | 59 | 21 |
| Octal | 241 | 31 | 11 | 0 | 124 | 136 | 45 | 6 | 131 | 41 |
| Binary | 10100001 | 11001 | 1001 | 0 | 1010100 | 1011110 | 100101 | 110 | 1011001 | 100001 |
Color Harmonies of #A11909
Complementary color
Monochromatic Colors of #A11909
Black with #A11909
Text Example
Text Example
White with #A11909
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11909; }
p { color: rgb(161,25,9); }
H1.HeaderClassName
{
color: #A11909;
}
.AnyTagClassName
{
color: #A11909;
}
</style>
background-color css
<style>
a { background-color: #A11909; }
a { background-color: rgb(161,25,9); }
div.DivClassName
{
background-color: #A11909;
}
.BgClassName
{
background-color: #A11909;
}
</style>
border-color css
<style>
span { border-color: #A11909; }
span { border-color: rgb(161,25,9); }
td.TdClassName
{
border-color: #A11909;
}
.TagClassName
{
border-color: #A11909;
}
</style>