Shades of Carmine #9B191C
Tints of Carmine #9B191C
RGB
CMYK
RGB Variations
Color information
#9B191C (or 0x9B191C) is known color: Carmine. HEX triplet: 9B, 19 and 1C. RGB value is (155,25,28). Sum of RGB (Red+Green+Blue) = 155+25+28=208 (27% of max value = 765). Red value is 155 (60.94% from 255 or 74.52% from 208); Green value is 25 (10.16% from 255 or 12.02% from 208); Blue value is 28 (11.33% from 255 or 13.46% from 208); Max value from RGB is 155 - color contains mainly: red. Hex color #9B191C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B191C is #64E6E3. Grayscale: #404040. Windows color (decimal): -6612708 or 1841563. OLE color: 1841563.
HSL color Cylindrical-coordinate representation of color #9B191C: hue angle of 358.62º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9B191C is Cyan = 0, Magento = 0.84, Yellow = 0.82 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 25 | 28 | - |
| CMYK | 0 | 0.84 | 0.82 | 0.39 |
| HSL | 358.62º | 0.72% | 0.35% | - |
| HSV(B) | 358.62º | 0.84% | 0.61% | - |
| XYZ | 14.07 | 7.75 | 1.85 | - |
| YUV | 64.21 | 107.57 | 192.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 25 | 28 | 0 | 0.84 | 0.82 | 0.39 | 358.62 | 0.72 | 0.35 |
| Hex | 9B | 19 | 1C | 0 | 54 | 52 | 27 | 167 | 48 | 23 |
| Octal | 233 | 31 | 34 | 0 | 124 | 122 | 47 | 547 | 110 | 43 |
| Binary | 10011011 | 11001 | 11100 | 0 | 1010100 | 1010010 | 100111 | 101100111 | 1001000 | 100011 |
Color Harmonies of #9B191C
Complementary color
Monochromatic Colors of #9B191C
Black with #9B191C
Text Example
Text Example
White with #9B191C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B191C; }
p { color: rgb(155,25,28); }
H1.HeaderClassName
{
color: #9B191C;
}
.AnyTagClassName
{
color: #9B191C;
}
</style>
background-color css
<style>
a { background-color: #9B191C; }
a { background-color: rgb(155,25,28); }
div.DivClassName
{
background-color: #9B191C;
}
.BgClassName
{
background-color: #9B191C;
}
</style>
border-color css
<style>
span { border-color: #9B191C; }
span { border-color: rgb(155,25,28); }
td.TdClassName
{
border-color: #9B191C;
}
.TagClassName
{
border-color: #9B191C;
}
</style>