Shades of Carmine #9B051C
Tints of Carmine #9B051C
RGB
CMYK
RGB Variations
Color information
#9B051C (or 0x9B051C) is known color: Carmine. HEX triplet: 9B, 05 and 1C. RGB value is (155,5,28). Sum of RGB (Red+Green+Blue) = 155+5+28=188 (24% of max value = 765). Red value is 155 (60.94% from 255 or 82.45% from 188); Green value is 5 (2.34% from 255 or 2.66% from 188); Blue value is 28 (11.33% from 255 or 14.89% from 188); Max value from RGB is 155 - color contains mainly: red. Hex color #9B051C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B051C is #64FAE3. Grayscale: #343434. Windows color (decimal): -6617828 or 1836443. OLE color: 1836443.
HSL color Cylindrical-coordinate representation of color #9B051C: hue angle of 350.8º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9B051C is Cyan = 0, Magento = 0.97, Yellow = 0.82 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 5 | 28 | - |
| CMYK | 0 | 0.97 | 0.82 | 0.39 |
| HSL | 350.8º | 0.94% | 0.31% | - |
| HSV(B) | 350.8º | 0.97% | 0.61% | - |
| XYZ | 13.78 | 7.16 | 1.75 | - |
| YUV | 52.47 | 114.2 | 201.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 5 | 28 | 0 | 0.97 | 0.82 | 0.39 | 350.8 | 0.94 | 0.31 |
| Hex | 9B | 5 | 1C | 0 | 61 | 52 | 27 | 15F | 5E | 1F |
| Octal | 233 | 5 | 34 | 0 | 141 | 122 | 47 | 537 | 136 | 37 |
| Binary | 10011011 | 101 | 11100 | 0 | 1100001 | 1010010 | 100111 | 101011111 | 1011110 | 11111 |
Color Harmonies of #9B051C
Complementary color
Monochromatic Colors of #9B051C
Black with #9B051C
Text Example
Text Example
White with #9B051C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B051C; }
p { color: rgb(155,5,28); }
H1.HeaderClassName
{
color: #9B051C;
}
.AnyTagClassName
{
color: #9B051C;
}
</style>
background-color css
<style>
a { background-color: #9B051C; }
a { background-color: rgb(155,5,28); }
div.DivClassName
{
background-color: #9B051C;
}
.BgClassName
{
background-color: #9B051C;
}
</style>
border-color css
<style>
span { border-color: #9B051C; }
span { border-color: rgb(155,5,28); }
td.TdClassName
{
border-color: #9B051C;
}
.TagClassName
{
border-color: #9B051C;
}
</style>