Shades of Carmine #980B32
Tints of Carmine #980B32
RGB
CMYK
RGB Variations
Color information
#980B32 (or 0x980B32) is known color: Carmine. HEX triplet: 98, 0B and 32. RGB value is (152,11,50). Sum of RGB (Red+Green+Blue) = 152+11+50=213 (28% of max value = 765). Red value is 152 (59.77% from 255 or 71.36% from 213); Green value is 11 (4.69% from 255 or 5.16% from 213); Blue value is 50 (19.92% from 255 or 23.47% from 213); Max value from RGB is 152 - color contains mainly: red. Hex color #980B32 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980B32 is #67F4CD. Grayscale: #393939. Windows color (decimal): -6812878 or 3279768. OLE color: 3279768.
HSL color Cylindrical-coordinate representation of color #980B32: hue angle of 343.4º degrees, saturation: 0.87, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #980B32 is Cyan = 0, Magento = 0.93, Yellow = 0.67 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 11 | 50 | - |
| CMYK | 0 | 0.93 | 0.67 | 0.40 |
| HSL | 343.4º | 0.87% | 0.32% | - |
| HSV(B) | 343.4º | 0.93% | 0.6% | - |
| XYZ | 13.64 | 7.15 | 3.68 | - |
| YUV | 57.61 | 123.71 | 195.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 11 | 50 | 0 | 0.93 | 0.67 | 0.40 | 343.4 | 0.87 | 0.32 |
| Hex | 98 | B | 32 | 0 | 5D | 43 | 28 | 157 | 57 | 20 |
| Octal | 230 | 13 | 62 | 0 | 135 | 103 | 50 | 527 | 127 | 40 |
| Binary | 10011000 | 1011 | 110010 | 0 | 1011101 | 1000011 | 101000 | 101010111 | 1010111 | 100000 |
Color Harmonies of #980B32
Complementary color
Monochromatic Colors of #980B32
Black with #980B32
Text Example
Text Example
White with #980B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980B32; }
p { color: rgb(152,11,50); }
H1.HeaderClassName
{
color: #980B32;
}
.AnyTagClassName
{
color: #980B32;
}
</style>
background-color css
<style>
a { background-color: #980B32; }
a { background-color: rgb(152,11,50); }
div.DivClassName
{
background-color: #980B32;
}
.BgClassName
{
background-color: #980B32;
}
</style>
border-color css
<style>
span { border-color: #980B32; }
span { border-color: rgb(152,11,50); }
td.TdClassName
{
border-color: #980B32;
}
.TagClassName
{
border-color: #980B32;
}
</style>