Shades of Carmine #9B012B
Tints of Carmine #9B012B
RGB
CMYK
RGB Variations
Color information
#9B012B (or 0x9B012B) is known color: Carmine. HEX triplet: 9B, 01 and 2B. RGB value is (155,1,43). Sum of RGB (Red+Green+Blue) = 155+1+43=199 (26% of max value = 765). Red value is 155 (60.94% from 255 or 77.89% from 199); Green value is 1 (0.78% from 255 or 0.50% from 199); Blue value is 43 (17.19% from 255 or 21.61% from 199); Max value from RGB is 155 - color contains mainly: red. Hex color #9B012B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B012B is #64FED4. Grayscale: #333333. Windows color (decimal): -6618837 or 2818459. OLE color: 2818459.
HSL color Cylindrical-coordinate representation of color #9B012B: hue angle of 343.64º 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 #9B012B is Cyan = 0, Magento = 0.99, Yellow = 0.72 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 1 | 43 | - |
| CMYK | 0 | 0.99 | 0.72 | 0.39 |
| HSL | 343.64º | 0.99% | 0.31% | - |
| HSV(B) | 343.64º | 0.99% | 0.61% | - |
| XYZ | 13.96 | 7.16 | 2.93 | - |
| YUV | 51.83 | 123.02 | 201.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 1 | 43 | 0 | 0.99 | 0.72 | 0.39 | 343.64 | 0.99 | 0.31 |
| Hex | 9B | 1 | 2B | 0 | 63 | 48 | 27 | 158 | 63 | 1F |
| Octal | 233 | 1 | 53 | 0 | 143 | 110 | 47 | 530 | 143 | 37 |
| Binary | 10011011 | 1 | 101011 | 0 | 1100011 | 1001000 | 100111 | 101011000 | 1100011 | 11111 |
Color Harmonies of #9B012B
Complementary color
Monochromatic Colors of #9B012B
Black with #9B012B
Text Example
Text Example
White with #9B012B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B012B; }
p { color: rgb(155,1,43); }
H1.HeaderClassName
{
color: #9B012B;
}
.AnyTagClassName
{
color: #9B012B;
}
</style>
background-color css
<style>
a { background-color: #9B012B; }
a { background-color: rgb(155,1,43); }
div.DivClassName
{
background-color: #9B012B;
}
.BgClassName
{
background-color: #9B012B;
}
</style>
border-color css
<style>
span { border-color: #9B012B; }
span { border-color: rgb(155,1,43); }
td.TdClassName
{
border-color: #9B012B;
}
.TagClassName
{
border-color: #9B012B;
}
</style>