Shades of Carmine #9B012C
Tints of Carmine #9B012C
RGB
CMYK
RGB Variations
Color information
#9B012C (or 0x9B012C) is known color: Carmine. HEX triplet: 9B, 01 and 2C. RGB value is (155,1,44). Sum of RGB (Red+Green+Blue) = 155+1+44=200 (26% of max value = 765). Red value is 155 (60.94% from 255 or 77.5% from 200); Green value is 1 (0.78% from 255 or 0.5% from 200); Blue value is 44 (17.58% from 255 or 22% from 200); Max value from RGB is 155 - color contains mainly: red. Hex color #9B012C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B012C is #64FED3. Grayscale: #333333. Windows color (decimal): -6618836 or 2883995. OLE color: 2883995.
HSL color Cylindrical-coordinate representation of color #9B012C: hue angle of 343.25º degrees, saturation: 0.99, 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 #9B012C is Cyan = 0, Magento = 0.99, Yellow = 0.72 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 1 | 44 | - |
| CMYK | 0 | 0.99 | 0.72 | 0.39 |
| HSL | 343.25º | 0.99% | 0.31% | - |
| HSV(B) | 343.25º | 0.99% | 0.61% | - |
| XYZ | 13.98 | 7.17 | 3.03 | - |
| YUV | 51.95 | 123.52 | 201.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 1 | 44 | 0 | 0.99 | 0.72 | 0.39 | 343.25 | 0.99 | 0.31 |
| Hex | 9B | 1 | 2C | 0 | 63 | 48 | 27 | 157 | 63 | 1F |
| Octal | 233 | 1 | 54 | 0 | 143 | 110 | 47 | 527 | 143 | 37 |
| Binary | 10011011 | 1 | 101100 | 0 | 1100011 | 1001000 | 100111 | 101010111 | 1100011 | 11111 |
Color Harmonies of #9B012C
Complementary color
Monochromatic Colors of #9B012C
Black with #9B012C
Text Example
Text Example
White with #9B012C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B012C; }
p { color: rgb(155,1,44); }
H1.HeaderClassName
{
color: #9B012C;
}
.AnyTagClassName
{
color: #9B012C;
}
</style>
background-color css
<style>
a { background-color: #9B012C; }
a { background-color: rgb(155,1,44); }
div.DivClassName
{
background-color: #9B012C;
}
.BgClassName
{
background-color: #9B012C;
}
</style>
border-color css
<style>
span { border-color: #9B012C; }
span { border-color: rgb(155,1,44); }
td.TdClassName
{
border-color: #9B012C;
}
.TagClassName
{
border-color: #9B012C;
}
</style>