Shades of Carmine #A0062D
Tints of Carmine #A0062D
RGB
CMYK
RGB Variations
Color information
#A0062D (or 0xA0062D) is known color: Carmine. HEX triplet: A0, 06 and 2D. RGB value is (160,6,45). Sum of RGB (Red+Green+Blue) = 160+6+45=211 (27% of max value = 765). Red value is 160 (62.89% from 255 or 75.83% from 211); Green value is 6 (2.73% from 255 or 2.84% from 211); Blue value is 45 (17.97% from 255 or 21.33% from 211); Max value from RGB is 160 - color contains mainly: red. Hex color #A0062D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0062D is #5FF9D2. Grayscale: #383838. Windows color (decimal): -6289875 or 2950816. OLE color: 2950816.
HSL color Cylindrical-coordinate representation of color #A0062D: hue angle of 344.81º 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 #A0062D is Cyan = 0, Magento = 0.96, Yellow = 0.72 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 6 | 45 | - |
| CMYK | 0 | 0.96 | 0.72 | 0.37 |
| HSL | 344.81º | 0.93% | 0.33% | - |
| HSV(B) | 344.81º | 0.96% | 0.63% | - |
| XYZ | 15.04 | 7.79 | 3.19 | - |
| YUV | 56.49 | 121.52 | 201.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 6 | 45 | 0 | 0.96 | 0.72 | 0.37 | 344.81 | 0.93 | 0.33 |
| Hex | A0 | 6 | 2D | 0 | 60 | 48 | 25 | 159 | 5D | 21 |
| Octal | 240 | 6 | 55 | 0 | 140 | 110 | 45 | 531 | 135 | 41 |
| Binary | 10100000 | 110 | 101101 | 0 | 1100000 | 1001000 | 100101 | 101011001 | 1011101 | 100001 |
Color Harmonies of #A0062D
Complementary color
Monochromatic Colors of #A0062D
Black with #A0062D
Text Example
Text Example
White with #A0062D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0062D; }
p { color: rgb(160,6,45); }
H1.HeaderClassName
{
color: #A0062D;
}
.AnyTagClassName
{
color: #A0062D;
}
</style>
background-color css
<style>
a { background-color: #A0062D; }
a { background-color: rgb(160,6,45); }
div.DivClassName
{
background-color: #A0062D;
}
.BgClassName
{
background-color: #A0062D;
}
</style>
border-color css
<style>
span { border-color: #A0062D; }
span { border-color: rgb(160,6,45); }
td.TdClassName
{
border-color: #A0062D;
}
.TagClassName
{
border-color: #A0062D;
}
</style>