Shades of Carmine #980232
Tints of Carmine #980232
RGB
CMYK
RGB Variations
Color information
#980232 (or 0x980232) is known color: Carmine. HEX triplet: 98, 02 and 32. RGB value is (152,2,50). Sum of RGB (Red+Green+Blue) = 152+2+50=204 (27% of max value = 765). Red value is 152 (59.77% from 255 or 74.51% from 204); Green value is 2 (1.17% from 255 or 0.98% from 204); Blue value is 50 (19.92% from 255 or 24.51% from 204); Max value from RGB is 152 - color contains mainly: red. Hex color #980232 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980232 is #67FDCD. Grayscale: #343434. Windows color (decimal): -6815182 or 3277464. OLE color: 3277464.
HSL color Cylindrical-coordinate representation of color #980232: hue angle of 340.8º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #980232 is Cyan = 0, Magento = 0.99, Yellow = 0.67 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 2 | 50 | - |
| CMYK | 0 | 0.99 | 0.67 | 0.40 |
| HSL | 340.8º | 0.97% | 0.3% | - |
| HSV(B) | 340.8º | 0.99% | 0.6% | - |
| XYZ | 13.55 | 6.95 | 3.64 | - |
| YUV | 52.32 | 126.7 | 199.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 2 | 50 | 0 | 0.99 | 0.67 | 0.40 | 340.8 | 0.97 | 0.3 |
| Hex | 98 | 2 | 32 | 0 | 63 | 43 | 28 | 155 | 61 | 1E |
| Octal | 230 | 2 | 62 | 0 | 143 | 103 | 50 | 525 | 141 | 36 |
| Binary | 10011000 | 10 | 110010 | 0 | 1100011 | 1000011 | 101000 | 101010101 | 1100001 | 11110 |
Color Harmonies of #980232
Complementary color
Monochromatic Colors of #980232
Black with #980232
Text Example
Text Example
White with #980232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980232; }
p { color: rgb(152,2,50); }
H1.HeaderClassName
{
color: #980232;
}
.AnyTagClassName
{
color: #980232;
}
</style>
background-color css
<style>
a { background-color: #980232; }
a { background-color: rgb(152,2,50); }
div.DivClassName
{
background-color: #980232;
}
.BgClassName
{
background-color: #980232;
}
</style>
border-color css
<style>
span { border-color: #980232; }
span { border-color: rgb(152,2,50); }
td.TdClassName
{
border-color: #980232;
}
.TagClassName
{
border-color: #980232;
}
</style>