Shades of Carmine #96061A
Tints of Carmine #96061A
RGB
CMYK
RGB Variations
Color information
#96061A (or 0x96061A) is known color: Carmine. HEX triplet: 96, 06 and 1A. RGB value is (150,6,26). Sum of RGB (Red+Green+Blue) = 150+6+26=182 (24% of max value = 765). Red value is 150 (58.98% from 255 or 82.42% from 182); Green value is 6 (2.73% from 255 or 3.30% from 182); Blue value is 26 (10.55% from 255 or 14.29% from 182); Max value from RGB is 150 - color contains mainly: red. Hex color #96061A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #96061A is #69F9E5. Grayscale: #333333. Windows color (decimal): -6945254 or 1705622. OLE color: 1705622.
HSL color Cylindrical-coordinate representation of color #96061A: hue angle of 351.67º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #96061A is Cyan = 0, Magento = 0.96, Yellow = 0.83 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 6 | 26 | - |
| CMYK | 0 | 0.96 | 0.83 | 0.41 |
| HSL | 351.67º | 0.92% | 0.31% | - |
| HSV(B) | 351.67º | 0.96% | 0.59% | - |
| XYZ | 12.83 | 6.69 | 1.59 | - |
| YUV | 51.34 | 113.71 | 198.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 6 | 26 | 0 | 0.96 | 0.83 | 0.41 | 351.67 | 0.92 | 0.31 |
| Hex | 96 | 6 | 1A | 0 | 60 | 53 | 29 | 160 | 5C | 1F |
| Octal | 226 | 6 | 32 | 0 | 140 | 123 | 51 | 540 | 134 | 37 |
| Binary | 10010110 | 110 | 11010 | 0 | 1100000 | 1010011 | 101001 | 101100000 | 1011100 | 11111 |
Color Harmonies of #96061A
Complementary color
Monochromatic Colors of #96061A
Black with #96061A
Text Example
Text Example
White with #96061A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96061A; }
p { color: rgb(150,6,26); }
H1.HeaderClassName
{
color: #96061A;
}
.AnyTagClassName
{
color: #96061A;
}
</style>
background-color css
<style>
a { background-color: #96061A; }
a { background-color: rgb(150,6,26); }
div.DivClassName
{
background-color: #96061A;
}
.BgClassName
{
background-color: #96061A;
}
</style>
border-color css
<style>
span { border-color: #96061A; }
span { border-color: rgb(150,6,26); }
td.TdClassName
{
border-color: #96061A;
}
.TagClassName
{
border-color: #96061A;
}
</style>