Shades of Carmine #9B0223
Tints of Carmine #9B0223
RGB
CMYK
RGB Variations
Color information
#9B0223 (or 0x9B0223) is known color: Carmine. HEX triplet: 9B, 02 and 23. RGB value is (155,2,35). Sum of RGB (Red+Green+Blue) = 155+2+35=192 (25% of max value = 765). Red value is 155 (60.94% from 255 or 80.73% from 192); Green value is 2 (1.17% from 255 or 1.04% from 192); Blue value is 35 (14.06% from 255 or 18.23% from 192); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0223 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B0223 is #64FDDC. Grayscale: #333333. Windows color (decimal): -6618589 or 2294427. OLE color: 2294427.
HSL color Cylindrical-coordinate representation of color #9B0223: hue angle of 347.06º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9B0223 is Cyan = 0, Magento = 0.99, Yellow = 0.77 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 2 | 35 | - |
| CMYK | 0 | 0.99 | 0.77 | 0.39 |
| HSL | 347.06º | 0.97% | 0.31% | - |
| HSV(B) | 347.06º | 0.99% | 0.61% | - |
| XYZ | 13.84 | 7.13 | 2.24 | - |
| YUV | 51.51 | 118.69 | 201.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 2 | 35 | 0 | 0.99 | 0.77 | 0.39 | 347.06 | 0.97 | 0.31 |
| Hex | 9B | 2 | 23 | 0 | 63 | 4D | 27 | 15B | 61 | 1F |
| Octal | 233 | 2 | 43 | 0 | 143 | 115 | 47 | 533 | 141 | 37 |
| Binary | 10011011 | 10 | 100011 | 0 | 1100011 | 1001101 | 100111 | 101011011 | 1100001 | 11111 |
Color Harmonies of #9B0223
Complementary color
Monochromatic Colors of #9B0223
Black with #9B0223
Text Example
Text Example
White with #9B0223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B0223; }
p { color: rgb(155,2,35); }
H1.HeaderClassName
{
color: #9B0223;
}
.AnyTagClassName
{
color: #9B0223;
}
</style>
background-color css
<style>
a { background-color: #9B0223; }
a { background-color: rgb(155,2,35); }
div.DivClassName
{
background-color: #9B0223;
}
.BgClassName
{
background-color: #9B0223;
}
</style>
border-color css
<style>
span { border-color: #9B0223; }
span { border-color: rgb(155,2,35); }
td.TdClassName
{
border-color: #9B0223;
}
.TagClassName
{
border-color: #9B0223;
}
</style>