Shades of Carmine #A0081B
Tints of Carmine #A0081B
RGB
CMYK
RGB Variations
Color information
#A0081B (or 0xA0081B) is known color: Carmine. HEX triplet: A0, 08 and 1B. RGB value is (160,8,27). Sum of RGB (Red+Green+Blue) = 160+8+27=195 (25% of max value = 765). Red value is 160 (62.89% from 255 or 82.05% from 195); Green value is 8 (3.52% from 255 or 4.10% from 195); Blue value is 27 (10.94% from 255 or 13.85% from 195); Max value from RGB is 160 - color contains mainly: red. Hex color #A0081B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0081B is #5FF7E4. Grayscale: #373737. Windows color (decimal): -6289381 or 1771680. OLE color: 1771680.
HSL color Cylindrical-coordinate representation of color #A0081B: hue angle of 352.5º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A0081B is Cyan = 0, Magento = 0.95, Yellow = 0.83 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 8 | 27 | - |
| CMYK | 0 | 0.95 | 0.83 | 0.37 |
| HSL | 352.5º | 0.9% | 0.33% | - |
| HSV(B) | 352.5º | 0.95% | 0.63% | - |
| XYZ | 14.78 | 7.73 | 1.75 | - |
| YUV | 55.61 | 111.86 | 202.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 8 | 27 | 0 | 0.95 | 0.83 | 0.37 | 352.5 | 0.9 | 0.33 |
| Hex | A0 | 8 | 1B | 0 | 5F | 53 | 25 | 160 | 5A | 21 |
| Octal | 240 | 10 | 33 | 0 | 137 | 123 | 45 | 540 | 132 | 41 |
| Binary | 10100000 | 1000 | 11011 | 0 | 1011111 | 1010011 | 100101 | 101100000 | 1011010 | 100001 |
Color Harmonies of #A0081B
Complementary color
Monochromatic Colors of #A0081B
Black with #A0081B
Text Example
Text Example
White with #A0081B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0081B; }
p { color: rgb(160,8,27); }
H1.HeaderClassName
{
color: #A0081B;
}
.AnyTagClassName
{
color: #A0081B;
}
</style>
background-color css
<style>
a { background-color: #A0081B; }
a { background-color: rgb(160,8,27); }
div.DivClassName
{
background-color: #A0081B;
}
.BgClassName
{
background-color: #A0081B;
}
</style>
border-color css
<style>
span { border-color: #A0081B; }
span { border-color: rgb(160,8,27); }
td.TdClassName
{
border-color: #A0081B;
}
.TagClassName
{
border-color: #A0081B;
}
</style>