Shades of Carmine #9B0432
Tints of Carmine #9B0432
RGB
CMYK
RGB Variations
Color information
#9B0432 (or 0x9B0432) is known color: Carmine. HEX triplet: 9B, 04 and 32. RGB value is (155,4,50). Sum of RGB (Red+Green+Blue) = 155+4+50=209 (27% of max value = 765). Red value is 155 (60.94% from 255 or 74.16% from 209); Green value is 4 (1.95% from 255 or 1.91% from 209); Blue value is 50 (19.92% from 255 or 23.92% from 209); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0432 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B0432 is #64FBCD. Grayscale: #363636. Windows color (decimal): -6618062 or 3277979. OLE color: 3277979.
HSL color Cylindrical-coordinate representation of color #9B0432: hue angle of 341.72º degrees, saturation: 0.95, 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 #9B0432 is Cyan = 0, Magento = 0.97, Yellow = 0.68 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 4 | 50 | - |
| CMYK | 0 | 0.97 | 0.68 | 0.39 |
| HSL | 341.72º | 0.95% | 0.31% | - |
| HSV(B) | 341.72º | 0.97% | 0.61% | - |
| XYZ | 14.14 | 7.29 | 3.68 | - |
| YUV | 54.39 | 125.53 | 199.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 4 | 50 | 0 | 0.97 | 0.68 | 0.39 | 341.72 | 0.95 | 0.31 |
| Hex | 9B | 4 | 32 | 0 | 61 | 44 | 27 | 156 | 5F | 1F |
| Octal | 233 | 4 | 62 | 0 | 141 | 104 | 47 | 526 | 137 | 37 |
| Binary | 10011011 | 100 | 110010 | 0 | 1100001 | 1000100 | 100111 | 101010110 | 1011111 | 11111 |
Color Harmonies of #9B0432
Complementary color
Monochromatic Colors of #9B0432
Black with #9B0432
Text Example
Text Example
White with #9B0432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B0432; }
p { color: rgb(155,4,50); }
H1.HeaderClassName
{
color: #9B0432;
}
.AnyTagClassName
{
color: #9B0432;
}
</style>
background-color css
<style>
a { background-color: #9B0432; }
a { background-color: rgb(155,4,50); }
div.DivClassName
{
background-color: #9B0432;
}
.BgClassName
{
background-color: #9B0432;
}
</style>
border-color css
<style>
span { border-color: #9B0432; }
span { border-color: rgb(155,4,50); }
td.TdClassName
{
border-color: #9B0432;
}
.TagClassName
{
border-color: #9B0432;
}
</style>