Shades of Carmine #A00011
Tints of Carmine #A00011
RGB
CMYK
RGB Variations
Color information
#A00011 (or 0xA00011) is known color: Carmine. HEX triplet: A0, 00 and 11. RGB value is (160,0,17). Sum of RGB (Red+Green+Blue) = 160+0+17=177 (23% of max value = 765). Red value is 160 (62.89% from 255 or 90.40% from 177); Green value is 0 (0.39% from 255 or 0% from 177); Blue value is 17 (7.03% from 255 or 9.60% from 177); Max value from RGB is 160 - color contains mainly: red. Hex color #A00011 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A00011 is #5FFFEE. Grayscale: #313131. Windows color (decimal): -6291439 or 1114272. OLE color: 1114272.
HSL color Cylindrical-coordinate representation of color #A00011: hue angle of 353.62º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A00011 is Cyan = 0, Magento = 1, Yellow = 0.89 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 0 | 17 | - |
| CMYK | 0 | 1 | 0.89 | 0.37 |
| HSL | 353.63º | 1% | 0.31% | - |
| HSV(B) | 353.63º | 1% | 0.63% | - |
| XYZ | 14.6 | 7.51 | 1.21 | - |
| YUV | 49.78 | 109.51 | 206.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 0 | 17 | 0 | 1 | 0.89 | 0.37 | 353.63 | 1 | 0.31 |
| Hex | A0 | 0 | 11 | 0 | 64 | 59 | 25 | 162 | 64 | 1F |
| Octal | 240 | 0 | 21 | 0 | 144 | 131 | 45 | 542 | 144 | 37 |
| Binary | 10100000 | 0 | 10001 | 0 | 1100100 | 1011001 | 100101 | 101100010 | 1100100 | 11111 |
Color Harmonies of #A00011
Complementary color
Monochromatic Colors of #A00011
Black with #A00011
Text Example
Text Example
White with #A00011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00011; }
p { color: rgb(160,0,17); }
H1.HeaderClassName
{
color: #A00011;
}
.AnyTagClassName
{
color: #A00011;
}
</style>
background-color css
<style>
a { background-color: #A00011; }
a { background-color: rgb(160,0,17); }
div.DivClassName
{
background-color: #A00011;
}
.BgClassName
{
background-color: #A00011;
}
</style>
border-color css
<style>
span { border-color: #A00011; }
span { border-color: rgb(160,0,17); }
td.TdClassName
{
border-color: #A00011;
}
.TagClassName
{
border-color: #A00011;
}
</style>