Shades of Fire Brick #A11915
Tints of Fire Brick #A11915
RGB
CMYK
RGB Variations
Color information
#A11915 (or 0xA11915) is known color: Fire Brick. HEX triplet: A1, 19 and 15. RGB value is (161,25,21). Sum of RGB (Red+Green+Blue) = 161+25+21=207 (27% of max value = 765). Red value is 161 (63.28% from 255 or 77.78% from 207); Green value is 25 (10.16% from 255 or 12.08% from 207); Blue value is 21 (8.59% from 255 or 10.14% from 207); Max value from RGB is 161 - color contains mainly: red. Hex color #A11915 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A11915 is #5EE6EA. Grayscale: #414141. Windows color (decimal): -6219499 or 1382817. OLE color: 1382817.
HSL color Cylindrical-coordinate representation of color #A11915: hue angle of 1.71º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A11915 is Cyan = 0, Magento = 0.84, Yellow = 0.87 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 25 | 21 | - |
| CMYK | 0 | 0.84 | 0.87 | 0.37 |
| HSL | 1.71º | 0.77% | 0.36% | - |
| HSV(B) | 1.71º | 0.87% | 0.63% | - |
| XYZ | 15.18 | 8.33 | 1.52 | - |
| YUV | 65.21 | 103.06 | 196.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 25 | 21 | 0 | 0.84 | 0.87 | 0.37 | 1.71 | 0.77 | 0.36 |
| Hex | A1 | 19 | 15 | 0 | 54 | 57 | 25 | 2 | 4D | 24 |
| Octal | 241 | 31 | 25 | 0 | 124 | 127 | 45 | 2 | 115 | 44 |
| Binary | 10100001 | 11001 | 10101 | 0 | 1010100 | 1010111 | 100101 | 10 | 1001101 | 100100 |
Color Harmonies of #A11915
Complementary color
Monochromatic Colors of #A11915
Black with #A11915
Text Example
Text Example
White with #A11915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11915; }
p { color: rgb(161,25,21); }
H1.HeaderClassName
{
color: #A11915;
}
.AnyTagClassName
{
color: #A11915;
}
</style>
background-color css
<style>
a { background-color: #A11915; }
a { background-color: rgb(161,25,21); }
div.DivClassName
{
background-color: #A11915;
}
.BgClassName
{
background-color: #A11915;
}
</style>
border-color css
<style>
span { border-color: #A11915; }
span { border-color: rgb(161,25,21); }
td.TdClassName
{
border-color: #A11915;
}
.TagClassName
{
border-color: #A11915;
}
</style>