Shades of Carmine #A0061B
Tints of Carmine #A0061B
RGB
CMYK
RGB Variations
Color information
#A0061B (or 0xA0061B) is known color: Carmine. HEX triplet: A0, 06 and 1B. RGB value is (160,6,27). Sum of RGB (Red+Green+Blue) = 160+6+27=193 (25% of max value = 765). Red value is 160 (62.89% from 255 or 82.90% from 193); Green value is 6 (2.73% from 255 or 3.11% from 193); Blue value is 27 (10.94% from 255 or 13.99% from 193); Max value from RGB is 160 - color contains mainly: red. Hex color #A0061B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0061B is #5FF9E4. Grayscale: #363636. Windows color (decimal): -6289893 or 1771168. OLE color: 1771168.
HSL color Cylindrical-coordinate representation of color #A0061B: hue angle of 351.82º 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 #A0061B is Cyan = 0, Magento = 0.96, Yellow = 0.83 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 6 | 27 | - |
| CMYK | 0 | 0.96 | 0.83 | 0.37 |
| HSL | 351.82º | 0.93% | 0.33% | - |
| HSV(B) | 351.82º | 0.96% | 0.63% | - |
| XYZ | 14.76 | 7.68 | 1.74 | - |
| YUV | 54.44 | 112.52 | 203.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 6 | 27 | 0 | 0.96 | 0.83 | 0.37 | 351.82 | 0.93 | 0.33 |
| Hex | A0 | 6 | 1B | 0 | 60 | 53 | 25 | 160 | 5D | 21 |
| Octal | 240 | 6 | 33 | 0 | 140 | 123 | 45 | 540 | 135 | 41 |
| Binary | 10100000 | 110 | 11011 | 0 | 1100000 | 1010011 | 100101 | 101100000 | 1011101 | 100001 |
Color Harmonies of #A0061B
Complementary color
Monochromatic Colors of #A0061B
Black with #A0061B
Text Example
Text Example
White with #A0061B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0061B; }
p { color: rgb(160,6,27); }
H1.HeaderClassName
{
color: #A0061B;
}
.AnyTagClassName
{
color: #A0061B;
}
</style>
background-color css
<style>
a { background-color: #A0061B; }
a { background-color: rgb(160,6,27); }
div.DivClassName
{
background-color: #A0061B;
}
.BgClassName
{
background-color: #A0061B;
}
</style>
border-color css
<style>
span { border-color: #A0061B; }
span { border-color: rgb(160,6,27); }
td.TdClassName
{
border-color: #A0061B;
}
.TagClassName
{
border-color: #A0061B;
}
</style>