Shades of Carmine #90101C
Tints of Carmine #90101C
RGB
CMYK
RGB Variations
Color information
#90101C (or 0x90101C) is known color: Carmine. HEX triplet: 90, 10 and 1C. RGB value is (144,16,28). Sum of RGB (Red+Green+Blue) = 144+16+28=188 (24% of max value = 765). Red value is 144 (56.64% from 255 or 76.60% from 188); Green value is 16 (6.64% from 255 or 8.51% from 188); Blue value is 28 (11.33% from 255 or 14.89% from 188); Max value from RGB is 144 - color contains mainly: red. Hex color #90101C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #90101C is #6FEFE3. Grayscale: #373737. Windows color (decimal): -7335908 or 1839248. OLE color: 1839248.
HSL color Cylindrical-coordinate representation of color #90101C: hue angle of 354.38º 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 #90101C is Cyan = 0, Magento = 0.89, Yellow = 0.81 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 16 | 28 | - |
| CMYK | 0 | 0.89 | 0.81 | 0.44 |
| HSL | 354.38º | 0.8% | 0.31% | - |
| HSV(B) | 354.38º | 0.89% | 0.56% | - |
| XYZ | 11.9 | 6.38 | 1.7 | - |
| YUV | 55.64 | 112.41 | 191.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 16 | 28 | 0 | 0.89 | 0.81 | 0.44 | 354.38 | 0.8 | 0.31 |
| Hex | 90 | 10 | 1C | 0 | 59 | 51 | 2C | 162 | 50 | 1F |
| Octal | 220 | 20 | 34 | 0 | 131 | 121 | 54 | 542 | 120 | 37 |
| Binary | 10010000 | 10000 | 11100 | 0 | 1011001 | 1010001 | 101100 | 101100010 | 1010000 | 11111 |
Color Harmonies of #90101C
Complementary color
Monochromatic Colors of #90101C
Black with #90101C
Text Example
Text Example
White with #90101C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90101C; }
p { color: rgb(144,16,28); }
H1.HeaderClassName
{
color: #90101C;
}
.AnyTagClassName
{
color: #90101C;
}
</style>
background-color css
<style>
a { background-color: #90101C; }
a { background-color: rgb(144,16,28); }
div.DivClassName
{
background-color: #90101C;
}
.BgClassName
{
background-color: #90101C;
}
</style>
border-color css
<style>
span { border-color: #90101C; }
span { border-color: rgb(144,16,28); }
td.TdClassName
{
border-color: #90101C;
}
.TagClassName
{
border-color: #90101C;
}
</style>