Shades of Carmine #901017
Tints of Carmine #901017
RGB
CMYK
RGB Variations
Color information
#901017 (or 0x901017) is known color: Carmine. HEX triplet: 90, 10 and 17. RGB value is (144,16,23). Sum of RGB (Red+Green+Blue) = 144+16+23=183 (24% of max value = 765). Red value is 144 (56.64% from 255 or 78.69% from 183); Green value is 16 (6.64% from 255 or 8.74% from 183); Blue value is 23 (9.38% from 255 or 12.57% from 183); Max value from RGB is 144 - color contains mainly: red. Hex color #901017 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #901017 is #6FEFE8. Grayscale: #373737. Windows color (decimal): -7335913 or 1511568. OLE color: 1511568.
HSL color Cylindrical-coordinate representation of color #901017: hue angle of 356.72º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #901017 is Cyan = 0, Magento = 0.89, Yellow = 0.84 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 16 | 23 | - |
| CMYK | 0 | 0.89 | 0.84 | 0.44 |
| HSL | 356.72º | 0.8% | 0.31% | - |
| HSV(B) | 356.72º | 0.89% | 0.56% | - |
| XYZ | 11.84 | 6.36 | 1.41 | - |
| YUV | 55.07 | 109.91 | 191.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 16 | 23 | 0 | 0.89 | 0.84 | 0.44 | 356.72 | 0.8 | 0.31 |
| Hex | 90 | 10 | 17 | 0 | 59 | 54 | 2C | 165 | 50 | 1F |
| Octal | 220 | 20 | 27 | 0 | 131 | 124 | 54 | 545 | 120 | 37 |
| Binary | 10010000 | 10000 | 10111 | 0 | 1011001 | 1010100 | 101100 | 101100101 | 1010000 | 11111 |
Color Harmonies of #901017
Complementary color
Monochromatic Colors of #901017
Black with #901017
Text Example
Text Example
White with #901017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901017; }
p { color: rgb(144,16,23); }
H1.HeaderClassName
{
color: #901017;
}
.AnyTagClassName
{
color: #901017;
}
</style>
background-color css
<style>
a { background-color: #901017; }
a { background-color: rgb(144,16,23); }
div.DivClassName
{
background-color: #901017;
}
.BgClassName
{
background-color: #901017;
}
</style>
border-color css
<style>
span { border-color: #901017; }
span { border-color: rgb(144,16,23); }
td.TdClassName
{
border-color: #901017;
}
.TagClassName
{
border-color: #901017;
}
</style>