Shades of Carmine #90001C
Tints of Carmine #90001C
RGB
CMYK
RGB Variations
Color information
#90001C (or 0x90001C) is known color: Carmine. HEX triplet: 90, 00 and 1C. RGB value is (144,0,28). Sum of RGB (Red+Green+Blue) = 144+0+28=172 (22% of max value = 765). Red value is 144 (56.64% from 255 or 83.72% from 172); Green value is 0 (0.39% from 255 or 0% from 172); Blue value is 28 (11.33% from 255 or 16.28% from 172); Max value from RGB is 144 - color contains mainly: red. Hex color #90001C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #90001C is #6FFFE3. Grayscale: #2E2E2E. Windows color (decimal): -7340004 or 1835152. OLE color: 1835152.
HSL color Cylindrical-coordinate representation of color #90001C: hue angle of 348.33º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #90001C is Cyan = 0, Magento = 1, Yellow = 0.81 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 0 | 28 | - |
| CMYK | 0 | 1 | 0.81 | 0.44 |
| HSL | 348.33º | 1% | 0.28% | - |
| HSV(B) | 348.33º | 1% | 0.56% | - |
| XYZ | 11.71 | 6.01 | 1.64 | - |
| YUV | 46.25 | 117.71 | 197.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 0 | 28 | 0 | 1 | 0.81 | 0.44 | 348.33 | 1 | 0.28 |
| Hex | 90 | 0 | 1C | 0 | 64 | 51 | 2C | 15C | 64 | 1C |
| Octal | 220 | 0 | 34 | 0 | 144 | 121 | 54 | 534 | 144 | 34 |
| Binary | 10010000 | 0 | 11100 | 0 | 1100100 | 1010001 | 101100 | 101011100 | 1100100 | 11100 |
Color Harmonies of #90001C
Complementary color
Monochromatic Colors of #90001C
Black with #90001C
Text Example
Text Example
White with #90001C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90001C; }
p { color: rgb(144,0,28); }
H1.HeaderClassName
{
color: #90001C;
}
.AnyTagClassName
{
color: #90001C;
}
</style>
background-color css
<style>
a { background-color: #90001C; }
a { background-color: rgb(144,0,28); }
div.DivClassName
{
background-color: #90001C;
}
.BgClassName
{
background-color: #90001C;
}
</style>
border-color css
<style>
span { border-color: #90001C; }
span { border-color: rgb(144,0,28); }
td.TdClassName
{
border-color: #90001C;
}
.TagClassName
{
border-color: #90001C;
}
</style>