Shades of Carmine #9B0F27
Tints of Carmine #9B0F27
RGB
CMYK
RGB Variations
Color information
#9B0F27 (or 0x9B0F27) is known color: Carmine. HEX triplet: 9B, 0F and 27. RGB value is (155,15,39). Sum of RGB (Red+Green+Blue) = 155+15+39=209 (27% of max value = 765). Red value is 155 (60.94% from 255 or 74.16% from 209); Green value is 15 (6.25% from 255 or 7.18% from 209); Blue value is 39 (15.62% from 255 or 18.66% from 209); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0F27 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B0F27 is #64F0D8. Grayscale: #3B3B3B. Windows color (decimal): -6615257 or 2559899. OLE color: 2559899.
HSL color Cylindrical-coordinate representation of color #9B0F27: hue angle of 349.71º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9B0F27 is Cyan = 0, Magento = 0.90, Yellow = 0.75 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 15 | 39 | - |
| CMYK | 0 | 0.90 | 0.75 | 0.39 |
| HSL | 349.71º | 0.82% | 0.33% | - |
| HSV(B) | 349.71º | 0.9% | 0.61% | - |
| XYZ | 14.05 | 7.46 | 2.62 | - |
| YUV | 59.6 | 116.38 | 196.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 15 | 39 | 0 | 0.90 | 0.75 | 0.39 | 349.71 | 0.82 | 0.33 |
| Hex | 9B | F | 27 | 0 | 5A | 4B | 27 | 15E | 52 | 21 |
| Octal | 233 | 17 | 47 | 0 | 132 | 113 | 47 | 536 | 122 | 41 |
| Binary | 10011011 | 1111 | 100111 | 0 | 1011010 | 1001011 | 100111 | 101011110 | 1010010 | 100001 |
Color Harmonies of #9B0F27
Complementary color
Monochromatic Colors of #9B0F27
Black with #9B0F27
Text Example
Text Example
White with #9B0F27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B0F27; }
p { color: rgb(155,15,39); }
H1.HeaderClassName
{
color: #9B0F27;
}
.AnyTagClassName
{
color: #9B0F27;
}
</style>
background-color css
<style>
a { background-color: #9B0F27; }
a { background-color: rgb(155,15,39); }
div.DivClassName
{
background-color: #9B0F27;
}
.BgClassName
{
background-color: #9B0F27;
}
</style>
border-color css
<style>
span { border-color: #9B0F27; }
span { border-color: rgb(155,15,39); }
td.TdClassName
{
border-color: #9B0F27;
}
.TagClassName
{
border-color: #9B0F27;
}
</style>