Shades of Carmine #9B0417
Tints of Carmine #9B0417
RGB
CMYK
RGB Variations
Color information
#9B0417 (or 0x9B0417) is known color: Carmine. HEX triplet: 9B, 04 and 17. RGB value is (155,4,23). Sum of RGB (Red+Green+Blue) = 155+4+23=182 (24% of max value = 765). Red value is 155 (60.94% from 255 or 85.16% from 182); Green value is 4 (1.95% from 255 or 2.20% from 182); Blue value is 23 (9.38% from 255 or 12.64% from 182); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0417 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9B0417 is #64FBE8. Grayscale: #333333. Windows color (decimal): -6618089 or 1508507. OLE color: 1508507.
HSL color Cylindrical-coordinate representation of color #9B0417: hue angle of 352.45º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9B0417 is Cyan = 0, Magento = 0.97, Yellow = 0.85 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 4 | 23 | - |
| CMYK | 0 | 0.97 | 0.85 | 0.39 |
| HSL | 352.45º | 0.95% | 0.31% | - |
| HSV(B) | 352.45º | 0.97% | 0.61% | - |
| XYZ | 13.72 | 7.12 | 1.46 | - |
| YUV | 51.32 | 112.03 | 201.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 4 | 23 | 0 | 0.97 | 0.85 | 0.39 | 352.45 | 0.95 | 0.31 |
| Hex | 9B | 4 | 17 | 0 | 61 | 55 | 27 | 160 | 5F | 1F |
| Octal | 233 | 4 | 27 | 0 | 141 | 125 | 47 | 540 | 137 | 37 |
| Binary | 10011011 | 100 | 10111 | 0 | 1100001 | 1010101 | 100111 | 101100000 | 1011111 | 11111 |
Color Harmonies of #9B0417
Complementary color
Monochromatic Colors of #9B0417
Black with #9B0417
Text Example
Text Example
White with #9B0417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B0417; }
p { color: rgb(155,4,23); }
H1.HeaderClassName
{
color: #9B0417;
}
.AnyTagClassName
{
color: #9B0417;
}
</style>
background-color css
<style>
a { background-color: #9B0417; }
a { background-color: rgb(155,4,23); }
div.DivClassName
{
background-color: #9B0417;
}
.BgClassName
{
background-color: #9B0417;
}
</style>
border-color css
<style>
span { border-color: #9B0417; }
span { border-color: rgb(155,4,23); }
td.TdClassName
{
border-color: #9B0417;
}
.TagClassName
{
border-color: #9B0417;
}
</style>