Shades of Carmine #900213
Tints of Carmine #900213
RGB
CMYK
RGB Variations
Color information
#900213 (or 0x900213) is known color: Carmine. HEX triplet: 90, 02 and 13. RGB value is (144,2,19). Sum of RGB (Red+Green+Blue) = 144+2+19=165 (21% of max value = 765). Red value is 144 (56.64% from 255 or 87.27% from 165); Green value is 2 (1.17% from 255 or 1.21% from 165); Blue value is 19 (7.81% from 255 or 11.52% from 165); Max value from RGB is 144 - color contains mainly: red. Hex color #900213 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #900213 is #6FFDEC. Grayscale: #2E2E2E. Windows color (decimal): -7339501 or 1245840. OLE color: 1245840.
HSL color Cylindrical-coordinate representation of color #900213: hue angle of 352.82º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #900213 is Cyan = 0, Magento = 0.99, Yellow = 0.87 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 2 | 19 | - |
| CMYK | 0 | 0.99 | 0.87 | 0.44 |
| HSL | 352.82º | 0.97% | 0.29% | - |
| HSV(B) | 352.82º | 0.99% | 0.56% | - |
| XYZ | 11.64 | 6.02 | 1.16 | - |
| YUV | 46.4 | 112.54 | 197.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 2 | 19 | 0 | 0.99 | 0.87 | 0.44 | 352.82 | 0.97 | 0.29 |
| Hex | 90 | 2 | 13 | 0 | 63 | 57 | 2C | 161 | 61 | 1D |
| Octal | 220 | 2 | 23 | 0 | 143 | 127 | 54 | 541 | 141 | 35 |
| Binary | 10010000 | 10 | 10011 | 0 | 1100011 | 1010111 | 101100 | 101100001 | 1100001 | 11101 |
Color Harmonies of #900213
Complementary color
Monochromatic Colors of #900213
Black with #900213
Text Example
Text Example
White with #900213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900213; }
p { color: rgb(144,2,19); }
H1.HeaderClassName
{
color: #900213;
}
.AnyTagClassName
{
color: #900213;
}
</style>
background-color css
<style>
a { background-color: #900213; }
a { background-color: rgb(144,2,19); }
div.DivClassName
{
background-color: #900213;
}
.BgClassName
{
background-color: #900213;
}
</style>
border-color css
<style>
span { border-color: #900213; }
span { border-color: rgb(144,2,19); }
td.TdClassName
{
border-color: #900213;
}
.TagClassName
{
border-color: #900213;
}
</style>