Shades of Carmine #A0031C
Tints of Carmine #A0031C
RGB
CMYK
RGB Variations
Color information
#A0031C (or 0xA0031C) is known color: Carmine. HEX triplet: A0, 03 and 1C. RGB value is (160,3,28). Sum of RGB (Red+Green+Blue) = 160+3+28=191 (25% of max value = 765). Red value is 160 (62.89% from 255 or 83.77% from 191); Green value is 3 (1.56% from 255 or 1.57% from 191); Blue value is 28 (11.33% from 255 or 14.66% from 191); Max value from RGB is 160 - color contains mainly: red. Hex color #A0031C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0031C is #5FFCE3. Grayscale: #343434. Windows color (decimal): -6290660 or 1835936. OLE color: 1835936.
HSL color Cylindrical-coordinate representation of color #A0031C: hue angle of 350.45º 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 #A0031C is Cyan = 0, Magento = 0.98, Yellow = 0.82 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 3 | 28 | - |
| CMYK | 0 | 0.98 | 0.82 | 0.37 |
| HSL | 350.45º | 0.96% | 0.32% | - |
| HSV(B) | 350.45º | 0.98% | 0.63% | - |
| XYZ | 14.74 | 7.62 | 1.79 | - |
| YUV | 52.79 | 114.01 | 204.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 3 | 28 | 0 | 0.98 | 0.82 | 0.37 | 350.45 | 0.96 | 0.32 |
| Hex | A0 | 3 | 1C | 0 | 62 | 52 | 25 | 15E | 60 | 20 |
| Octal | 240 | 3 | 34 | 0 | 142 | 122 | 45 | 536 | 140 | 40 |
| Binary | 10100000 | 11 | 11100 | 0 | 1100010 | 1010010 | 100101 | 101011110 | 1100000 | 100000 |
Color Harmonies of #A0031C
Complementary color
Monochromatic Colors of #A0031C
Black with #A0031C
Text Example
Text Example
White with #A0031C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0031C; }
p { color: rgb(160,3,28); }
H1.HeaderClassName
{
color: #A0031C;
}
.AnyTagClassName
{
color: #A0031C;
}
</style>
background-color css
<style>
a { background-color: #A0031C; }
a { background-color: rgb(160,3,28); }
div.DivClassName
{
background-color: #A0031C;
}
.BgClassName
{
background-color: #A0031C;
}
</style>
border-color css
<style>
span { border-color: #A0031C; }
span { border-color: rgb(160,3,28); }
td.TdClassName
{
border-color: #A0031C;
}
.TagClassName
{
border-color: #A0031C;
}
</style>