Shades of Carmine #890A18
Tints of Carmine #890A18
RGB
CMYK
RGB Variations
Color information
#890A18 (or 0x890A18) is known color: Carmine. HEX triplet: 89, 0A and 18. RGB value is (137,10,24). Sum of RGB (Red+Green+Blue) = 137+10+24=171 (22% of max value = 765). Red value is 137 (53.91% from 255 or 80.12% from 171); Green value is 10 (4.30% from 255 or 5.85% from 171); Blue value is 24 (9.77% from 255 or 14.04% from 171); Max value from RGB is 137 - color contains mainly: red. Hex color #890A18 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #890A18 is #76F5E7. Grayscale: #313131. Windows color (decimal): -7796200 or 1575561. OLE color: 1575561.
HSL color Cylindrical-coordinate representation of color #890A18: hue angle of 353.39º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #890A18 is Cyan = 0, Magento = 0.93, Yellow = 0.82 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 10 | 24 | - |
| CMYK | 0 | 0.93 | 0.82 | 0.46 |
| HSL | 353.39º | 0.86% | 0.29% | - |
| HSV(B) | 353.39º | 0.93% | 0.54% | - |
| XYZ | 10.59 | 5.6 | 1.39 | - |
| YUV | 49.57 | 113.58 | 190.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 10 | 24 | 0 | 0.93 | 0.82 | 0.46 | 353.39 | 0.86 | 0.29 |
| Hex | 89 | A | 18 | 0 | 5D | 52 | 2E | 161 | 56 | 1D |
| Octal | 211 | 12 | 30 | 0 | 135 | 122 | 56 | 541 | 126 | 35 |
| Binary | 10001001 | 1010 | 11000 | 0 | 1011101 | 1010010 | 101110 | 101100001 | 1010110 | 11101 |
Color Harmonies of #890A18
Complementary color
Monochromatic Colors of #890A18
Black with #890A18
Text Example
Text Example
White with #890A18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890A18; }
p { color: rgb(137,10,24); }
H1.HeaderClassName
{
color: #890A18;
}
.AnyTagClassName
{
color: #890A18;
}
</style>
background-color css
<style>
a { background-color: #890A18; }
a { background-color: rgb(137,10,24); }
div.DivClassName
{
background-color: #890A18;
}
.BgClassName
{
background-color: #890A18;
}
</style>
border-color css
<style>
span { border-color: #890A18; }
span { border-color: rgb(137,10,24); }
td.TdClassName
{
border-color: #890A18;
}
.TagClassName
{
border-color: #890A18;
}
</style>