Shades of Carmine #890A1B
Tints of Carmine #890A1B
RGB
CMYK
RGB Variations
Color information
#890A1B (or 0x890A1B) is known color: Carmine. HEX triplet: 89, 0A and 1B. RGB value is (137,10,27). Sum of RGB (Red+Green+Blue) = 137+10+27=174 (23% of max value = 765). Red value is 137 (53.91% from 255 or 78.74% from 174); Green value is 10 (4.30% from 255 or 5.75% from 174); Blue value is 27 (10.94% from 255 or 15.52% from 174); Max value from RGB is 137 - color contains mainly: red. Hex color #890A1B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890A1B is #76F5E4. Grayscale: #313131. Windows color (decimal): -7796197 or 1772169. OLE color: 1772169.
HSL color Cylindrical-coordinate representation of color #890A1B: hue angle of 351.97º 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 #890A1B is Cyan = 0, Magento = 0.93, Yellow = 0.80 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 10 | 27 | - |
| CMYK | 0 | 0.93 | 0.80 | 0.46 |
| HSL | 351.97º | 0.86% | 0.29% | - |
| HSV(B) | 351.97º | 0.93% | 0.54% | - |
| XYZ | 10.62 | 5.61 | 1.56 | - |
| YUV | 49.91 | 115.08 | 190.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 10 | 27 | 0 | 0.93 | 0.80 | 0.46 | 351.97 | 0.86 | 0.29 |
| Hex | 89 | A | 1B | 0 | 5D | 50 | 2E | 160 | 56 | 1D |
| Octal | 211 | 12 | 33 | 0 | 135 | 120 | 56 | 540 | 126 | 35 |
| Binary | 10001001 | 1010 | 11011 | 0 | 1011101 | 1010000 | 101110 | 101100000 | 1010110 | 11101 |
Color Harmonies of #890A1B
Complementary color
Monochromatic Colors of #890A1B
Black with #890A1B
Text Example
Text Example
White with #890A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890A1B; }
p { color: rgb(137,10,27); }
H1.HeaderClassName
{
color: #890A1B;
}
.AnyTagClassName
{
color: #890A1B;
}
</style>
background-color css
<style>
a { background-color: #890A1B; }
a { background-color: rgb(137,10,27); }
div.DivClassName
{
background-color: #890A1B;
}
.BgClassName
{
background-color: #890A1B;
}
</style>
border-color css
<style>
span { border-color: #890A1B; }
span { border-color: rgb(137,10,27); }
td.TdClassName
{
border-color: #890A1B;
}
.TagClassName
{
border-color: #890A1B;
}
</style>