Shades of Carmine #9A131B
Tints of Carmine #9A131B
RGB
CMYK
RGB Variations
Color information
#9A131B (or 0x9A131B) is known color: Carmine. HEX triplet: 9A, 13 and 1B. RGB value is (154,19,27). Sum of RGB (Red+Green+Blue) = 154+19+27=200 (26% of max value = 765). Red value is 154 (60.55% from 255 or 77% from 200); Green value is 19 (7.81% from 255 or 9.5% from 200); Blue value is 27 (10.94% from 255 or 13.5% from 200); Max value from RGB is 154 - color contains mainly: red. Hex color #9A131B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9A131B is #65ECE4. Grayscale: #3C3C3C. Windows color (decimal): -6679781 or 1774490. OLE color: 1774490.
HSL color Cylindrical-coordinate representation of color #9A131B: hue angle of 356.44º 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 #9A131B is Cyan = 0, Magento = 0.88, Yellow = 0.82 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 19 | 27 | - |
| CMYK | 0 | 0.88 | 0.82 | 0.40 |
| HSL | 356.44º | 0.78% | 0.34% | - |
| HSV(B) | 356.44º | 0.88% | 0.6% | - |
| XYZ | 13.76 | 7.41 | 1.74 | - |
| YUV | 60.28 | 109.23 | 194.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 19 | 27 | 0 | 0.88 | 0.82 | 0.40 | 356.44 | 0.78 | 0.34 |
| Hex | 9A | 13 | 1B | 0 | 58 | 52 | 28 | 164 | 4E | 22 |
| Octal | 232 | 23 | 33 | 0 | 130 | 122 | 50 | 544 | 116 | 42 |
| Binary | 10011010 | 10011 | 11011 | 0 | 1011000 | 1010010 | 101000 | 101100100 | 1001110 | 100010 |
Color Harmonies of #9A131B
Complementary color
Monochromatic Colors of #9A131B
Black with #9A131B
Text Example
Text Example
White with #9A131B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A131B; }
p { color: rgb(154,19,27); }
H1.HeaderClassName
{
color: #9A131B;
}
.AnyTagClassName
{
color: #9A131B;
}
</style>
background-color css
<style>
a { background-color: #9A131B; }
a { background-color: rgb(154,19,27); }
div.DivClassName
{
background-color: #9A131B;
}
.BgClassName
{
background-color: #9A131B;
}
</style>
border-color css
<style>
span { border-color: #9A131B; }
span { border-color: rgb(154,19,27); }
td.TdClassName
{
border-color: #9A131B;
}
.TagClassName
{
border-color: #9A131B;
}
</style>