Shades of Carmine #9B0631
Tints of Carmine #9B0631
RGB
CMYK
RGB Variations
Color information
#9B0631 (or 0x9B0631) is known color: Carmine. HEX triplet: 9B, 06 and 31. RGB value is (155,6,49). Sum of RGB (Red+Green+Blue) = 155+6+49=210 (27% of max value = 765). Red value is 155 (60.94% from 255 or 73.81% from 210); Green value is 6 (2.73% from 255 or 2.86% from 210); Blue value is 49 (19.53% from 255 or 23.33% from 210); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0631 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B0631 is #64F9CE. Grayscale: #373737. Windows color (decimal): -6617551 or 3212955. OLE color: 3212955.
HSL color Cylindrical-coordinate representation of color #9B0631: hue angle of 342.68º 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 #9B0631 is Cyan = 0, Magento = 0.96, Yellow = 0.68 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 6 | 49 | - |
| CMYK | 0 | 0.96 | 0.68 | 0.39 |
| HSL | 342.68º | 0.93% | 0.32% | - |
| HSV(B) | 342.68º | 0.96% | 0.61% | - |
| XYZ | 14.14 | 7.32 | 3.57 | - |
| YUV | 55.45 | 124.36 | 199 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 6 | 49 | 0 | 0.96 | 0.68 | 0.39 | 342.68 | 0.93 | 0.32 |
| Hex | 9B | 6 | 31 | 0 | 60 | 44 | 27 | 157 | 5D | 20 |
| Octal | 233 | 6 | 61 | 0 | 140 | 104 | 47 | 527 | 135 | 40 |
| Binary | 10011011 | 110 | 110001 | 0 | 1100000 | 1000100 | 100111 | 101010111 | 1011101 | 100000 |
Color Harmonies of #9B0631
Complementary color
Monochromatic Colors of #9B0631
Black with #9B0631
Text Example
Text Example
White with #9B0631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B0631; }
p { color: rgb(155,6,49); }
H1.HeaderClassName
{
color: #9B0631;
}
.AnyTagClassName
{
color: #9B0631;
}
</style>
background-color css
<style>
a { background-color: #9B0631; }
a { background-color: rgb(155,6,49); }
div.DivClassName
{
background-color: #9B0631;
}
.BgClassName
{
background-color: #9B0631;
}
</style>
border-color css
<style>
span { border-color: #9B0631; }
span { border-color: rgb(155,6,49); }
td.TdClassName
{
border-color: #9B0631;
}
.TagClassName
{
border-color: #9B0631;
}
</style>