Shades of Carmine #96002B
Tints of Carmine #96002B
RGB
CMYK
RGB Variations
Color information
#96002B (or 0x96002B) is known color: Carmine. HEX triplet: 96, 00 and 2B. RGB value is (150,0,43). Sum of RGB (Red+Green+Blue) = 150+0+43=193 (25% of max value = 765). Red value is 150 (58.98% from 255 or 77.72% from 193); Green value is 0 (0.39% from 255 or 0% from 193); Blue value is 43 (17.19% from 255 or 22.28% from 193); Max value from RGB is 150 - color contains mainly: red. Hex color #96002B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #96002B is #69FFD4. Grayscale: #313131. Windows color (decimal): -6946773 or 2818198. OLE color: 2818198.
HSL color Cylindrical-coordinate representation of color #96002B: hue angle of 342.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 #96002B is Cyan = 0, Magento = 1, Yellow = 0.71 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 0 | 43 | - |
| CMYK | 0 | 1 | 0.71 | 0.41 |
| HSL | 342.8º | 1% | 0.29% | - |
| HSV(B) | 342.8º | 1% | 0.59% | - |
| XYZ | 13.01 | 6.66 | 2.88 | - |
| YUV | 49.75 | 124.2 | 199.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 0 | 43 | 0 | 1 | 0.71 | 0.41 | 342.8 | 1 | 0.29 |
| Hex | 96 | 0 | 2B | 0 | 64 | 47 | 29 | 157 | 64 | 1D |
| Octal | 226 | 0 | 53 | 0 | 144 | 107 | 51 | 527 | 144 | 35 |
| Binary | 10010110 | 0 | 101011 | 0 | 1100100 | 1000111 | 101001 | 101010111 | 1100100 | 11101 |
Color Harmonies of #96002B
Complementary color
Monochromatic Colors of #96002B
Black with #96002B
Text Example
Text Example
White with #96002B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96002B; }
p { color: rgb(150,0,43); }
H1.HeaderClassName
{
color: #96002B;
}
.AnyTagClassName
{
color: #96002B;
}
</style>
background-color css
<style>
a { background-color: #96002B; }
a { background-color: rgb(150,0,43); }
div.DivClassName
{
background-color: #96002B;
}
.BgClassName
{
background-color: #96002B;
}
</style>
border-color css
<style>
span { border-color: #96002B; }
span { border-color: rgb(150,0,43); }
td.TdClassName
{
border-color: #96002B;
}
.TagClassName
{
border-color: #96002B;
}
</style>