Shades of Carmine #910024
Tints of Carmine #910024
RGB
CMYK
RGB Variations
Color information
#910024 (or 0x910024) is known color: Carmine. HEX triplet: 91, 00 and 24. RGB value is (145,0,36). Sum of RGB (Red+Green+Blue) = 145+0+36=181 (23% of max value = 765). Red value is 145 (57.03% from 255 or 80.11% from 181); Green value is 0 (0.39% from 255 or 0% from 181); Blue value is 36 (14.45% from 255 or 19.89% from 181); Max value from RGB is 145 - color contains mainly: red. Hex color #910024 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #910024 is #6EFFDB. Grayscale: #2F2F2F. Windows color (decimal): -7274460 or 2359441. OLE color: 2359441.
HSL color Cylindrical-coordinate representation of color #910024: hue angle of 345.1º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #910024 is Cyan = 0, Magento = 1, Yellow = 0.75 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 0 | 36 | - |
| CMYK | 0 | 1 | 0.75 | 0.43 |
| HSL | 345.1º | 1% | 0.28% | - |
| HSV(B) | 345.1º | 1% | 0.57% | - |
| XYZ | 12 | 6.15 | 2.22 | - |
| YUV | 47.46 | 121.54 | 197.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 0 | 36 | 0 | 1 | 0.75 | 0.43 | 345.1 | 1 | 0.28 |
| Hex | 91 | 0 | 24 | 0 | 64 | 4B | 2B | 159 | 64 | 1C |
| Octal | 221 | 0 | 44 | 0 | 144 | 113 | 53 | 531 | 144 | 34 |
| Binary | 10010001 | 0 | 100100 | 0 | 1100100 | 1001011 | 101011 | 101011001 | 1100100 | 11100 |
Color Harmonies of #910024
Complementary color
Monochromatic Colors of #910024
Black with #910024
Text Example
Text Example
White with #910024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910024; }
p { color: rgb(145,0,36); }
H1.HeaderClassName
{
color: #910024;
}
.AnyTagClassName
{
color: #910024;
}
</style>
background-color css
<style>
a { background-color: #910024; }
a { background-color: rgb(145,0,36); }
div.DivClassName
{
background-color: #910024;
}
.BgClassName
{
background-color: #910024;
}
</style>
border-color css
<style>
span { border-color: #910024; }
span { border-color: rgb(145,0,36); }
td.TdClassName
{
border-color: #910024;
}
.TagClassName
{
border-color: #910024;
}
</style>