Shades of Carmine #9B0222
Tints of Carmine #9B0222
RGB
CMYK
RGB Variations
Color information
#9B0222 (or 0x9B0222) is known color: Carmine. HEX triplet: 9B, 02 and 22. RGB value is (155,2,34). Sum of RGB (Red+Green+Blue) = 155+2+34=191 (25% of max value = 765). Red value is 155 (60.94% from 255 or 81.15% from 191); Green value is 2 (1.17% from 255 or 1.05% from 191); Blue value is 34 (13.67% from 255 or 17.80% from 191); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0222 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B0222 is #64FDDD. Grayscale: #333333. Windows color (decimal): -6618590 or 2228891. OLE color: 2228891.
HSL color Cylindrical-coordinate representation of color #9B0222: hue angle of 347.45º 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 #9B0222 is Cyan = 0, Magento = 0.99, Yellow = 0.78 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 2 | 34 | - |
| CMYK | 0 | 0.99 | 0.78 | 0.39 |
| HSL | 347.45º | 0.97% | 0.31% | - |
| HSV(B) | 347.45º | 0.99% | 0.61% | - |
| XYZ | 13.83 | 7.13 | 2.16 | - |
| YUV | 51.4 | 118.19 | 201.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 2 | 34 | 0 | 0.99 | 0.78 | 0.39 | 347.45 | 0.97 | 0.31 |
| Hex | 9B | 2 | 22 | 0 | 63 | 4E | 27 | 15B | 61 | 1F |
| Octal | 233 | 2 | 42 | 0 | 143 | 116 | 47 | 533 | 141 | 37 |
| Binary | 10011011 | 10 | 100010 | 0 | 1100011 | 1001110 | 100111 | 101011011 | 1100001 | 11111 |
Color Harmonies of #9B0222
Complementary color
Monochromatic Colors of #9B0222
Black with #9B0222
Text Example
Text Example
White with #9B0222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B0222; }
p { color: rgb(155,2,34); }
H1.HeaderClassName
{
color: #9B0222;
}
.AnyTagClassName
{
color: #9B0222;
}
</style>
background-color css
<style>
a { background-color: #9B0222; }
a { background-color: rgb(155,2,34); }
div.DivClassName
{
background-color: #9B0222;
}
.BgClassName
{
background-color: #9B0222;
}
</style>
border-color css
<style>
span { border-color: #9B0222; }
span { border-color: rgb(155,2,34); }
td.TdClassName
{
border-color: #9B0222;
}
.TagClassName
{
border-color: #9B0222;
}
</style>