Shades of Carmine #90011C
Tints of Carmine #90011C
RGB
CMYK
RGB Variations
Color information
#90011C (or 0x90011C) is known color: Carmine. HEX triplet: 90, 01 and 1C. RGB value is (144,1,28). Sum of RGB (Red+Green+Blue) = 144+1+28=173 (22% of max value = 765). Red value is 144 (56.64% from 255 or 83.24% from 173); Green value is 1 (0.78% from 255 or 0.58% from 173); Blue value is 28 (11.33% from 255 or 16.18% from 173); Max value from RGB is 144 - color contains mainly: red. Hex color #90011C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #90011C is #6FFEE3. Grayscale: #2E2E2E. Windows color (decimal): -7339748 or 1835408. OLE color: 1835408.
HSL color Cylindrical-coordinate representation of color #90011C: hue angle of 348.67º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #90011C is Cyan = 0, Magento = 0.99, Yellow = 0.81 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 1 | 28 | - |
| CMYK | 0 | 0.99 | 0.81 | 0.44 |
| HSL | 348.67º | 0.99% | 0.28% | - |
| HSV(B) | 348.67º | 0.99% | 0.56% | - |
| XYZ | 11.72 | 6.03 | 1.65 | - |
| YUV | 46.84 | 117.38 | 197.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 1 | 28 | 0 | 0.99 | 0.81 | 0.44 | 348.67 | 0.99 | 0.28 |
| Hex | 90 | 1 | 1C | 0 | 63 | 51 | 2C | 15D | 63 | 1C |
| Octal | 220 | 1 | 34 | 0 | 143 | 121 | 54 | 535 | 143 | 34 |
| Binary | 10010000 | 1 | 11100 | 0 | 1100011 | 1010001 | 101100 | 101011101 | 1100011 | 11100 |
Color Harmonies of #90011C
Complementary color
Monochromatic Colors of #90011C
Black with #90011C
Text Example
Text Example
White with #90011C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90011C; }
p { color: rgb(144,1,28); }
H1.HeaderClassName
{
color: #90011C;
}
.AnyTagClassName
{
color: #90011C;
}
</style>
background-color css
<style>
a { background-color: #90011C; }
a { background-color: rgb(144,1,28); }
div.DivClassName
{
background-color: #90011C;
}
.BgClassName
{
background-color: #90011C;
}
</style>
border-color css
<style>
span { border-color: #90011C; }
span { border-color: rgb(144,1,28); }
td.TdClassName
{
border-color: #90011C;
}
.TagClassName
{
border-color: #90011C;
}
</style>