Shades of Carmine #9B0925
Tints of Carmine #9B0925
RGB
CMYK
RGB Variations
Color information
#9B0925 (or 0x9B0925) is known color: Carmine. HEX triplet: 9B, 09 and 25. RGB value is (155,9,37). Sum of RGB (Red+Green+Blue) = 155+9+37=201 (26% of max value = 765). Red value is 155 (60.94% from 255 or 77.11% from 201); Green value is 9 (3.91% from 255 or 4.48% from 201); Blue value is 37 (14.84% from 255 or 18.41% from 201); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0925 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B0925 is #64F6DA. Grayscale: #373737. Windows color (decimal): -6616795 or 2427291. OLE color: 2427291.
HSL color Cylindrical-coordinate representation of color #9B0925: hue angle of 348.49º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9B0925 is Cyan = 0, Magento = 0.94, Yellow = 0.76 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 9 | 37 | - |
| CMYK | 0 | 0.94 | 0.76 | 0.39 |
| HSL | 348.49º | 0.89% | 0.32% | - |
| HSV(B) | 348.49º | 0.94% | 0.61% | - |
| XYZ | 13.95 | 7.3 | 2.42 | - |
| YUV | 55.85 | 117.37 | 198.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 9 | 37 | 0 | 0.94 | 0.76 | 0.39 | 348.49 | 0.89 | 0.32 |
| Hex | 9B | 9 | 25 | 0 | 5E | 4C | 27 | 15C | 59 | 20 |
| Octal | 233 | 11 | 45 | 0 | 136 | 114 | 47 | 534 | 131 | 40 |
| Binary | 10011011 | 1001 | 100101 | 0 | 1011110 | 1001100 | 100111 | 101011100 | 1011001 | 100000 |
Color Harmonies of #9B0925
Complementary color
Monochromatic Colors of #9B0925
Black with #9B0925
Text Example
Text Example
White with #9B0925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B0925; }
p { color: rgb(155,9,37); }
H1.HeaderClassName
{
color: #9B0925;
}
.AnyTagClassName
{
color: #9B0925;
}
</style>
background-color css
<style>
a { background-color: #9B0925; }
a { background-color: rgb(155,9,37); }
div.DivClassName
{
background-color: #9B0925;
}
.BgClassName
{
background-color: #9B0925;
}
</style>
border-color css
<style>
span { border-color: #9B0925; }
span { border-color: rgb(155,9,37); }
td.TdClassName
{
border-color: #9B0925;
}
.TagClassName
{
border-color: #9B0925;
}
</style>