Shades of Carmine #911024
Tints of Carmine #911024
RGB
CMYK
RGB Variations
Color information
#911024 (or 0x911024) is known color: Carmine. HEX triplet: 91, 10 and 24. RGB value is (145,16,36). Sum of RGB (Red+Green+Blue) = 145+16+36=197 (26% of max value = 765). Red value is 145 (57.03% from 255 or 73.60% from 197); Green value is 16 (6.64% from 255 or 8.12% from 197); Blue value is 36 (14.45% from 255 or 18.27% from 197); Max value from RGB is 145 - color contains mainly: red. Hex color #911024 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #911024 is #6EEFDB. Grayscale: #383838. Windows color (decimal): -7270364 or 2363537. OLE color: 2363537.
HSL color Cylindrical-coordinate representation of color #911024: hue angle of 350.7º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #911024 is Cyan = 0, Magento = 0.89, Yellow = 0.75 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 16 | 36 | - |
| CMYK | 0 | 0.89 | 0.75 | 0.43 |
| HSL | 350.7º | 0.8% | 0.32% | - |
| HSV(B) | 350.7º | 0.89% | 0.57% | - |
| XYZ | 12.18 | 6.52 | 2.29 | - |
| YUV | 56.85 | 116.24 | 190.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 16 | 36 | 0 | 0.89 | 0.75 | 0.43 | 350.7 | 0.8 | 0.32 |
| Hex | 91 | 10 | 24 | 0 | 59 | 4B | 2B | 15F | 50 | 20 |
| Octal | 221 | 20 | 44 | 0 | 131 | 113 | 53 | 537 | 120 | 40 |
| Binary | 10010001 | 10000 | 100100 | 0 | 1011001 | 1001011 | 101011 | 101011111 | 1010000 | 100000 |
Color Harmonies of #911024
Complementary color
Monochromatic Colors of #911024
Black with #911024
Text Example
Text Example
White with #911024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #911024; }
p { color: rgb(145,16,36); }
H1.HeaderClassName
{
color: #911024;
}
.AnyTagClassName
{
color: #911024;
}
</style>
background-color css
<style>
a { background-color: #911024; }
a { background-color: rgb(145,16,36); }
div.DivClassName
{
background-color: #911024;
}
.BgClassName
{
background-color: #911024;
}
</style>
border-color css
<style>
span { border-color: #911024; }
span { border-color: rgb(145,16,36); }
td.TdClassName
{
border-color: #911024;
}
.TagClassName
{
border-color: #911024;
}
</style>