Shades of Carmine #9B141C
Tints of Carmine #9B141C
RGB
CMYK
RGB Variations
Color information
#9B141C (or 0x9B141C) is known color: Carmine. HEX triplet: 9B, 14 and 1C. RGB value is (155,20,28). Sum of RGB (Red+Green+Blue) = 155+20+28=203 (26% of max value = 765). Red value is 155 (60.94% from 255 or 76.35% from 203); Green value is 20 (8.20% from 255 or 9.85% from 203); Blue value is 28 (11.33% from 255 or 13.79% from 203); Max value from RGB is 155 - color contains mainly: red. Hex color #9B141C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B141C is #64EBE3. Grayscale: #3D3D3D. Windows color (decimal): -6613988 or 1840283. OLE color: 1840283.
HSL color Cylindrical-coordinate representation of color #9B141C: hue angle of 356.44º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9B141C is Cyan = 0, Magento = 0.87, Yellow = 0.82 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 20 | 28 | - |
| CMYK | 0 | 0.87 | 0.82 | 0.39 |
| HSL | 356.44º | 0.77% | 0.34% | - |
| HSV(B) | 356.44º | 0.87% | 0.61% | - |
| XYZ | 13.98 | 7.55 | 1.82 | - |
| YUV | 61.28 | 109.23 | 194.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 20 | 28 | 0 | 0.87 | 0.82 | 0.39 | 356.44 | 0.77 | 0.34 |
| Hex | 9B | 14 | 1C | 0 | 57 | 52 | 27 | 164 | 4D | 22 |
| Octal | 233 | 24 | 34 | 0 | 127 | 122 | 47 | 544 | 115 | 42 |
| Binary | 10011011 | 10100 | 11100 | 0 | 1010111 | 1010010 | 100111 | 101100100 | 1001101 | 100010 |
Color Harmonies of #9B141C
Complementary color
Monochromatic Colors of #9B141C
Black with #9B141C
Text Example
Text Example
White with #9B141C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B141C; }
p { color: rgb(155,20,28); }
H1.HeaderClassName
{
color: #9B141C;
}
.AnyTagClassName
{
color: #9B141C;
}
</style>
background-color css
<style>
a { background-color: #9B141C; }
a { background-color: rgb(155,20,28); }
div.DivClassName
{
background-color: #9B141C;
}
.BgClassName
{
background-color: #9B141C;
}
</style>
border-color css
<style>
span { border-color: #9B141C; }
span { border-color: rgb(155,20,28); }
td.TdClassName
{
border-color: #9B141C;
}
.TagClassName
{
border-color: #9B141C;
}
</style>