Shades of Carmine #9A101D
Tints of Carmine #9A101D
RGB
CMYK
RGB Variations
Color information
#9A101D (or 0x9A101D) is known color: Carmine. HEX triplet: 9A, 10 and 1D. RGB value is (154,16,29). Sum of RGB (Red+Green+Blue) = 154+16+29=199 (26% of max value = 765). Red value is 154 (60.55% from 255 or 77.39% from 199); Green value is 16 (6.64% from 255 or 8.04% from 199); Blue value is 29 (11.72% from 255 or 14.57% from 199); Max value from RGB is 154 - color contains mainly: red. Hex color #9A101D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9A101D is #65EFE2. Grayscale: #3A3A3A. Windows color (decimal): -6680547 or 1904794. OLE color: 1904794.
HSL color Cylindrical-coordinate representation of color #9A101D: hue angle of 354.35º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9A101D is Cyan = 0, Magento = 0.90, Yellow = 0.81 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 16 | 29 | - |
| CMYK | 0 | 0.90 | 0.81 | 0.40 |
| HSL | 354.35º | 0.81% | 0.33% | - |
| HSV(B) | 354.35º | 0.9% | 0.6% | - |
| XYZ | 13.73 | 7.33 | 1.85 | - |
| YUV | 58.74 | 111.22 | 195.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 16 | 29 | 0 | 0.90 | 0.81 | 0.40 | 354.35 | 0.81 | 0.33 |
| Hex | 9A | 10 | 1D | 0 | 5A | 51 | 28 | 162 | 51 | 21 |
| Octal | 232 | 20 | 35 | 0 | 132 | 121 | 50 | 542 | 121 | 41 |
| Binary | 10011010 | 10000 | 11101 | 0 | 1011010 | 1010001 | 101000 | 101100010 | 1010001 | 100001 |
Color Harmonies of #9A101D
Complementary color
Monochromatic Colors of #9A101D
Black with #9A101D
Text Example
Text Example
White with #9A101D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A101D; }
p { color: rgb(154,16,29); }
H1.HeaderClassName
{
color: #9A101D;
}
.AnyTagClassName
{
color: #9A101D;
}
</style>
background-color css
<style>
a { background-color: #9A101D; }
a { background-color: rgb(154,16,29); }
div.DivClassName
{
background-color: #9A101D;
}
.BgClassName
{
background-color: #9A101D;
}
</style>
border-color css
<style>
span { border-color: #9A101D; }
span { border-color: rgb(154,16,29); }
td.TdClassName
{
border-color: #9A101D;
}
.TagClassName
{
border-color: #9A101D;
}
</style>