Shades of Carmine #9B0C33
Tints of Carmine #9B0C33
RGB
CMYK
RGB Variations
Color information
#9B0C33 (or 0x9B0C33) is known color: Carmine. HEX triplet: 9B, 0C and 33. RGB value is (155,12,51). Sum of RGB (Red+Green+Blue) = 155+12+51=218 (28% of max value = 765). Red value is 155 (60.94% from 255 or 71.10% from 218); Green value is 12 (5.08% from 255 or 5.50% from 218); Blue value is 51 (20.31% from 255 or 23.39% from 218); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0C33 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B0C33 is #64F3CC. Grayscale: #3B3B3B. Windows color (decimal): -6616013 or 3345563. OLE color: 3345563.
HSL color Cylindrical-coordinate representation of color #9B0C33: hue angle of 343.64º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9B0C33 is Cyan = 0, Magento = 0.92, Yellow = 0.67 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 12 | 51 | - |
| CMYK | 0 | 0.92 | 0.67 | 0.39 |
| HSL | 343.64º | 0.86% | 0.33% | - |
| HSV(B) | 343.64º | 0.92% | 0.61% | - |
| XYZ | 14.25 | 7.47 | 3.82 | - |
| YUV | 59.2 | 123.38 | 196.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 12 | 51 | 0 | 0.92 | 0.67 | 0.39 | 343.64 | 0.86 | 0.33 |
| Hex | 9B | C | 33 | 0 | 5C | 43 | 27 | 158 | 56 | 21 |
| Octal | 233 | 14 | 63 | 0 | 134 | 103 | 47 | 530 | 126 | 41 |
| Binary | 10011011 | 1100 | 110011 | 0 | 1011100 | 1000011 | 100111 | 101011000 | 1010110 | 100001 |
Color Harmonies of #9B0C33
Complementary color
Monochromatic Colors of #9B0C33
Black with #9B0C33
Text Example
Text Example
White with #9B0C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B0C33; }
p { color: rgb(155,12,51); }
H1.HeaderClassName
{
color: #9B0C33;
}
.AnyTagClassName
{
color: #9B0C33;
}
</style>
background-color css
<style>
a { background-color: #9B0C33; }
a { background-color: rgb(155,12,51); }
div.DivClassName
{
background-color: #9B0C33;
}
.BgClassName
{
background-color: #9B0C33;
}
</style>
border-color css
<style>
span { border-color: #9B0C33; }
span { border-color: rgb(155,12,51); }
td.TdClassName
{
border-color: #9B0C33;
}
.TagClassName
{
border-color: #9B0C33;
}
</style>