Shades of Carmine #A0062C
Tints of Carmine #A0062C
RGB
CMYK
RGB Variations
Color information
#A0062C (or 0xA0062C) is known color: Carmine. HEX triplet: A0, 06 and 2C. RGB value is (160,6,44). Sum of RGB (Red+Green+Blue) = 160+6+44=210 (27% of max value = 765). Red value is 160 (62.89% from 255 or 76.19% from 210); Green value is 6 (2.73% from 255 or 2.86% from 210); Blue value is 44 (17.58% from 255 or 20.95% from 210); Max value from RGB is 160 - color contains mainly: red. Hex color #A0062C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0062C is #5FF9D3. Grayscale: #383838. Windows color (decimal): -6289876 or 2885280. OLE color: 2885280.
HSL color Cylindrical-coordinate representation of color #A0062C: hue angle of 345.19º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A0062C is Cyan = 0, Magento = 0.96, Yellow = 0.72 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 6 | 44 | - |
| CMYK | 0 | 0.96 | 0.72 | 0.37 |
| HSL | 345.19º | 0.93% | 0.33% | - |
| HSV(B) | 345.19º | 0.96% | 0.63% | - |
| XYZ | 15.02 | 7.79 | 3.09 | - |
| YUV | 56.38 | 121.02 | 201.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 6 | 44 | 0 | 0.96 | 0.72 | 0.37 | 345.19 | 0.93 | 0.33 |
| Hex | A0 | 6 | 2C | 0 | 60 | 48 | 25 | 159 | 5D | 21 |
| Octal | 240 | 6 | 54 | 0 | 140 | 110 | 45 | 531 | 135 | 41 |
| Binary | 10100000 | 110 | 101100 | 0 | 1100000 | 1001000 | 100101 | 101011001 | 1011101 | 100001 |
Color Harmonies of #A0062C
Complementary color
Monochromatic Colors of #A0062C
Black with #A0062C
Text Example
Text Example
White with #A0062C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0062C; }
p { color: rgb(160,6,44); }
H1.HeaderClassName
{
color: #A0062C;
}
.AnyTagClassName
{
color: #A0062C;
}
</style>
background-color css
<style>
a { background-color: #A0062C; }
a { background-color: rgb(160,6,44); }
div.DivClassName
{
background-color: #A0062C;
}
.BgClassName
{
background-color: #A0062C;
}
</style>
border-color css
<style>
span { border-color: #A0062C; }
span { border-color: rgb(160,6,44); }
td.TdClassName
{
border-color: #A0062C;
}
.TagClassName
{
border-color: #A0062C;
}
</style>