Shades of Carmine #9B002D
Tints of Carmine #9B002D
RGB
CMYK
RGB Variations
Color information
#9B002D (or 0x9B002D) is known color: Carmine. HEX triplet: 9B, 00 and 2D. RGB value is (155,0,45). Sum of RGB (Red+Green+Blue) = 155+0+45=200 (26% of max value = 765). Red value is 155 (60.94% from 255 or 77.5% from 200); Green value is 0 (0.39% from 255 or 0% from 200); Blue value is 45 (17.97% from 255 or 22.5% from 200); Max value from RGB is 155 - color contains mainly: red. Hex color #9B002D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B002D is #64FFD2. Grayscale: #333333. Windows color (decimal): -6619091 or 2949275. OLE color: 2949275.
HSL color Cylindrical-coordinate representation of color #9B002D: hue angle of 342.58º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9B002D is Cyan = 0, Magento = 1, Yellow = 0.71 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 0 | 45 | - |
| CMYK | 0 | 1 | 0.71 | 0.39 |
| HSL | 342.58º | 1% | 0.3% | - |
| HSV(B) | 342.58º | 1% | 0.61% | - |
| XYZ | 13.99 | 7.16 | 3.13 | - |
| YUV | 51.48 | 124.35 | 201.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 0 | 45 | 0 | 1 | 0.71 | 0.39 | 342.58 | 1 | 0.3 |
| Hex | 9B | 0 | 2D | 0 | 64 | 47 | 27 | 157 | 64 | 1E |
| Octal | 233 | 0 | 55 | 0 | 144 | 107 | 47 | 527 | 144 | 36 |
| Binary | 10011011 | 0 | 101101 | 0 | 1100100 | 1000111 | 100111 | 101010111 | 1100100 | 11110 |
Color Harmonies of #9B002D
Complementary color
Monochromatic Colors of #9B002D
Black with #9B002D
Text Example
Text Example
White with #9B002D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B002D; }
p { color: rgb(155,0,45); }
H1.HeaderClassName
{
color: #9B002D;
}
.AnyTagClassName
{
color: #9B002D;
}
</style>
background-color css
<style>
a { background-color: #9B002D; }
a { background-color: rgb(155,0,45); }
div.DivClassName
{
background-color: #9B002D;
}
.BgClassName
{
background-color: #9B002D;
}
</style>
border-color css
<style>
span { border-color: #9B002D; }
span { border-color: rgb(155,0,45); }
td.TdClassName
{
border-color: #9B002D;
}
.TagClassName
{
border-color: #9B002D;
}
</style>