Shades of Carmine #9B0A2A
Tints of Carmine #9B0A2A
RGB
CMYK
RGB Variations
Color information
#9B0A2A (or 0x9B0A2A) is known color: Carmine. HEX triplet: 9B, 0A and 2A. RGB value is (155,10,42). Sum of RGB (Red+Green+Blue) = 155+10+42=207 (27% of max value = 765). Red value is 155 (60.94% from 255 or 74.88% from 207); Green value is 10 (4.30% from 255 or 4.83% from 207); Blue value is 42 (16.80% from 255 or 20.29% from 207); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0A2A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B0A2A is #64F5D5. Grayscale: #393939. Windows color (decimal): -6616534 or 2755227. OLE color: 2755227.
HSL color Cylindrical-coordinate representation of color #9B0A2A: hue angle of 346.76º 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 #9B0A2A is Cyan = 0, Magento = 0.94, Yellow = 0.73 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 10 | 42 | - |
| CMYK | 0 | 0.94 | 0.73 | 0.39 |
| HSL | 346.76º | 0.88% | 0.32% | - |
| HSV(B) | 346.76º | 0.94% | 0.61% | - |
| XYZ | 14.04 | 7.35 | 2.87 | - |
| YUV | 57 | 119.54 | 197.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 10 | 42 | 0 | 0.94 | 0.73 | 0.39 | 346.76 | 0.88 | 0.32 |
| Hex | 9B | A | 2A | 0 | 5E | 49 | 27 | 15B | 58 | 20 |
| Octal | 233 | 12 | 52 | 0 | 136 | 111 | 47 | 533 | 130 | 40 |
| Binary | 10011011 | 1010 | 101010 | 0 | 1011110 | 1001001 | 100111 | 101011011 | 1011000 | 100000 |
Color Harmonies of #9B0A2A
Complementary color
Monochromatic Colors of #9B0A2A
Black with #9B0A2A
Text Example
Text Example
White with #9B0A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B0A2A; }
p { color: rgb(155,10,42); }
H1.HeaderClassName
{
color: #9B0A2A;
}
.AnyTagClassName
{
color: #9B0A2A;
}
</style>
background-color css
<style>
a { background-color: #9B0A2A; }
a { background-color: rgb(155,10,42); }
div.DivClassName
{
background-color: #9B0A2A;
}
.BgClassName
{
background-color: #9B0A2A;
}
</style>
border-color css
<style>
span { border-color: #9B0A2A; }
span { border-color: rgb(155,10,42); }
td.TdClassName
{
border-color: #9B0A2A;
}
.TagClassName
{
border-color: #9B0A2A;
}
</style>