Shades of Carmine #9B0D2D
Tints of Carmine #9B0D2D
RGB
CMYK
RGB Variations
Color information
#9B0D2D (or 0x9B0D2D) is known color: Carmine. HEX triplet: 9B, 0D and 2D. RGB value is (155,13,45). Sum of RGB (Red+Green+Blue) = 155+13+45=213 (28% of max value = 765). Red value is 155 (60.94% from 255 or 72.77% from 213); Green value is 13 (5.47% from 255 or 6.10% from 213); Blue value is 45 (17.97% from 255 or 21.13% from 213); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0D2D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B0D2D is #64F2D2. Grayscale: #3B3B3B. Windows color (decimal): -6615763 or 2952603. OLE color: 2952603.
HSL color Cylindrical-coordinate representation of color #9B0D2D: hue angle of 346.48º degrees, saturation: 0.85, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9B0D2D is Cyan = 0, Magento = 0.92, Yellow = 0.71 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 13 | 45 | - |
| CMYK | 0 | 0.92 | 0.71 | 0.39 |
| HSL | 346.48º | 0.85% | 0.33% | - |
| HSV(B) | 346.48º | 0.92% | 0.61% | - |
| XYZ | 14.14 | 7.45 | 3.17 | - |
| YUV | 59.11 | 120.04 | 196.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 13 | 45 | 0 | 0.92 | 0.71 | 0.39 | 346.48 | 0.85 | 0.33 |
| Hex | 9B | D | 2D | 0 | 5C | 47 | 27 | 15A | 55 | 21 |
| Octal | 233 | 15 | 55 | 0 | 134 | 107 | 47 | 532 | 125 | 41 |
| Binary | 10011011 | 1101 | 101101 | 0 | 1011100 | 1000111 | 100111 | 101011010 | 1010101 | 100001 |
Color Harmonies of #9B0D2D
Complementary color
Monochromatic Colors of #9B0D2D
Black with #9B0D2D
Text Example
Text Example
White with #9B0D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B0D2D; }
p { color: rgb(155,13,45); }
H1.HeaderClassName
{
color: #9B0D2D;
}
.AnyTagClassName
{
color: #9B0D2D;
}
</style>
background-color css
<style>
a { background-color: #9B0D2D; }
a { background-color: rgb(155,13,45); }
div.DivClassName
{
background-color: #9B0D2D;
}
.BgClassName
{
background-color: #9B0D2D;
}
</style>
border-color css
<style>
span { border-color: #9B0D2D; }
span { border-color: rgb(155,13,45); }
td.TdClassName
{
border-color: #9B0D2D;
}
.TagClassName
{
border-color: #9B0D2D;
}
</style>