Shades of Carmine #9B072C
Tints of Carmine #9B072C
RGB
CMYK
RGB Variations
Color information
#9B072C (or 0x9B072C) is known color: Carmine. HEX triplet: 9B, 07 and 2C. RGB value is (155,7,44). Sum of RGB (Red+Green+Blue) = 155+7+44=206 (27% of max value = 765). Red value is 155 (60.94% from 255 or 75.24% from 206); Green value is 7 (3.12% from 255 or 3.40% from 206); Blue value is 44 (17.58% from 255 or 21.36% from 206); Max value from RGB is 155 - color contains mainly: red. Hex color #9B072C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B072C is #64F8D3. Grayscale: #373737. Windows color (decimal): -6617300 or 2885531. OLE color: 2885531.
HSL color Cylindrical-coordinate representation of color #9B072C: hue angle of 345º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9B072C is Cyan = 0, Magento = 0.95, Yellow = 0.72 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 7 | 44 | - |
| CMYK | 0 | 0.95 | 0.72 | 0.39 |
| HSL | 345º | 0.91% | 0.32% | - |
| HSV(B) | 345º | 0.95% | 0.61% | - |
| XYZ | 14.05 | 7.3 | 3.05 | - |
| YUV | 55.47 | 121.53 | 198.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 7 | 44 | 0 | 0.95 | 0.72 | 0.39 | 345 | 0.91 | 0.32 |
| Hex | 9B | 7 | 2C | 0 | 5F | 48 | 27 | 159 | 5B | 20 |
| Octal | 233 | 7 | 54 | 0 | 137 | 110 | 47 | 531 | 133 | 40 |
| Binary | 10011011 | 111 | 101100 | 0 | 1011111 | 1001000 | 100111 | 101011001 | 1011011 | 100000 |
Color Harmonies of #9B072C
Complementary color
Monochromatic Colors of #9B072C
Black with #9B072C
Text Example
Text Example
White with #9B072C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B072C; }
p { color: rgb(155,7,44); }
H1.HeaderClassName
{
color: #9B072C;
}
.AnyTagClassName
{
color: #9B072C;
}
</style>
background-color css
<style>
a { background-color: #9B072C; }
a { background-color: rgb(155,7,44); }
div.DivClassName
{
background-color: #9B072C;
}
.BgClassName
{
background-color: #9B072C;
}
</style>
border-color css
<style>
span { border-color: #9B072C; }
span { border-color: rgb(155,7,44); }
td.TdClassName
{
border-color: #9B072C;
}
.TagClassName
{
border-color: #9B072C;
}
</style>