Shades of Carmine #9B1019
Tints of Carmine #9B1019
RGB
CMYK
RGB Variations
Color information
#9B1019 (or 0x9B1019) is known color: Carmine. HEX triplet: 9B, 10 and 19. RGB value is (155,16,25). Sum of RGB (Red+Green+Blue) = 155+16+25=196 (25% of max value = 765). Red value is 155 (60.94% from 255 or 79.08% from 196); Green value is 16 (6.64% from 255 or 8.16% from 196); Blue value is 25 (10.16% from 255 or 12.76% from 196); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1019 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9B1019 is #64EFE6. Grayscale: #3A3A3A. Windows color (decimal): -6615015 or 1642651. OLE color: 1642651.
HSL color Cylindrical-coordinate representation of color #9B1019: hue angle of 356.12º 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 #9B1019 is Cyan = 0, Magento = 0.90, Yellow = 0.84 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 16 | 25 | - |
| CMYK | 0 | 0.90 | 0.84 | 0.39 |
| HSL | 356.12º | 0.81% | 0.34% | - |
| HSV(B) | 356.12º | 0.9% | 0.61% | - |
| XYZ | 13.88 | 7.41 | 1.62 | - |
| YUV | 58.59 | 109.05 | 196.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 16 | 25 | 0 | 0.90 | 0.84 | 0.39 | 356.12 | 0.81 | 0.34 |
| Hex | 9B | 10 | 19 | 0 | 5A | 54 | 27 | 164 | 51 | 22 |
| Octal | 233 | 20 | 31 | 0 | 132 | 124 | 47 | 544 | 121 | 42 |
| Binary | 10011011 | 10000 | 11001 | 0 | 1011010 | 1010100 | 100111 | 101100100 | 1010001 | 100010 |
Color Harmonies of #9B1019
Complementary color
Monochromatic Colors of #9B1019
Black with #9B1019
Text Example
Text Example
White with #9B1019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B1019; }
p { color: rgb(155,16,25); }
H1.HeaderClassName
{
color: #9B1019;
}
.AnyTagClassName
{
color: #9B1019;
}
</style>
background-color css
<style>
a { background-color: #9B1019; }
a { background-color: rgb(155,16,25); }
div.DivClassName
{
background-color: #9B1019;
}
.BgClassName
{
background-color: #9B1019;
}
</style>
border-color css
<style>
span { border-color: #9B1019; }
span { border-color: rgb(155,16,25); }
td.TdClassName
{
border-color: #9B1019;
}
.TagClassName
{
border-color: #9B1019;
}
</style>