Shades of Fire Brick #A11510
Tints of Fire Brick #A11510
RGB
CMYK
RGB Variations
Color information
#A11510 (or 0xA11510) is known color: Fire Brick. HEX triplet: A1, 15 and 10. RGB value is (161,21,16). Sum of RGB (Red+Green+Blue) = 161+21+16=198 (26% of max value = 765). Red value is 161 (63.28% from 255 or 81.31% from 198); Green value is 21 (8.59% from 255 or 10.61% from 198); Blue value is 16 (6.64% from 255 or 8.08% from 198); Max value from RGB is 161 - color contains mainly: red. Hex color #A11510 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A11510 is #5EEAEF. Grayscale: #3E3E3E. Windows color (decimal): -6220528 or 1054113. OLE color: 1054113.
HSL color Cylindrical-coordinate representation of color #A11510: hue angle of 2.07º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A11510 is Cyan = 0, Magento = 0.87, Yellow = 0.90 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 21 | 16 | - |
| CMYK | 0 | 0.87 | 0.90 | 0.37 |
| HSL | 2.07º | 0.82% | 0.35% | - |
| HSV(B) | 2.07º | 0.9% | 0.63% | - |
| XYZ | 15.06 | 8.15 | 1.27 | - |
| YUV | 62.29 | 101.88 | 198.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 21 | 16 | 0 | 0.87 | 0.90 | 0.37 | 2.07 | 0.82 | 0.35 |
| Hex | A1 | 15 | 10 | 0 | 57 | 5A | 25 | 2 | 52 | 23 |
| Octal | 241 | 25 | 20 | 0 | 127 | 132 | 45 | 2 | 122 | 43 |
| Binary | 10100001 | 10101 | 10000 | 0 | 1010111 | 1011010 | 100101 | 10 | 1010010 | 100011 |
Color Harmonies of #A11510
Complementary color
Monochromatic Colors of #A11510
Black with #A11510
Text Example
Text Example
White with #A11510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11510; }
p { color: rgb(161,21,16); }
H1.HeaderClassName
{
color: #A11510;
}
.AnyTagClassName
{
color: #A11510;
}
</style>
background-color css
<style>
a { background-color: #A11510; }
a { background-color: rgb(161,21,16); }
div.DivClassName
{
background-color: #A11510;
}
.BgClassName
{
background-color: #A11510;
}
</style>
border-color css
<style>
span { border-color: #A11510; }
span { border-color: rgb(161,21,16); }
td.TdClassName
{
border-color: #A11510;
}
.TagClassName
{
border-color: #A11510;
}
</style>