Shades of Carmine #A0031D
Tints of Carmine #A0031D
RGB
CMYK
RGB Variations
Color information
#A0031D (or 0xA0031D) is known color: Carmine. HEX triplet: A0, 03 and 1D. RGB value is (160,3,29). Sum of RGB (Red+Green+Blue) = 160+3+29=192 (25% of max value = 765). Red value is 160 (62.89% from 255 or 83.33% from 192); Green value is 3 (1.56% from 255 or 1.56% from 192); Blue value is 29 (11.72% from 255 or 15.10% from 192); Max value from RGB is 160 - color contains mainly: red. Hex color #A0031D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0031D is #5FFCE2. Grayscale: #343434. Windows color (decimal): -6290659 or 1901472. OLE color: 1901472.
HSL color Cylindrical-coordinate representation of color #A0031D: hue angle of 350.06º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A0031D is Cyan = 0, Magento = 0.98, Yellow = 0.82 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 3 | 29 | - |
| CMYK | 0 | 0.98 | 0.82 | 0.37 |
| HSL | 350.06º | 0.96% | 0.32% | - |
| HSV(B) | 350.06º | 0.98% | 0.63% | - |
| XYZ | 14.75 | 7.63 | 1.86 | - |
| YUV | 52.91 | 114.51 | 204.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 3 | 29 | 0 | 0.98 | 0.82 | 0.37 | 350.06 | 0.96 | 0.32 |
| Hex | A0 | 3 | 1D | 0 | 62 | 52 | 25 | 15E | 60 | 20 |
| Octal | 240 | 3 | 35 | 0 | 142 | 122 | 45 | 536 | 140 | 40 |
| Binary | 10100000 | 11 | 11101 | 0 | 1100010 | 1010010 | 100101 | 101011110 | 1100000 | 100000 |
Color Harmonies of #A0031D
Complementary color
Monochromatic Colors of #A0031D
Black with #A0031D
Text Example
Text Example
White with #A0031D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0031D; }
p { color: rgb(160,3,29); }
H1.HeaderClassName
{
color: #A0031D;
}
.AnyTagClassName
{
color: #A0031D;
}
</style>
background-color css
<style>
a { background-color: #A0031D; }
a { background-color: rgb(160,3,29); }
div.DivClassName
{
background-color: #A0031D;
}
.BgClassName
{
background-color: #A0031D;
}
</style>
border-color css
<style>
span { border-color: #A0031D; }
span { border-color: rgb(160,3,29); }
td.TdClassName
{
border-color: #A0031D;
}
.TagClassName
{
border-color: #A0031D;
}
</style>