Shades of Carmine #960030
Tints of Carmine #960030
RGB
CMYK
RGB Variations
Color information
#960030 (or 0x960030) is known color: Carmine. HEX triplet: 96, 00 and 30. RGB value is (150,0,48). Sum of RGB (Red+Green+Blue) = 150+0+48=198 (26% of max value = 765). Red value is 150 (58.98% from 255 or 75.76% from 198); Green value is 0 (0.39% from 255 or 0% from 198); Blue value is 48 (19.14% from 255 or 24.24% from 198); Max value from RGB is 150 - color contains mainly: red. Hex color #960030 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #960030 is #69FFCF. Grayscale: #323232. Windows color (decimal): -6946768 or 3145878. OLE color: 3145878.
HSL color Cylindrical-coordinate representation of color #960030: hue angle of 340.8º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #960030 is Cyan = 0, Magento = 1, Yellow = 0.68 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 0 | 48 | - |
| CMYK | 0 | 1 | 0.68 | 0.41 |
| HSL | 340.8º | 1% | 0.29% | - |
| HSV(B) | 340.8º | 1% | 0.59% | - |
| XYZ | 13.11 | 6.7 | 3.4 | - |
| YUV | 50.32 | 126.7 | 199.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 0 | 48 | 0 | 1 | 0.68 | 0.41 | 340.8 | 1 | 0.29 |
| Hex | 96 | 0 | 30 | 0 | 64 | 44 | 29 | 155 | 64 | 1D |
| Octal | 226 | 0 | 60 | 0 | 144 | 104 | 51 | 525 | 144 | 35 |
| Binary | 10010110 | 0 | 110000 | 0 | 1100100 | 1000100 | 101001 | 101010101 | 1100100 | 11101 |
Color Harmonies of #960030
Complementary color
Monochromatic Colors of #960030
Black with #960030
Text Example
Text Example
White with #960030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #960030; }
p { color: rgb(150,0,48); }
H1.HeaderClassName
{
color: #960030;
}
.AnyTagClassName
{
color: #960030;
}
</style>
background-color css
<style>
a { background-color: #960030; }
a { background-color: rgb(150,0,48); }
div.DivClassName
{
background-color: #960030;
}
.BgClassName
{
background-color: #960030;
}
</style>
border-color css
<style>
span { border-color: #960030; }
span { border-color: rgb(150,0,48); }
td.TdClassName
{
border-color: #960030;
}
.TagClassName
{
border-color: #960030;
}
</style>