Shades of Carmine #9B0724
Tints of Carmine #9B0724
RGB
CMYK
RGB Variations
Color information
#9B0724 (or 0x9B0724) is known color: Carmine. HEX triplet: 9B, 07 and 24. RGB value is (155,7,36). Sum of RGB (Red+Green+Blue) = 155+7+36=198 (26% of max value = 765). Red value is 155 (60.94% from 255 or 78.28% from 198); Green value is 7 (3.12% from 255 or 3.54% from 198); Blue value is 36 (14.45% from 255 or 18.18% from 198); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0724 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B0724 is #64F8DB. Grayscale: #363636. Windows color (decimal): -6617308 or 2361243. OLE color: 2361243.
HSL color Cylindrical-coordinate representation of color #9B0724: hue angle of 348.24º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9B0724 is Cyan = 0, Magento = 0.95, Yellow = 0.77 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 7 | 36 | - |
| CMYK | 0 | 0.95 | 0.77 | 0.39 |
| HSL | 348.24º | 0.91% | 0.32% | - |
| HSV(B) | 348.24º | 0.95% | 0.61% | - |
| XYZ | 13.91 | 7.25 | 2.33 | - |
| YUV | 54.56 | 117.53 | 199.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 7 | 36 | 0 | 0.95 | 0.77 | 0.39 | 348.24 | 0.91 | 0.32 |
| Hex | 9B | 7 | 24 | 0 | 5F | 4D | 27 | 15C | 5B | 20 |
| Octal | 233 | 7 | 44 | 0 | 137 | 115 | 47 | 534 | 133 | 40 |
| Binary | 10011011 | 111 | 100100 | 0 | 1011111 | 1001101 | 100111 | 101011100 | 1011011 | 100000 |
Color Harmonies of #9B0724
Complementary color
Monochromatic Colors of #9B0724
Black with #9B0724
Text Example
Text Example
White with #9B0724
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B0724; }
p { color: rgb(155,7,36); }
H1.HeaderClassName
{
color: #9B0724;
}
.AnyTagClassName
{
color: #9B0724;
}
</style>
background-color css
<style>
a { background-color: #9B0724; }
a { background-color: rgb(155,7,36); }
div.DivClassName
{
background-color: #9B0724;
}
.BgClassName
{
background-color: #9B0724;
}
</style>
border-color css
<style>
span { border-color: #9B0724; }
span { border-color: rgb(155,7,36); }
td.TdClassName
{
border-color: #9B0724;
}
.TagClassName
{
border-color: #9B0724;
}
</style>