Shades of Carmine #890D18
Tints of Carmine #890D18
RGB
CMYK
RGB Variations
Color information
#890D18 (or 0x890D18) is known color: Carmine. HEX triplet: 89, 0D and 18. RGB value is (137,13,24). Sum of RGB (Red+Green+Blue) = 137+13+24=174 (23% of max value = 765). Red value is 137 (53.91% from 255 or 78.74% from 174); Green value is 13 (5.47% from 255 or 7.47% from 174); Blue value is 24 (9.77% from 255 or 13.79% from 174); Max value from RGB is 137 - color contains mainly: red. Hex color #890D18 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #890D18 is #76F2E7. Grayscale: #333333. Windows color (decimal): -7795432 or 1576329. OLE color: 1576329.
HSL color Cylindrical-coordinate representation of color #890D18: hue angle of 354.68º degrees, saturation: 0.83, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #890D18 is Cyan = 0, Magento = 0.91, Yellow = 0.82 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 13 | 24 | - |
| CMYK | 0 | 0.91 | 0.82 | 0.46 |
| HSL | 354.68º | 0.83% | 0.29% | - |
| HSV(B) | 354.68º | 0.91% | 0.54% | - |
| XYZ | 10.63 | 5.67 | 1.4 | - |
| YUV | 51.33 | 112.58 | 189.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 13 | 24 | 0 | 0.91 | 0.82 | 0.46 | 354.68 | 0.83 | 0.29 |
| Hex | 89 | D | 18 | 0 | 5B | 52 | 2E | 163 | 53 | 1D |
| Octal | 211 | 15 | 30 | 0 | 133 | 122 | 56 | 543 | 123 | 35 |
| Binary | 10001001 | 1101 | 11000 | 0 | 1011011 | 1010010 | 101110 | 101100011 | 1010011 | 11101 |
Color Harmonies of #890D18
Complementary color
Monochromatic Colors of #890D18
Black with #890D18
Text Example
Text Example
White with #890D18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890D18; }
p { color: rgb(137,13,24); }
H1.HeaderClassName
{
color: #890D18;
}
.AnyTagClassName
{
color: #890D18;
}
</style>
background-color css
<style>
a { background-color: #890D18; }
a { background-color: rgb(137,13,24); }
div.DivClassName
{
background-color: #890D18;
}
.BgClassName
{
background-color: #890D18;
}
</style>
border-color css
<style>
span { border-color: #890D18; }
span { border-color: rgb(137,13,24); }
td.TdClassName
{
border-color: #890D18;
}
.TagClassName
{
border-color: #890D18;
}
</style>