Shades of Carmine #A00032
Tints of Carmine #A00032
RGB
CMYK
RGB Variations
Color information
#A00032 (or 0xA00032) is known color: Carmine. HEX triplet: A0, 00 and 32. RGB value is (160,0,50). Sum of RGB (Red+Green+Blue) = 160+0+50=210 (27% of max value = 765). Red value is 160 (62.89% from 255 or 76.19% from 210); Green value is 0 (0.39% from 255 or 0% from 210); Blue value is 50 (19.92% from 255 or 23.81% from 210); Max value from RGB is 160 - color contains mainly: red. Hex color #A00032 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A00032 is #5FFFCD. Grayscale: #353535. Windows color (decimal): -6291406 or 3276960. OLE color: 3276960.
HSL color Cylindrical-coordinate representation of color #A00032: hue angle of 341.25º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A00032 is Cyan = 0, Magento = 1, Yellow = 0.69 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 0 | 50 | - |
| CMYK | 0 | 1 | 0.69 | 0.37 |
| HSL | 341.25º | 1% | 0.31% | - |
| HSV(B) | 341.25º | 1% | 0.63% | - |
| XYZ | 15.07 | 7.7 | 3.71 | - |
| YUV | 53.54 | 126.01 | 203.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 0 | 50 | 0 | 1 | 0.69 | 0.37 | 341.25 | 1 | 0.31 |
| Hex | A0 | 0 | 32 | 0 | 64 | 45 | 25 | 155 | 64 | 1F |
| Octal | 240 | 0 | 62 | 0 | 144 | 105 | 45 | 525 | 144 | 37 |
| Binary | 10100000 | 0 | 110010 | 0 | 1100100 | 1000101 | 100101 | 101010101 | 1100100 | 11111 |
Color Harmonies of #A00032
Complementary color
Monochromatic Colors of #A00032
Black with #A00032
Text Example
Text Example
White with #A00032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00032; }
p { color: rgb(160,0,50); }
H1.HeaderClassName
{
color: #A00032;
}
.AnyTagClassName
{
color: #A00032;
}
</style>
background-color css
<style>
a { background-color: #A00032; }
a { background-color: rgb(160,0,50); }
div.DivClassName
{
background-color: #A00032;
}
.BgClassName
{
background-color: #A00032;
}
</style>
border-color css
<style>
span { border-color: #A00032; }
span { border-color: rgb(160,0,50); }
td.TdClassName
{
border-color: #A00032;
}
.TagClassName
{
border-color: #A00032;
}
</style>