Shades of Carmine #A00C15
Tints of Carmine #A00C15
RGB
CMYK
RGB Variations
Color information
#A00C15 (or 0xA00C15) is known color: Carmine. HEX triplet: A0, 0C and 15. RGB value is (160,12,21). Sum of RGB (Red+Green+Blue) = 160+12+21=193 (25% of max value = 765). Red value is 160 (62.89% from 255 or 82.90% from 193); Green value is 12 (5.08% from 255 or 6.22% from 193); Blue value is 21 (8.59% from 255 or 10.88% from 193); Max value from RGB is 160 - color contains mainly: red. Hex color #A00C15 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A00C15 is #5FF3EA. Grayscale: #393939. Windows color (decimal): -6288363 or 1379488. OLE color: 1379488.
HSL color Cylindrical-coordinate representation of color #A00C15: hue angle of 356.35º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A00C15 is Cyan = 0, Magento = 0.93, Yellow = 0.87 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 12 | 21 | - |
| CMYK | 0 | 0.93 | 0.87 | 0.37 |
| HSL | 356.35º | 0.86% | 0.34% | - |
| HSV(B) | 356.35º | 0.93% | 0.63% | - |
| XYZ | 14.76 | 7.79 | 1.44 | - |
| YUV | 57.28 | 107.53 | 201.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 12 | 21 | 0 | 0.93 | 0.87 | 0.37 | 356.35 | 0.86 | 0.34 |
| Hex | A0 | C | 15 | 0 | 5D | 57 | 25 | 164 | 56 | 22 |
| Octal | 240 | 14 | 25 | 0 | 135 | 127 | 45 | 544 | 126 | 42 |
| Binary | 10100000 | 1100 | 10101 | 0 | 1011101 | 1010111 | 100101 | 101100100 | 1010110 | 100010 |
Color Harmonies of #A00C15
Complementary color
Monochromatic Colors of #A00C15
Black with #A00C15
Text Example
Text Example
White with #A00C15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00C15; }
p { color: rgb(160,12,21); }
H1.HeaderClassName
{
color: #A00C15;
}
.AnyTagClassName
{
color: #A00C15;
}
</style>
background-color css
<style>
a { background-color: #A00C15; }
a { background-color: rgb(160,12,21); }
div.DivClassName
{
background-color: #A00C15;
}
.BgClassName
{
background-color: #A00C15;
}
</style>
border-color css
<style>
span { border-color: #A00C15; }
span { border-color: rgb(160,12,21); }
td.TdClassName
{
border-color: #A00C15;
}
.TagClassName
{
border-color: #A00C15;
}
</style>