Shades of Carmine #9B001C
Tints of Carmine #9B001C
RGB
CMYK
RGB Variations
Color information
#9B001C (or 0x9B001C) is known color: Carmine. HEX triplet: 9B, 00 and 1C. RGB value is (155,0,28). Sum of RGB (Red+Green+Blue) = 155+0+28=183 (24% of max value = 765). Red value is 155 (60.94% from 255 or 84.70% from 183); Green value is 0 (0.39% from 255 or 0% from 183); Blue value is 28 (11.33% from 255 or 15.30% from 183); Max value from RGB is 155 - color contains mainly: red. Hex color #9B001C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B001C is #64FFE3. Grayscale: #313131. Windows color (decimal): -6619108 or 1835163. OLE color: 1835163.
HSL color Cylindrical-coordinate representation of color #9B001C: hue angle of 349.16º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9B001C is Cyan = 0, Magento = 1, Yellow = 0.82 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 0 | 28 | - |
| CMYK | 0 | 1 | 0.82 | 0.39 |
| HSL | 349.16º | 1% | 0.3% | - |
| HSV(B) | 349.16º | 1% | 0.61% | - |
| XYZ | 13.73 | 7.05 | 1.74 | - |
| YUV | 49.54 | 115.85 | 203.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 0 | 28 | 0 | 1 | 0.82 | 0.39 | 349.16 | 1 | 0.3 |
| Hex | 9B | 0 | 1C | 0 | 64 | 52 | 27 | 15D | 64 | 1E |
| Octal | 233 | 0 | 34 | 0 | 144 | 122 | 47 | 535 | 144 | 36 |
| Binary | 10011011 | 0 | 11100 | 0 | 1100100 | 1010010 | 100111 | 101011101 | 1100100 | 11110 |
Color Harmonies of #9B001C
Complementary color
Monochromatic Colors of #9B001C
Black with #9B001C
Text Example
Text Example
White with #9B001C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B001C; }
p { color: rgb(155,0,28); }
H1.HeaderClassName
{
color: #9B001C;
}
.AnyTagClassName
{
color: #9B001C;
}
</style>
background-color css
<style>
a { background-color: #9B001C; }
a { background-color: rgb(155,0,28); }
div.DivClassName
{
background-color: #9B001C;
}
.BgClassName
{
background-color: #9B001C;
}
</style>
border-color css
<style>
span { border-color: #9B001C; }
span { border-color: rgb(155,0,28); }
td.TdClassName
{
border-color: #9B001C;
}
.TagClassName
{
border-color: #9B001C;
}
</style>