Shades of Carmine #A00331
Tints of Carmine #A00331
RGB
CMYK
RGB Variations
Color information
#A00331 (or 0xA00331) is known color: Carmine. HEX triplet: A0, 03 and 31. RGB value is (160,3,49). Sum of RGB (Red+Green+Blue) = 160+3+49=212 (28% of max value = 765). Red value is 160 (62.89% from 255 or 75.47% from 212); Green value is 3 (1.56% from 255 or 1.42% from 212); Blue value is 49 (19.53% from 255 or 23.11% from 212); Max value from RGB is 160 - color contains mainly: red. Hex color #A00331 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A00331 is #5FFCCE. Grayscale: #373737. Windows color (decimal): -6290639 or 3212192. OLE color: 3212192.
HSL color Cylindrical-coordinate representation of color #A00331: hue angle of 342.42º 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 #A00331 is Cyan = 0, Magento = 0.98, Yellow = 0.69 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 3 | 49 | - |
| CMYK | 0 | 0.98 | 0.69 | 0.37 |
| HSL | 342.42º | 0.96% | 0.32% | - |
| HSV(B) | 342.42º | 0.98% | 0.63% | - |
| XYZ | 15.08 | 7.76 | 3.61 | - |
| YUV | 55.19 | 124.51 | 202.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 3 | 49 | 0 | 0.98 | 0.69 | 0.37 | 342.42 | 0.96 | 0.32 |
| Hex | A0 | 3 | 31 | 0 | 62 | 45 | 25 | 156 | 60 | 20 |
| Octal | 240 | 3 | 61 | 0 | 142 | 105 | 45 | 526 | 140 | 40 |
| Binary | 10100000 | 11 | 110001 | 0 | 1100010 | 1000101 | 100101 | 101010110 | 1100000 | 100000 |
Color Harmonies of #A00331
Complementary color
Monochromatic Colors of #A00331
Black with #A00331
Text Example
Text Example
White with #A00331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00331; }
p { color: rgb(160,3,49); }
H1.HeaderClassName
{
color: #A00331;
}
.AnyTagClassName
{
color: #A00331;
}
</style>
background-color css
<style>
a { background-color: #A00331; }
a { background-color: rgb(160,3,49); }
div.DivClassName
{
background-color: #A00331;
}
.BgClassName
{
background-color: #A00331;
}
</style>
border-color css
<style>
span { border-color: #A00331; }
span { border-color: rgb(160,3,49); }
td.TdClassName
{
border-color: #A00331;
}
.TagClassName
{
border-color: #A00331;
}
</style>