Shades of Carmine #9B0113
Tints of Carmine #9B0113
RGB
CMYK
RGB Variations
Color information
#9B0113 (or 0x9B0113) is known color: Carmine. HEX triplet: 9B, 01 and 13. RGB value is (155,1,19). Sum of RGB (Red+Green+Blue) = 155+1+19=175 (23% of max value = 765). Red value is 155 (60.94% from 255 or 88.57% from 175); Green value is 1 (0.78% from 255 or 0.57% from 175); Blue value is 19 (7.81% from 255 or 10.86% from 175); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0113 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9B0113 is #64FEEC. Grayscale: #313131. Windows color (decimal): -6618861 or 1245595. OLE color: 1245595.
HSL color Cylindrical-coordinate representation of color #9B0113: hue angle of 352.99º 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 #9B0113 is Cyan = 0, Magento = 0.99, Yellow = 0.88 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 1 | 19 | - |
| CMYK | 0 | 0.99 | 0.88 | 0.39 |
| HSL | 352.99º | 0.99% | 0.31% | - |
| HSV(B) | 352.99º | 0.99% | 0.61% | - |
| XYZ | 13.65 | 7.04 | 1.26 | - |
| YUV | 49.1 | 111.02 | 203.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 1 | 19 | 0 | 0.99 | 0.88 | 0.39 | 352.99 | 0.99 | 0.31 |
| Hex | 9B | 1 | 13 | 0 | 63 | 58 | 27 | 161 | 63 | 1F |
| Octal | 233 | 1 | 23 | 0 | 143 | 130 | 47 | 541 | 143 | 37 |
| Binary | 10011011 | 1 | 10011 | 0 | 1100011 | 1011000 | 100111 | 101100001 | 1100011 | 11111 |
Color Harmonies of #9B0113
Complementary color
Monochromatic Colors of #9B0113
Black with #9B0113
Text Example
Text Example
White with #9B0113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B0113; }
p { color: rgb(155,1,19); }
H1.HeaderClassName
{
color: #9B0113;
}
.AnyTagClassName
{
color: #9B0113;
}
</style>
background-color css
<style>
a { background-color: #9B0113; }
a { background-color: rgb(155,1,19); }
div.DivClassName
{
background-color: #9B0113;
}
.BgClassName
{
background-color: #9B0113;
}
</style>
border-color css
<style>
span { border-color: #9B0113; }
span { border-color: rgb(155,1,19); }
td.TdClassName
{
border-color: #9B0113;
}
.TagClassName
{
border-color: #9B0113;
}
</style>