Shades of Carmine #9B0A2D
Tints of Carmine #9B0A2D
RGB
CMYK
RGB Variations
Color information
#9B0A2D (or 0x9B0A2D) is known color: Carmine. HEX triplet: 9B, 0A and 2D. RGB value is (155,10,45). Sum of RGB (Red+Green+Blue) = 155+10+45=210 (27% of max value = 765). Red value is 155 (60.94% from 255 or 73.81% from 210); Green value is 10 (4.30% from 255 or 4.76% from 210); Blue value is 45 (17.97% from 255 or 21.43% from 210); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0A2D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B0A2D is #64F5D2. Grayscale: #393939. Windows color (decimal): -6616531 or 2951835. OLE color: 2951835.
HSL color Cylindrical-coordinate representation of color #9B0A2D: hue angle of 345.52º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9B0A2D is Cyan = 0, Magento = 0.94, Yellow = 0.71 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 10 | 45 | - |
| CMYK | 0 | 0.94 | 0.71 | 0.39 |
| HSL | 345.52º | 0.88% | 0.32% | - |
| HSV(B) | 345.52º | 0.94% | 0.61% | - |
| XYZ | 14.1 | 7.38 | 3.16 | - |
| YUV | 57.35 | 121.04 | 197.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 10 | 45 | 0 | 0.94 | 0.71 | 0.39 | 345.52 | 0.88 | 0.32 |
| Hex | 9B | A | 2D | 0 | 5E | 47 | 27 | 15A | 58 | 20 |
| Octal | 233 | 12 | 55 | 0 | 136 | 107 | 47 | 532 | 130 | 40 |
| Binary | 10011011 | 1010 | 101101 | 0 | 1011110 | 1000111 | 100111 | 101011010 | 1011000 | 100000 |
Color Harmonies of #9B0A2D
Complementary color
Monochromatic Colors of #9B0A2D
Black with #9B0A2D
Text Example
Text Example
White with #9B0A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B0A2D; }
p { color: rgb(155,10,45); }
H1.HeaderClassName
{
color: #9B0A2D;
}
.AnyTagClassName
{
color: #9B0A2D;
}
</style>
background-color css
<style>
a { background-color: #9B0A2D; }
a { background-color: rgb(155,10,45); }
div.DivClassName
{
background-color: #9B0A2D;
}
.BgClassName
{
background-color: #9B0A2D;
}
</style>
border-color css
<style>
span { border-color: #9B0A2D; }
span { border-color: rgb(155,10,45); }
td.TdClassName
{
border-color: #9B0A2D;
}
.TagClassName
{
border-color: #9B0A2D;
}
</style>