Shades of Carmine #9A0D2E
Tints of Carmine #9A0D2E
RGB
CMYK
RGB Variations
Color information
#9A0D2E (or 0x9A0D2E) is known color: Carmine. HEX triplet: 9A, 0D and 2E. RGB value is (154,13,46). Sum of RGB (Red+Green+Blue) = 154+13+46=213 (28% of max value = 765). Red value is 154 (60.55% from 255 or 72.30% from 213); Green value is 13 (5.47% from 255 or 6.10% from 213); Blue value is 46 (18.36% from 255 or 21.60% from 213); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0D2E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9A0D2E is #65F2D1. Grayscale: #3A3A3A. Windows color (decimal): -6681298 or 3018138. OLE color: 3018138.
HSL color Cylindrical-coordinate representation of color #9A0D2E: hue angle of 345.96º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9A0D2E is Cyan = 0, Magento = 0.92, Yellow = 0.70 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 13 | 46 | - |
| CMYK | 0 | 0.92 | 0.70 | 0.40 |
| HSL | 345.96º | 0.84% | 0.33% | - |
| HSV(B) | 345.96º | 0.92% | 0.6% | - |
| XYZ | 13.96 | 7.36 | 3.27 | - |
| YUV | 58.92 | 120.71 | 195.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 13 | 46 | 0 | 0.92 | 0.70 | 0.40 | 345.96 | 0.84 | 0.33 |
| Hex | 9A | D | 2E | 0 | 5C | 46 | 28 | 15A | 54 | 21 |
| Octal | 232 | 15 | 56 | 0 | 134 | 106 | 50 | 532 | 124 | 41 |
| Binary | 10011010 | 1101 | 101110 | 0 | 1011100 | 1000110 | 101000 | 101011010 | 1010100 | 100001 |
Color Harmonies of #9A0D2E
Complementary color
Monochromatic Colors of #9A0D2E
Black with #9A0D2E
Text Example
Text Example
White with #9A0D2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A0D2E; }
p { color: rgb(154,13,46); }
H1.HeaderClassName
{
color: #9A0D2E;
}
.AnyTagClassName
{
color: #9A0D2E;
}
</style>
background-color css
<style>
a { background-color: #9A0D2E; }
a { background-color: rgb(154,13,46); }
div.DivClassName
{
background-color: #9A0D2E;
}
.BgClassName
{
background-color: #9A0D2E;
}
</style>
border-color css
<style>
span { border-color: #9A0D2E; }
span { border-color: rgb(154,13,46); }
td.TdClassName
{
border-color: #9A0D2E;
}
.TagClassName
{
border-color: #9A0D2E;
}
</style>