Shades of Carmine #900D1F
Tints of Carmine #900D1F
RGB
CMYK
RGB Variations
Color information
#900D1F (or 0x900D1F) is known color: Carmine. HEX triplet: 90, 0D and 1F. RGB value is (144,13,31). Sum of RGB (Red+Green+Blue) = 144+13+31=188 (24% of max value = 765). Red value is 144 (56.64% from 255 or 76.60% from 188); Green value is 13 (5.47% from 255 or 6.91% from 188); Blue value is 31 (12.5% from 255 or 16.49% from 188); Max value from RGB is 144 - color contains mainly: red. Hex color #900D1F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #900D1F is #6FF2E0. Grayscale: #363636. Windows color (decimal): -7336673 or 2035088. OLE color: 2035088.
HSL color Cylindrical-coordinate representation of color #900D1F: hue angle of 351.76º degrees, saturation: 0.83, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #900D1F is Cyan = 0, Magento = 0.91, Yellow = 0.78 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 13 | 31 | - |
| CMYK | 0 | 0.91 | 0.78 | 0.44 |
| HSL | 351.76º | 0.83% | 0.31% | - |
| HSV(B) | 351.76º | 0.91% | 0.56% | - |
| XYZ | 11.89 | 6.32 | 1.89 | - |
| YUV | 54.22 | 114.9 | 192.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 13 | 31 | 0 | 0.91 | 0.78 | 0.44 | 351.76 | 0.83 | 0.31 |
| Hex | 90 | D | 1F | 0 | 5B | 4E | 2C | 160 | 53 | 1F |
| Octal | 220 | 15 | 37 | 0 | 133 | 116 | 54 | 540 | 123 | 37 |
| Binary | 10010000 | 1101 | 11111 | 0 | 1011011 | 1001110 | 101100 | 101100000 | 1010011 | 11111 |
Color Harmonies of #900D1F
Complementary color
Monochromatic Colors of #900D1F
Black with #900D1F
Text Example
Text Example
White with #900D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900D1F; }
p { color: rgb(144,13,31); }
H1.HeaderClassName
{
color: #900D1F;
}
.AnyTagClassName
{
color: #900D1F;
}
</style>
background-color css
<style>
a { background-color: #900D1F; }
a { background-color: rgb(144,13,31); }
div.DivClassName
{
background-color: #900D1F;
}
.BgClassName
{
background-color: #900D1F;
}
</style>
border-color css
<style>
span { border-color: #900D1F; }
span { border-color: rgb(144,13,31); }
td.TdClassName
{
border-color: #900D1F;
}
.TagClassName
{
border-color: #900D1F;
}
</style>