Shades of Carmine #9B053B
Tints of Carmine #9B053B
RGB
CMYK
RGB Variations
Color information
#9B053B (or 0x9B053B) is known color: Carmine. HEX triplet: 9B, 05 and 3B. RGB value is (155,5,59). Sum of RGB (Red+Green+Blue) = 155+5+59=219 (29% of max value = 765). Red value is 155 (60.94% from 255 or 70.78% from 219); Green value is 5 (2.34% from 255 or 2.28% from 219); Blue value is 59 (23.44% from 255 or 26.94% from 219); Max value from RGB is 155 - color contains mainly: red. Hex color #9B053B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B053B is #64FAC4. Grayscale: #373737. Windows color (decimal): -6617797 or 3868059. OLE color: 3868059.
HSL color Cylindrical-coordinate representation of color #9B053B: hue angle of 338.4º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9B053B is Cyan = 0, Magento = 0.97, Yellow = 0.62 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 5 | 59 | - |
| CMYK | 0 | 0.97 | 0.62 | 0.39 |
| HSL | 338.4º | 0.94% | 0.31% | - |
| HSV(B) | 338.4º | 0.97% | 0.61% | - |
| XYZ | 14.36 | 7.39 | 4.81 | - |
| YUV | 56.01 | 129.7 | 198.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 5 | 59 | 0 | 0.97 | 0.62 | 0.39 | 338.4 | 0.94 | 0.31 |
| Hex | 9B | 5 | 3B | 0 | 61 | 3E | 27 | 152 | 5E | 1F |
| Octal | 233 | 5 | 73 | 0 | 141 | 76 | 47 | 522 | 136 | 37 |
| Binary | 10011011 | 101 | 111011 | 0 | 1100001 | 111110 | 100111 | 101010010 | 1011110 | 11111 |
Color Harmonies of #9B053B
Complementary color
Monochromatic Colors of #9B053B
Black with #9B053B
Text Example
Text Example
White with #9B053B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B053B; }
p { color: rgb(155,5,59); }
H1.HeaderClassName
{
color: #9B053B;
}
.AnyTagClassName
{
color: #9B053B;
}
</style>
background-color css
<style>
a { background-color: #9B053B; }
a { background-color: rgb(155,5,59); }
div.DivClassName
{
background-color: #9B053B;
}
.BgClassName
{
background-color: #9B053B;
}
</style>
border-color css
<style>
span { border-color: #9B053B; }
span { border-color: rgb(155,5,59); }
td.TdClassName
{
border-color: #9B053B;
}
.TagClassName
{
border-color: #9B053B;
}
</style>