Shades of Carmine #9A0D13
Tints of Carmine #9A0D13
RGB
CMYK
RGB Variations
Color information
#9A0D13 (or 0x9A0D13) is known color: Carmine. HEX triplet: 9A, 0D and 13. RGB value is (154,13,19). Sum of RGB (Red+Green+Blue) = 154+13+19=186 (24% of max value = 765). Red value is 154 (60.55% from 255 or 82.80% from 186); Green value is 13 (5.47% from 255 or 6.99% from 186); Blue value is 19 (7.81% from 255 or 10.22% from 186); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0D13 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9A0D13 is #65F2EC. Grayscale: #373737. Windows color (decimal): -6681325 or 1248666. OLE color: 1248666.
HSL color Cylindrical-coordinate representation of color #9A0D13: hue angle of 357.45º 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 #9A0D13 is Cyan = 0, Magento = 0.92, Yellow = 0.88 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 13 | 19 | - |
| CMYK | 0 | 0.92 | 0.88 | 0.40 |
| HSL | 357.45º | 0.84% | 0.33% | - |
| HSV(B) | 357.45º | 0.92% | 0.6% | - |
| XYZ | 13.59 | 7.2 | 1.29 | - |
| YUV | 55.84 | 107.21 | 198.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 13 | 19 | 0 | 0.92 | 0.88 | 0.40 | 357.45 | 0.84 | 0.33 |
| Hex | 9A | D | 13 | 0 | 5C | 58 | 28 | 165 | 54 | 21 |
| Octal | 232 | 15 | 23 | 0 | 134 | 130 | 50 | 545 | 124 | 41 |
| Binary | 10011010 | 1101 | 10011 | 0 | 1011100 | 1011000 | 101000 | 101100101 | 1010100 | 100001 |
Color Harmonies of #9A0D13
Complementary color
Monochromatic Colors of #9A0D13
Black with #9A0D13
Text Example
Text Example
White with #9A0D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A0D13; }
p { color: rgb(154,13,19); }
H1.HeaderClassName
{
color: #9A0D13;
}
.AnyTagClassName
{
color: #9A0D13;
}
</style>
background-color css
<style>
a { background-color: #9A0D13; }
a { background-color: rgb(154,13,19); }
div.DivClassName
{
background-color: #9A0D13;
}
.BgClassName
{
background-color: #9A0D13;
}
</style>
border-color css
<style>
span { border-color: #9A0D13; }
span { border-color: rgb(154,13,19); }
td.TdClassName
{
border-color: #9A0D13;
}
.TagClassName
{
border-color: #9A0D13;
}
</style>