Shades of Carmine #90112A
Tints of Carmine #90112A
RGB
CMYK
RGB Variations
Color information
#90112A (or 0x90112A) is known color: Carmine. HEX triplet: 90, 11 and 2A. RGB value is (144,17,42). Sum of RGB (Red+Green+Blue) = 144+17+42=203 (26% of max value = 765). Red value is 144 (56.64% from 255 or 70.94% from 203); Green value is 17 (7.03% from 255 or 8.37% from 203); Blue value is 42 (16.80% from 255 or 20.69% from 203); Max value from RGB is 144 - color contains mainly: red. Hex color #90112A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #90112A is #6FEED5. Grayscale: #393939. Windows color (decimal): -7335638 or 2757008. OLE color: 2757008.
HSL color Cylindrical-coordinate representation of color #90112A: hue angle of 348.19º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #90112A is Cyan = 0, Magento = 0.88, Yellow = 0.71 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 17 | 42 | - |
| CMYK | 0 | 0.88 | 0.71 | 0.44 |
| HSL | 348.19º | 0.79% | 0.32% | - |
| HSV(B) | 348.19º | 0.88% | 0.56% | - |
| XYZ | 12.12 | 6.5 | 2.81 | - |
| YUV | 57.82 | 119.08 | 189.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 17 | 42 | 0 | 0.88 | 0.71 | 0.44 | 348.19 | 0.79 | 0.32 |
| Hex | 90 | 11 | 2A | 0 | 58 | 47 | 2C | 15C | 4F | 20 |
| Octal | 220 | 21 | 52 | 0 | 130 | 107 | 54 | 534 | 117 | 40 |
| Binary | 10010000 | 10001 | 101010 | 0 | 1011000 | 1000111 | 101100 | 101011100 | 1001111 | 100000 |
Color Harmonies of #90112A
Complementary color
Monochromatic Colors of #90112A
Black with #90112A
Text Example
Text Example
White with #90112A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90112A; }
p { color: rgb(144,17,42); }
H1.HeaderClassName
{
color: #90112A;
}
.AnyTagClassName
{
color: #90112A;
}
</style>
background-color css
<style>
a { background-color: #90112A; }
a { background-color: rgb(144,17,42); }
div.DivClassName
{
background-color: #90112A;
}
.BgClassName
{
background-color: #90112A;
}
</style>
border-color css
<style>
span { border-color: #90112A; }
span { border-color: rgb(144,17,42); }
td.TdClassName
{
border-color: #90112A;
}
.TagClassName
{
border-color: #90112A;
}
</style>