Shades of Carmine #A30C27
Tints of Carmine #A30C27
RGB
CMYK
RGB Variations
Color information
#A30C27 (or 0xA30C27) is known color: Carmine. HEX triplet: A3, 0C and 27. RGB value is (163,12,39). Sum of RGB (Red+Green+Blue) = 163+12+39=214 (28% of max value = 765). Red value is 163 (64.06% from 255 or 76.17% from 214); Green value is 12 (5.08% from 255 or 5.61% from 214); Blue value is 39 (15.62% from 255 or 18.22% from 214); Max value from RGB is 163 - color contains mainly: red. Hex color #A30C27 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A30C27 is #5CF3D8. Grayscale: #3C3C3C. Windows color (decimal): -6091737 or 2559139. OLE color: 2559139.
HSL color Cylindrical-coordinate representation of color #A30C27: hue angle of 349.27º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A30C27 is Cyan = 0, Magento = 0.93, Yellow = 0.76 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 12 | 39 | - |
| CMYK | 0 | 0.93 | 0.76 | 0.36 |
| HSL | 349.27º | 0.86% | 0.34% | - |
| HSV(B) | 349.27º | 0.93% | 0.64% | - |
| XYZ | 15.6 | 8.2 | 2.68 | - |
| YUV | 60.23 | 116.03 | 201.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 12 | 39 | 0 | 0.93 | 0.76 | 0.36 | 349.27 | 0.86 | 0.34 |
| Hex | A3 | C | 27 | 0 | 5D | 4C | 24 | 15D | 56 | 22 |
| Octal | 243 | 14 | 47 | 0 | 135 | 114 | 44 | 535 | 126 | 42 |
| Binary | 10100011 | 1100 | 100111 | 0 | 1011101 | 1001100 | 100100 | 101011101 | 1010110 | 100010 |
Color Harmonies of #A30C27
Complementary color
Monochromatic Colors of #A30C27
Black with #A30C27
Text Example
Text Example
White with #A30C27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30C27; }
p { color: rgb(163,12,39); }
H1.HeaderClassName
{
color: #A30C27;
}
.AnyTagClassName
{
color: #A30C27;
}
</style>
background-color css
<style>
a { background-color: #A30C27; }
a { background-color: rgb(163,12,39); }
div.DivClassName
{
background-color: #A30C27;
}
.BgClassName
{
background-color: #A30C27;
}
</style>
border-color css
<style>
span { border-color: #A30C27; }
span { border-color: rgb(163,12,39); }
td.TdClassName
{
border-color: #A30C27;
}
.TagClassName
{
border-color: #A30C27;
}
</style>