Shades of Carmine #90031E
Tints of Carmine #90031E
RGB
CMYK
RGB Variations
Color information
#90031E (or 0x90031E) is known color: Carmine. HEX triplet: 90, 03 and 1E. RGB value is (144,3,30). Sum of RGB (Red+Green+Blue) = 144+3+30=177 (23% of max value = 765). Red value is 144 (56.64% from 255 or 81.36% from 177); Green value is 3 (1.56% from 255 or 1.69% from 177); Blue value is 30 (12.11% from 255 or 16.95% from 177); Max value from RGB is 144 - color contains mainly: red. Hex color #90031E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #90031E is #6FFCE1. Grayscale: #303030. Windows color (decimal): -7339234 or 1966992. OLE color: 1966992.
HSL color Cylindrical-coordinate representation of color #90031E: hue angle of 348.51º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #90031E is Cyan = 0, Magento = 0.98, Yellow = 0.79 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 3 | 30 | - |
| CMYK | 0 | 0.98 | 0.79 | 0.44 |
| HSL | 348.51º | 0.96% | 0.29% | - |
| HSV(B) | 348.51º | 0.98% | 0.56% | - |
| XYZ | 11.77 | 6.09 | 1.78 | - |
| YUV | 48.24 | 117.71 | 196.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 3 | 30 | 0 | 0.98 | 0.79 | 0.44 | 348.51 | 0.96 | 0.29 |
| Hex | 90 | 3 | 1E | 0 | 62 | 4F | 2C | 15D | 60 | 1D |
| Octal | 220 | 3 | 36 | 0 | 142 | 117 | 54 | 535 | 140 | 35 |
| Binary | 10010000 | 11 | 11110 | 0 | 1100010 | 1001111 | 101100 | 101011101 | 1100000 | 11101 |
Color Harmonies of #90031E
Complementary color
Monochromatic Colors of #90031E
Black with #90031E
Text Example
Text Example
White with #90031E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90031E; }
p { color: rgb(144,3,30); }
H1.HeaderClassName
{
color: #90031E;
}
.AnyTagClassName
{
color: #90031E;
}
</style>
background-color css
<style>
a { background-color: #90031E; }
a { background-color: rgb(144,3,30); }
div.DivClassName
{
background-color: #90031E;
}
.BgClassName
{
background-color: #90031E;
}
</style>
border-color css
<style>
span { border-color: #90031E; }
span { border-color: rgb(144,3,30); }
td.TdClassName
{
border-color: #90031E;
}
.TagClassName
{
border-color: #90031E;
}
</style>