Shades of Carmine #9A0B32
Tints of Carmine #9A0B32
RGB
CMYK
RGB Variations
Color information
#9A0B32 (or 0x9A0B32) is known color: Carmine. HEX triplet: 9A, 0B and 32. RGB value is (154,11,50). Sum of RGB (Red+Green+Blue) = 154+11+50=215 (28% of max value = 765). Red value is 154 (60.55% from 255 or 71.63% from 215); Green value is 11 (4.69% from 255 or 5.12% from 215); Blue value is 50 (19.92% from 255 or 23.26% from 215); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0B32 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9A0B32 is #65F4CD. Grayscale: #3A3A3A. Windows color (decimal): -6681806 or 3279770. OLE color: 3279770.
HSL color Cylindrical-coordinate representation of color #9A0B32: hue angle of 343.64º degrees, saturation: 0.87, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9A0B32 is Cyan = 0, Magento = 0.93, Yellow = 0.68 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 11 | 50 | - |
| CMYK | 0 | 0.93 | 0.68 | 0.40 |
| HSL | 343.64º | 0.87% | 0.32% | - |
| HSV(B) | 343.64º | 0.93% | 0.6% | - |
| XYZ | 14.02 | 7.34 | 3.7 | - |
| YUV | 58.2 | 123.38 | 196.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 11 | 50 | 0 | 0.93 | 0.68 | 0.40 | 343.64 | 0.87 | 0.32 |
| Hex | 9A | B | 32 | 0 | 5D | 44 | 28 | 158 | 57 | 20 |
| Octal | 232 | 13 | 62 | 0 | 135 | 104 | 50 | 530 | 127 | 40 |
| Binary | 10011010 | 1011 | 110010 | 0 | 1011101 | 1000100 | 101000 | 101011000 | 1010111 | 100000 |
Color Harmonies of #9A0B32
Complementary color
Monochromatic Colors of #9A0B32
Black with #9A0B32
Text Example
Text Example
White with #9A0B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A0B32; }
p { color: rgb(154,11,50); }
H1.HeaderClassName
{
color: #9A0B32;
}
.AnyTagClassName
{
color: #9A0B32;
}
</style>
background-color css
<style>
a { background-color: #9A0B32; }
a { background-color: rgb(154,11,50); }
div.DivClassName
{
background-color: #9A0B32;
}
.BgClassName
{
background-color: #9A0B32;
}
</style>
border-color css
<style>
span { border-color: #9A0B32; }
span { border-color: rgb(154,11,50); }
td.TdClassName
{
border-color: #9A0B32;
}
.TagClassName
{
border-color: #9A0B32;
}
</style>