Shades of Carmine #A0062F
Tints of Carmine #A0062F
RGB
CMYK
RGB Variations
Color information
#A0062F (or 0xA0062F) is known color: Carmine. HEX triplet: A0, 06 and 2F. RGB value is (160,6,47). Sum of RGB (Red+Green+Blue) = 160+6+47=213 (28% of max value = 765). Red value is 160 (62.89% from 255 or 75.12% from 213); Green value is 6 (2.73% from 255 or 2.82% from 213); Blue value is 47 (18.75% from 255 or 22.07% from 213); Max value from RGB is 160 - color contains mainly: red. Hex color #A0062F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0062F is #5FF9D0. Grayscale: #383838. Windows color (decimal): -6289873 or 3081888. OLE color: 3081888.
HSL color Cylindrical-coordinate representation of color #A0062F: hue angle of 344.03º 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 #A0062F is Cyan = 0, Magento = 0.96, Yellow = 0.71 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 6 | 47 | - |
| CMYK | 0 | 0.96 | 0.71 | 0.37 |
| HSL | 344.03º | 0.93% | 0.33% | - |
| HSV(B) | 344.03º | 0.96% | 0.63% | - |
| XYZ | 15.08 | 7.81 | 3.4 | - |
| YUV | 56.72 | 122.52 | 201.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 6 | 47 | 0 | 0.96 | 0.71 | 0.37 | 344.03 | 0.93 | 0.33 |
| Hex | A0 | 6 | 2F | 0 | 60 | 47 | 25 | 158 | 5D | 21 |
| Octal | 240 | 6 | 57 | 0 | 140 | 107 | 45 | 530 | 135 | 41 |
| Binary | 10100000 | 110 | 101111 | 0 | 1100000 | 1000111 | 100101 | 101011000 | 1011101 | 100001 |
Color Harmonies of #A0062F
Complementary color
Monochromatic Colors of #A0062F
Black with #A0062F
Text Example
Text Example
White with #A0062F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0062F; }
p { color: rgb(160,6,47); }
H1.HeaderClassName
{
color: #A0062F;
}
.AnyTagClassName
{
color: #A0062F;
}
</style>
background-color css
<style>
a { background-color: #A0062F; }
a { background-color: rgb(160,6,47); }
div.DivClassName
{
background-color: #A0062F;
}
.BgClassName
{
background-color: #A0062F;
}
</style>
border-color css
<style>
span { border-color: #A0062F; }
span { border-color: rgb(160,6,47); }
td.TdClassName
{
border-color: #A0062F;
}
.TagClassName
{
border-color: #A0062F;
}
</style>