Shades of Carmine #960130
Tints of Carmine #960130
RGB
CMYK
RGB Variations
Color information
#960130 (or 0x960130) is known color: Carmine. HEX triplet: 96, 01 and 30. RGB value is (150,1,48). Sum of RGB (Red+Green+Blue) = 150+1+48=199 (26% of max value = 765). Red value is 150 (58.98% from 255 or 75.38% from 199); Green value is 1 (0.78% from 255 or 0.50% from 199); Blue value is 48 (19.14% from 255 or 24.12% from 199); Max value from RGB is 150 - color contains mainly: red. Hex color #960130 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #960130 is #69FECF. Grayscale: #323232. Windows color (decimal): -6946512 or 3146134. OLE color: 3146134.
HSL color Cylindrical-coordinate representation of color #960130: hue angle of 341.07º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #960130 is Cyan = 0, Magento = 0.99, Yellow = 0.68 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 1 | 48 | - |
| CMYK | 0 | 0.99 | 0.68 | 0.41 |
| HSL | 341.07º | 0.99% | 0.3% | - |
| HSV(B) | 341.07º | 0.99% | 0.59% | - |
| XYZ | 13.12 | 6.72 | 3.4 | - |
| YUV | 50.91 | 126.36 | 198.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 1 | 48 | 0 | 0.99 | 0.68 | 0.41 | 341.07 | 0.99 | 0.3 |
| Hex | 96 | 1 | 30 | 0 | 63 | 44 | 29 | 155 | 63 | 1E |
| Octal | 226 | 1 | 60 | 0 | 143 | 104 | 51 | 525 | 143 | 36 |
| Binary | 10010110 | 1 | 110000 | 0 | 1100011 | 1000100 | 101001 | 101010101 | 1100011 | 11110 |
Color Harmonies of #960130
Complementary color
Monochromatic Colors of #960130
Black with #960130
Text Example
Text Example
White with #960130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #960130; }
p { color: rgb(150,1,48); }
H1.HeaderClassName
{
color: #960130;
}
.AnyTagClassName
{
color: #960130;
}
</style>
background-color css
<style>
a { background-color: #960130; }
a { background-color: rgb(150,1,48); }
div.DivClassName
{
background-color: #960130;
}
.BgClassName
{
background-color: #960130;
}
</style>
border-color css
<style>
span { border-color: #960130; }
span { border-color: rgb(150,1,48); }
td.TdClassName
{
border-color: #960130;
}
.TagClassName
{
border-color: #960130;
}
</style>