Shades of Carmine #980233
Tints of Carmine #980233
RGB
CMYK
RGB Variations
Color information
#980233 (or 0x980233) is known color: Carmine. HEX triplet: 98, 02 and 33. RGB value is (152,2,51). Sum of RGB (Red+Green+Blue) = 152+2+51=205 (27% of max value = 765). Red value is 152 (59.77% from 255 or 74.15% from 205); Green value is 2 (1.17% from 255 or 0.98% from 205); Blue value is 51 (20.31% from 255 or 24.88% from 205); Max value from RGB is 152 - color contains mainly: red. Hex color #980233 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980233 is #67FDCC. Grayscale: #343434. Windows color (decimal): -6815181 or 3343000. OLE color: 3343000.
HSL color Cylindrical-coordinate representation of color #980233: hue angle of 340.4º 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 #980233 is Cyan = 0, Magento = 0.99, Yellow = 0.66 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 2 | 51 | - |
| CMYK | 0 | 0.99 | 0.66 | 0.40 |
| HSL | 340.4º | 0.97% | 0.3% | - |
| HSV(B) | 340.4º | 0.99% | 0.6% | - |
| XYZ | 13.57 | 6.96 | 3.76 | - |
| YUV | 52.44 | 127.2 | 199.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 2 | 51 | 0 | 0.99 | 0.66 | 0.40 | 340.4 | 0.97 | 0.3 |
| Hex | 98 | 2 | 33 | 0 | 63 | 42 | 28 | 154 | 61 | 1E |
| Octal | 230 | 2 | 63 | 0 | 143 | 102 | 50 | 524 | 141 | 36 |
| Binary | 10011000 | 10 | 110011 | 0 | 1100011 | 1000010 | 101000 | 101010100 | 1100001 | 11110 |
Color Harmonies of #980233
Complementary color
Monochromatic Colors of #980233
Black with #980233
Text Example
Text Example
White with #980233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980233; }
p { color: rgb(152,2,51); }
H1.HeaderClassName
{
color: #980233;
}
.AnyTagClassName
{
color: #980233;
}
</style>
background-color css
<style>
a { background-color: #980233; }
a { background-color: rgb(152,2,51); }
div.DivClassName
{
background-color: #980233;
}
.BgClassName
{
background-color: #980233;
}
</style>
border-color css
<style>
span { border-color: #980233; }
span { border-color: rgb(152,2,51); }
td.TdClassName
{
border-color: #980233;
}
.TagClassName
{
border-color: #980233;
}
</style>