Shades of Carmine #90161C
Tints of Carmine #90161C
RGB
CMYK
RGB Variations
Color information
#90161C (or 0x90161C) is known color: Carmine. HEX triplet: 90, 16 and 1C. RGB value is (144,22,28). Sum of RGB (Red+Green+Blue) = 144+22+28=194 (25% of max value = 765). Red value is 144 (56.64% from 255 or 74.23% from 194); Green value is 22 (8.98% from 255 or 11.34% from 194); Blue value is 28 (11.33% from 255 or 14.43% from 194); Max value from RGB is 144 - color contains mainly: red. Hex color #90161C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #90161C is #6FE9E3. Grayscale: #3B3B3B. Windows color (decimal): -7334372 or 1840784. OLE color: 1840784.
HSL color Cylindrical-coordinate representation of color #90161C: hue angle of 357.05º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #90161C is Cyan = 0, Magento = 0.85, Yellow = 0.81 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 22 | 28 | - |
| CMYK | 0 | 0.85 | 0.81 | 0.44 |
| HSL | 357.05º | 0.73% | 0.33% | - |
| HSV(B) | 357.05º | 0.85% | 0.56% | - |
| XYZ | 12 | 6.59 | 1.74 | - |
| YUV | 59.16 | 110.42 | 188.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 22 | 28 | 0 | 0.85 | 0.81 | 0.44 | 357.05 | 0.73 | 0.33 |
| Hex | 90 | 16 | 1C | 0 | 55 | 51 | 2C | 165 | 49 | 21 |
| Octal | 220 | 26 | 34 | 0 | 125 | 121 | 54 | 545 | 111 | 41 |
| Binary | 10010000 | 10110 | 11100 | 0 | 1010101 | 1010001 | 101100 | 101100101 | 1001001 | 100001 |
Color Harmonies of #90161C
Complementary color
Monochromatic Colors of #90161C
Black with #90161C
Text Example
Text Example
White with #90161C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90161C; }
p { color: rgb(144,22,28); }
H1.HeaderClassName
{
color: #90161C;
}
.AnyTagClassName
{
color: #90161C;
}
</style>
background-color css
<style>
a { background-color: #90161C; }
a { background-color: rgb(144,22,28); }
div.DivClassName
{
background-color: #90161C;
}
.BgClassName
{
background-color: #90161C;
}
</style>
border-color css
<style>
span { border-color: #90161C; }
span { border-color: rgb(144,22,28); }
td.TdClassName
{
border-color: #90161C;
}
.TagClassName
{
border-color: #90161C;
}
</style>