Shades of Carmine #A0062B
Tints of Carmine #A0062B
RGB
CMYK
RGB Variations
Color information
#A0062B (or 0xA0062B) is known color: Carmine. HEX triplet: A0, 06 and 2B. RGB value is (160,6,43). Sum of RGB (Red+Green+Blue) = 160+6+43=209 (27% of max value = 765). Red value is 160 (62.89% from 255 or 76.56% from 209); Green value is 6 (2.73% from 255 or 2.87% from 209); Blue value is 43 (17.19% from 255 or 20.57% from 209); Max value from RGB is 160 - color contains mainly: red. Hex color #A0062B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0062B is #5FF9D4. Grayscale: #383838. Windows color (decimal): -6289877 or 2819744. OLE color: 2819744.
HSL color Cylindrical-coordinate representation of color #A0062B: hue angle of 345.58º 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 #A0062B is Cyan = 0, Magento = 0.96, Yellow = 0.73 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 6 | 43 | - |
| CMYK | 0 | 0.96 | 0.73 | 0.37 |
| HSL | 345.58º | 0.93% | 0.33% | - |
| HSV(B) | 345.58º | 0.96% | 0.63% | - |
| XYZ | 15 | 7.78 | 3 | - |
| YUV | 56.26 | 120.52 | 201.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 6 | 43 | 0 | 0.96 | 0.73 | 0.37 | 345.58 | 0.93 | 0.33 |
| Hex | A0 | 6 | 2B | 0 | 60 | 49 | 25 | 15A | 5D | 21 |
| Octal | 240 | 6 | 53 | 0 | 140 | 111 | 45 | 532 | 135 | 41 |
| Binary | 10100000 | 110 | 101011 | 0 | 1100000 | 1001001 | 100101 | 101011010 | 1011101 | 100001 |
Color Harmonies of #A0062B
Complementary color
Monochromatic Colors of #A0062B
Black with #A0062B
Text Example
Text Example
White with #A0062B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0062B; }
p { color: rgb(160,6,43); }
H1.HeaderClassName
{
color: #A0062B;
}
.AnyTagClassName
{
color: #A0062B;
}
</style>
background-color css
<style>
a { background-color: #A0062B; }
a { background-color: rgb(160,6,43); }
div.DivClassName
{
background-color: #A0062B;
}
.BgClassName
{
background-color: #A0062B;
}
</style>
border-color css
<style>
span { border-color: #A0062B; }
span { border-color: rgb(160,6,43); }
td.TdClassName
{
border-color: #A0062B;
}
.TagClassName
{
border-color: #A0062B;
}
</style>