Shades of Carmine #9B0F25
Tints of Carmine #9B0F25
RGB
CMYK
RGB Variations
Color information
#9B0F25 (or 0x9B0F25) is known color: Carmine. HEX triplet: 9B, 0F and 25. RGB value is (155,15,37). Sum of RGB (Red+Green+Blue) = 155+15+37=207 (27% of max value = 765). Red value is 155 (60.94% from 255 or 74.88% from 207); Green value is 15 (6.25% from 255 or 7.25% from 207); Blue value is 37 (14.84% from 255 or 17.87% from 207); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0F25 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B0F25 is #64F0DA. Grayscale: #3B3B3B. Windows color (decimal): -6615259 or 2428827. OLE color: 2428827.
HSL color Cylindrical-coordinate representation of color #9B0F25: hue angle of 350.57º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9B0F25 is Cyan = 0, Magento = 0.90, Yellow = 0.76 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 15 | 37 | - |
| CMYK | 0 | 0.90 | 0.76 | 0.39 |
| HSL | 350.57º | 0.82% | 0.33% | - |
| HSV(B) | 350.57º | 0.9% | 0.61% | - |
| XYZ | 14.02 | 7.44 | 2.45 | - |
| YUV | 59.37 | 115.38 | 196.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 15 | 37 | 0 | 0.90 | 0.76 | 0.39 | 350.57 | 0.82 | 0.33 |
| Hex | 9B | F | 25 | 0 | 5A | 4C | 27 | 15F | 52 | 21 |
| Octal | 233 | 17 | 45 | 0 | 132 | 114 | 47 | 537 | 122 | 41 |
| Binary | 10011011 | 1111 | 100101 | 0 | 1011010 | 1001100 | 100111 | 101011111 | 1010010 | 100001 |
Color Harmonies of #9B0F25
Complementary color
Monochromatic Colors of #9B0F25
Black with #9B0F25
Text Example
Text Example
White with #9B0F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B0F25; }
p { color: rgb(155,15,37); }
H1.HeaderClassName
{
color: #9B0F25;
}
.AnyTagClassName
{
color: #9B0F25;
}
</style>
background-color css
<style>
a { background-color: #9B0F25; }
a { background-color: rgb(155,15,37); }
div.DivClassName
{
background-color: #9B0F25;
}
.BgClassName
{
background-color: #9B0F25;
}
</style>
border-color css
<style>
span { border-color: #9B0F25; }
span { border-color: rgb(155,15,37); }
td.TdClassName
{
border-color: #9B0F25;
}
.TagClassName
{
border-color: #9B0F25;
}
</style>