Shades of Carmine #911020
Tints of Carmine #911020
RGB
CMYK
RGB Variations
Color information
#911020 (or 0x911020) is known color: Carmine. HEX triplet: 91, 10 and 20. RGB value is (145,16,32). Sum of RGB (Red+Green+Blue) = 145+16+32=193 (25% of max value = 765). Red value is 145 (57.03% from 255 or 75.13% from 193); Green value is 16 (6.64% from 255 or 8.29% from 193); Blue value is 32 (12.89% from 255 or 16.58% from 193); Max value from RGB is 145 - color contains mainly: red. Hex color #911020 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #911020 is #6EEFDF. Grayscale: #383838. Windows color (decimal): -7270368 or 2101393. OLE color: 2101393.
HSL color Cylindrical-coordinate representation of color #911020: hue angle of 352.56º 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 #911020 is Cyan = 0, Magento = 0.89, Yellow = 0.78 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 16 | 32 | - |
| CMYK | 0 | 0.89 | 0.78 | 0.43 |
| HSL | 352.56º | 0.8% | 0.32% | - |
| HSV(B) | 352.56º | 0.89% | 0.57% | - |
| XYZ | 12.12 | 6.49 | 1.98 | - |
| YUV | 56.4 | 114.24 | 191.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 16 | 32 | 0 | 0.89 | 0.78 | 0.43 | 352.56 | 0.8 | 0.32 |
| Hex | 91 | 10 | 20 | 0 | 59 | 4E | 2B | 161 | 50 | 20 |
| Octal | 221 | 20 | 40 | 0 | 131 | 116 | 53 | 541 | 120 | 40 |
| Binary | 10010001 | 10000 | 100000 | 0 | 1011001 | 1001110 | 101011 | 101100001 | 1010000 | 100000 |
Color Harmonies of #911020
Complementary color
Monochromatic Colors of #911020
Black with #911020
Text Example
Text Example
White with #911020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #911020; }
p { color: rgb(145,16,32); }
H1.HeaderClassName
{
color: #911020;
}
.AnyTagClassName
{
color: #911020;
}
</style>
background-color css
<style>
a { background-color: #911020; }
a { background-color: rgb(145,16,32); }
div.DivClassName
{
background-color: #911020;
}
.BgClassName
{
background-color: #911020;
}
</style>
border-color css
<style>
span { border-color: #911020; }
span { border-color: rgb(145,16,32); }
td.TdClassName
{
border-color: #911020;
}
.TagClassName
{
border-color: #911020;
}
</style>