Shades of Carmine #9A131C
Tints of Carmine #9A131C
RGB
CMYK
RGB Variations
Color information
#9A131C (or 0x9A131C) is known color: Carmine. HEX triplet: 9A, 13 and 1C. RGB value is (154,19,28). Sum of RGB (Red+Green+Blue) = 154+19+28=201 (26% of max value = 765). Red value is 154 (60.55% from 255 or 76.62% from 201); Green value is 19 (7.81% from 255 or 9.45% from 201); Blue value is 28 (11.33% from 255 or 13.93% from 201); Max value from RGB is 154 - color contains mainly: red. Hex color #9A131C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9A131C is #65ECE3. Grayscale: #3C3C3C. Windows color (decimal): -6679780 or 1840026. OLE color: 1840026.
HSL color Cylindrical-coordinate representation of color #9A131C: hue angle of 356º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9A131C is Cyan = 0, Magento = 0.88, Yellow = 0.82 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 19 | 28 | - |
| CMYK | 0 | 0.88 | 0.82 | 0.40 |
| HSL | 356º | 0.78% | 0.34% | - |
| HSV(B) | 356º | 0.88% | 0.6% | - |
| XYZ | 13.77 | 7.42 | 1.81 | - |
| YUV | 60.39 | 109.73 | 194.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 19 | 28 | 0 | 0.88 | 0.82 | 0.40 | 356 | 0.78 | 0.34 |
| Hex | 9A | 13 | 1C | 0 | 58 | 52 | 28 | 164 | 4E | 22 |
| Octal | 232 | 23 | 34 | 0 | 130 | 122 | 50 | 544 | 116 | 42 |
| Binary | 10011010 | 10011 | 11100 | 0 | 1011000 | 1010010 | 101000 | 101100100 | 1001110 | 100010 |
Color Harmonies of #9A131C
Complementary color
Monochromatic Colors of #9A131C
Black with #9A131C
Text Example
Text Example
White with #9A131C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A131C; }
p { color: rgb(154,19,28); }
H1.HeaderClassName
{
color: #9A131C;
}
.AnyTagClassName
{
color: #9A131C;
}
</style>
background-color css
<style>
a { background-color: #9A131C; }
a { background-color: rgb(154,19,28); }
div.DivClassName
{
background-color: #9A131C;
}
.BgClassName
{
background-color: #9A131C;
}
</style>
border-color css
<style>
span { border-color: #9A131C; }
span { border-color: rgb(154,19,28); }
td.TdClassName
{
border-color: #9A131C;
}
.TagClassName
{
border-color: #9A131C;
}
</style>