Shades of Carmine #9A0E15
Tints of Carmine #9A0E15
RGB
CMYK
RGB Variations
Color information
#9A0E15 (or 0x9A0E15) is known color: Carmine. HEX triplet: 9A, 0E and 15. RGB value is (154,14,21). Sum of RGB (Red+Green+Blue) = 154+14+21=189 (25% of max value = 765). Red value is 154 (60.55% from 255 or 81.48% from 189); Green value is 14 (5.86% from 255 or 7.41% from 189); Blue value is 21 (8.59% from 255 or 11.11% from 189); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0E15 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9A0E15 is #65F1EA. Grayscale: #383838. Windows color (decimal): -6681067 or 1379994. OLE color: 1379994.
HSL color Cylindrical-coordinate representation of color #9A0E15: hue angle of 357º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9A0E15 is Cyan = 0, Magento = 0.91, Yellow = 0.86 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 14 | 21 | - |
| CMYK | 0 | 0.91 | 0.86 | 0.40 |
| HSL | 357º | 0.83% | 0.33% | - |
| HSV(B) | 357º | 0.91% | 0.6% | - |
| XYZ | 13.62 | 7.24 | 1.39 | - |
| YUV | 56.66 | 107.88 | 197.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 14 | 21 | 0 | 0.91 | 0.86 | 0.40 | 357 | 0.83 | 0.33 |
| Hex | 9A | E | 15 | 0 | 5B | 56 | 28 | 165 | 53 | 21 |
| Octal | 232 | 16 | 25 | 0 | 133 | 126 | 50 | 545 | 123 | 41 |
| Binary | 10011010 | 1110 | 10101 | 0 | 1011011 | 1010110 | 101000 | 101100101 | 1010011 | 100001 |
Color Harmonies of #9A0E15
Complementary color
Monochromatic Colors of #9A0E15
Black with #9A0E15
Text Example
Text Example
White with #9A0E15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A0E15; }
p { color: rgb(154,14,21); }
H1.HeaderClassName
{
color: #9A0E15;
}
.AnyTagClassName
{
color: #9A0E15;
}
</style>
background-color css
<style>
a { background-color: #9A0E15; }
a { background-color: rgb(154,14,21); }
div.DivClassName
{
background-color: #9A0E15;
}
.BgClassName
{
background-color: #9A0E15;
}
</style>
border-color css
<style>
span { border-color: #9A0E15; }
span { border-color: rgb(154,14,21); }
td.TdClassName
{
border-color: #9A0E15;
}
.TagClassName
{
border-color: #9A0E15;
}
</style>