Shades of Carmine #A00332
Tints of Carmine #A00332
RGB
CMYK
RGB Variations
Color information
#A00332 (or 0xA00332) is known color: Carmine. HEX triplet: A0, 03 and 32. RGB value is (160,3,50). Sum of RGB (Red+Green+Blue) = 160+3+50=213 (28% of max value = 765). Red value is 160 (62.89% from 255 or 75.12% from 213); Green value is 3 (1.56% from 255 or 1.41% from 213); Blue value is 50 (19.92% from 255 or 23.47% from 213); Max value from RGB is 160 - color contains mainly: red. Hex color #A00332 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A00332 is #5FFCCD. Grayscale: #373737. Windows color (decimal): -6290638 or 3277728. OLE color: 3277728.
HSL color Cylindrical-coordinate representation of color #A00332: hue angle of 342.04º 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 #A00332 is Cyan = 0, Magento = 0.98, Yellow = 0.69 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 3 | 50 | - |
| CMYK | 0 | 0.98 | 0.69 | 0.37 |
| HSL | 342.04º | 0.96% | 0.32% | - |
| HSV(B) | 342.04º | 0.98% | 0.63% | - |
| XYZ | 15.11 | 7.77 | 3.72 | - |
| YUV | 55.3 | 125.01 | 202.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 3 | 50 | 0 | 0.98 | 0.69 | 0.37 | 342.04 | 0.96 | 0.32 |
| Hex | A0 | 3 | 32 | 0 | 62 | 45 | 25 | 156 | 60 | 20 |
| Octal | 240 | 3 | 62 | 0 | 142 | 105 | 45 | 526 | 140 | 40 |
| Binary | 10100000 | 11 | 110010 | 0 | 1100010 | 1000101 | 100101 | 101010110 | 1100000 | 100000 |
Color Harmonies of #A00332
Complementary color
Monochromatic Colors of #A00332
Black with #A00332
Text Example
Text Example
White with #A00332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00332; }
p { color: rgb(160,3,50); }
H1.HeaderClassName
{
color: #A00332;
}
.AnyTagClassName
{
color: #A00332;
}
</style>
background-color css
<style>
a { background-color: #A00332; }
a { background-color: rgb(160,3,50); }
div.DivClassName
{
background-color: #A00332;
}
.BgClassName
{
background-color: #A00332;
}
</style>
border-color css
<style>
span { border-color: #A00332; }
span { border-color: rgb(160,3,50); }
td.TdClassName
{
border-color: #A00332;
}
.TagClassName
{
border-color: #A00332;
}
</style>