Shades of Carmine #9B022C
Tints of Carmine #9B022C
RGB
CMYK
RGB Variations
Color information
#9B022C (or 0x9B022C) is known color: Carmine. HEX triplet: 9B, 02 and 2C. RGB value is (155,2,44). Sum of RGB (Red+Green+Blue) = 155+2+44=201 (26% of max value = 765). Red value is 155 (60.94% from 255 or 77.11% from 201); Green value is 2 (1.17% from 255 or 1.00% from 201); Blue value is 44 (17.58% from 255 or 21.89% from 201); Max value from RGB is 155 - color contains mainly: red. Hex color #9B022C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B022C is #64FDD3. Grayscale: #343434. Windows color (decimal): -6618580 or 2884251. OLE color: 2884251.
HSL color Cylindrical-coordinate representation of color #9B022C: hue angle of 343.53º 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 #9B022C is Cyan = 0, Magento = 0.99, Yellow = 0.72 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 2 | 44 | - |
| CMYK | 0 | 0.99 | 0.72 | 0.39 |
| HSL | 343.53º | 0.97% | 0.31% | - |
| HSV(B) | 343.53º | 0.99% | 0.61% | - |
| XYZ | 13.99 | 7.19 | 3.03 | - |
| YUV | 52.54 | 123.19 | 201.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 2 | 44 | 0 | 0.99 | 0.72 | 0.39 | 343.53 | 0.97 | 0.31 |
| Hex | 9B | 2 | 2C | 0 | 63 | 48 | 27 | 158 | 61 | 1F |
| Octal | 233 | 2 | 54 | 0 | 143 | 110 | 47 | 530 | 141 | 37 |
| Binary | 10011011 | 10 | 101100 | 0 | 1100011 | 1001000 | 100111 | 101011000 | 1100001 | 11111 |
Color Harmonies of #9B022C
Complementary color
Monochromatic Colors of #9B022C
Black with #9B022C
Text Example
Text Example
White with #9B022C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B022C; }
p { color: rgb(155,2,44); }
H1.HeaderClassName
{
color: #9B022C;
}
.AnyTagClassName
{
color: #9B022C;
}
</style>
background-color css
<style>
a { background-color: #9B022C; }
a { background-color: rgb(155,2,44); }
div.DivClassName
{
background-color: #9B022C;
}
.BgClassName
{
background-color: #9B022C;
}
</style>
border-color css
<style>
span { border-color: #9B022C; }
span { border-color: rgb(155,2,44); }
td.TdClassName
{
border-color: #9B022C;
}
.TagClassName
{
border-color: #9B022C;
}
</style>