Shades of Carmine #9B102A
Tints of Carmine #9B102A
RGB
CMYK
RGB Variations
Color information
#9B102A (or 0x9B102A) is known color: Carmine. HEX triplet: 9B, 10 and 2A. RGB value is (155,16,42). Sum of RGB (Red+Green+Blue) = 155+16+42=213 (28% of max value = 765). Red value is 155 (60.94% from 255 or 72.77% from 213); Green value is 16 (6.64% from 255 or 7.51% from 213); Blue value is 42 (16.80% from 255 or 19.72% from 213); Max value from RGB is 155 - color contains mainly: red. Hex color #9B102A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B102A is #64EFD5. Grayscale: #3C3C3C. Windows color (decimal): -6614998 or 2756763. OLE color: 2756763.
HSL color Cylindrical-coordinate representation of color #9B102A: hue angle of 348.78º 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 #9B102A is Cyan = 0, Magento = 0.90, Yellow = 0.73 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 16 | 42 | - |
| CMYK | 0 | 0.90 | 0.73 | 0.39 |
| HSL | 348.78º | 0.81% | 0.34% | - |
| HSV(B) | 348.78º | 0.9% | 0.61% | - |
| XYZ | 14.12 | 7.51 | 2.9 | - |
| YUV | 60.53 | 117.55 | 195.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 16 | 42 | 0 | 0.90 | 0.73 | 0.39 | 348.78 | 0.81 | 0.34 |
| Hex | 9B | 10 | 2A | 0 | 5A | 49 | 27 | 15D | 51 | 22 |
| Octal | 233 | 20 | 52 | 0 | 132 | 111 | 47 | 535 | 121 | 42 |
| Binary | 10011011 | 10000 | 101010 | 0 | 1011010 | 1001001 | 100111 | 101011101 | 1010001 | 100010 |
Color Harmonies of #9B102A
Complementary color
Monochromatic Colors of #9B102A
Black with #9B102A
Text Example
Text Example
White with #9B102A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B102A; }
p { color: rgb(155,16,42); }
H1.HeaderClassName
{
color: #9B102A;
}
.AnyTagClassName
{
color: #9B102A;
}
</style>
background-color css
<style>
a { background-color: #9B102A; }
a { background-color: rgb(155,16,42); }
div.DivClassName
{
background-color: #9B102A;
}
.BgClassName
{
background-color: #9B102A;
}
</style>
border-color css
<style>
span { border-color: #9B102A; }
span { border-color: rgb(155,16,42); }
td.TdClassName
{
border-color: #9B102A;
}
.TagClassName
{
border-color: #9B102A;
}
</style>