Shades of Carmine #9B1023
Tints of Carmine #9B1023
RGB
CMYK
RGB Variations
Color information
#9B1023 (or 0x9B1023) is known color: Carmine. HEX triplet: 9B, 10 and 23. RGB value is (155,16,35). Sum of RGB (Red+Green+Blue) = 155+16+35=206 (27% of max value = 765). Red value is 155 (60.94% from 255 or 75.24% from 206); Green value is 16 (6.64% from 255 or 7.77% from 206); Blue value is 35 (14.06% from 255 or 16.99% from 206); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1023 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B1023 is #64EFDC. Grayscale: #3B3B3B. Windows color (decimal): -6615005 or 2298011. OLE color: 2298011.
HSL color Cylindrical-coordinate representation of color #9B1023: hue angle of 351.8º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9B1023 is Cyan = 0, Magento = 0.90, Yellow = 0.77 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 16 | 35 | - |
| CMYK | 0 | 0.90 | 0.77 | 0.39 |
| HSL | 351.8º | 0.81% | 0.34% | - |
| HSV(B) | 351.8º | 0.9% | 0.61% | - |
| XYZ | 14.01 | 7.46 | 2.29 | - |
| YUV | 59.73 | 114.05 | 195.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 16 | 35 | 0 | 0.90 | 0.77 | 0.39 | 351.8 | 0.81 | 0.34 |
| Hex | 9B | 10 | 23 | 0 | 5A | 4D | 27 | 160 | 51 | 22 |
| Octal | 233 | 20 | 43 | 0 | 132 | 115 | 47 | 540 | 121 | 42 |
| Binary | 10011011 | 10000 | 100011 | 0 | 1011010 | 1001101 | 100111 | 101100000 | 1010001 | 100010 |
Color Harmonies of #9B1023
Complementary color
Monochromatic Colors of #9B1023
Black with #9B1023
Text Example
Text Example
White with #9B1023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B1023; }
p { color: rgb(155,16,35); }
H1.HeaderClassName
{
color: #9B1023;
}
.AnyTagClassName
{
color: #9B1023;
}
</style>
background-color css
<style>
a { background-color: #9B1023; }
a { background-color: rgb(155,16,35); }
div.DivClassName
{
background-color: #9B1023;
}
.BgClassName
{
background-color: #9B1023;
}
</style>
border-color css
<style>
span { border-color: #9B1023; }
span { border-color: rgb(155,16,35); }
td.TdClassName
{
border-color: #9B1023;
}
.TagClassName
{
border-color: #9B1023;
}
</style>