Shades of Carmine #9B0638
Tints of Carmine #9B0638
RGB
CMYK
RGB Variations
Color information
#9B0638 (or 0x9B0638) is known color: Carmine. HEX triplet: 9B, 06 and 38. RGB value is (155,6,56). Sum of RGB (Red+Green+Blue) = 155+6+56=217 (28% of max value = 765). Red value is 155 (60.94% from 255 or 71.43% from 217); Green value is 6 (2.73% from 255 or 2.76% from 217); Blue value is 56 (22.27% from 255 or 25.81% from 217); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0638 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B0638 is #64F9C7. Grayscale: #383838. Windows color (decimal): -6617544 or 3671707. OLE color: 3671707.
HSL color Cylindrical-coordinate representation of color #9B0638: hue angle of 339.87º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9B0638 is Cyan = 0, Magento = 0.96, Yellow = 0.64 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 6 | 56 | - |
| CMYK | 0 | 0.96 | 0.64 | 0.39 |
| HSL | 339.87º | 0.93% | 0.32% | - |
| HSV(B) | 339.87º | 0.96% | 0.61% | - |
| XYZ | 14.3 | 7.38 | 4.41 | - |
| YUV | 56.25 | 127.86 | 198.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 6 | 56 | 0 | 0.96 | 0.64 | 0.39 | 339.87 | 0.93 | 0.32 |
| Hex | 9B | 6 | 38 | 0 | 60 | 40 | 27 | 154 | 5D | 20 |
| Octal | 233 | 6 | 70 | 0 | 140 | 100 | 47 | 524 | 135 | 40 |
| Binary | 10011011 | 110 | 111000 | 0 | 1100000 | 1000000 | 100111 | 101010100 | 1011101 | 100000 |
Color Harmonies of #9B0638
Complementary color
Monochromatic Colors of #9B0638
Black with #9B0638
Text Example
Text Example
White with #9B0638
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B0638; }
p { color: rgb(155,6,56); }
H1.HeaderClassName
{
color: #9B0638;
}
.AnyTagClassName
{
color: #9B0638;
}
</style>
background-color css
<style>
a { background-color: #9B0638; }
a { background-color: rgb(155,6,56); }
div.DivClassName
{
background-color: #9B0638;
}
.BgClassName
{
background-color: #9B0638;
}
</style>
border-color css
<style>
span { border-color: #9B0638; }
span { border-color: rgb(155,6,56); }
td.TdClassName
{
border-color: #9B0638;
}
.TagClassName
{
border-color: #9B0638;
}
</style>