Shades of Carmine #9B0630
Tints of Carmine #9B0630
RGB
CMYK
RGB Variations
Color information
#9B0630 (or 0x9B0630) is known color: Carmine. HEX triplet: 9B, 06 and 30. RGB value is (155,6,48). Sum of RGB (Red+Green+Blue) = 155+6+48=209 (27% of max value = 765). Red value is 155 (60.94% from 255 or 74.16% from 209); Green value is 6 (2.73% from 255 or 2.87% from 209); Blue value is 48 (19.14% from 255 or 22.97% from 209); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0630 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B0630 is #64F9CF. Grayscale: #373737. Windows color (decimal): -6617552 or 3147419. OLE color: 3147419.
HSL color Cylindrical-coordinate representation of color #9B0630: hue angle of 343.09º 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 #9B0630 is Cyan = 0, Magento = 0.96, Yellow = 0.69 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 6 | 48 | - |
| CMYK | 0 | 0.96 | 0.69 | 0.39 |
| HSL | 343.09º | 0.93% | 0.32% | - |
| HSV(B) | 343.09º | 0.96% | 0.61% | - |
| XYZ | 14.12 | 7.31 | 3.46 | - |
| YUV | 55.34 | 123.86 | 199.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 6 | 48 | 0 | 0.96 | 0.69 | 0.39 | 343.09 | 0.93 | 0.32 |
| Hex | 9B | 6 | 30 | 0 | 60 | 45 | 27 | 157 | 5D | 20 |
| Octal | 233 | 6 | 60 | 0 | 140 | 105 | 47 | 527 | 135 | 40 |
| Binary | 10011011 | 110 | 110000 | 0 | 1100000 | 1000101 | 100111 | 101010111 | 1011101 | 100000 |
Color Harmonies of #9B0630
Complementary color
Monochromatic Colors of #9B0630
Black with #9B0630
Text Example
Text Example
White with #9B0630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B0630; }
p { color: rgb(155,6,48); }
H1.HeaderClassName
{
color: #9B0630;
}
.AnyTagClassName
{
color: #9B0630;
}
</style>
background-color css
<style>
a { background-color: #9B0630; }
a { background-color: rgb(155,6,48); }
div.DivClassName
{
background-color: #9B0630;
}
.BgClassName
{
background-color: #9B0630;
}
</style>
border-color css
<style>
span { border-color: #9B0630; }
span { border-color: rgb(155,6,48); }
td.TdClassName
{
border-color: #9B0630;
}
.TagClassName
{
border-color: #9B0630;
}
</style>