Shades of Carmine #890C1B
Tints of Carmine #890C1B
RGB
CMYK
RGB Variations
Color information
#890C1B (or 0x890C1B) is known color: Carmine. HEX triplet: 89, 0C and 1B. RGB value is (137,12,27). Sum of RGB (Red+Green+Blue) = 137+12+27=176 (23% of max value = 765). Red value is 137 (53.91% from 255 or 77.84% from 176); Green value is 12 (5.08% from 255 or 6.82% from 176); Blue value is 27 (10.94% from 255 or 15.34% from 176); Max value from RGB is 137 - color contains mainly: red. Hex color #890C1B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890C1B is #76F3E4. Grayscale: #333333. Windows color (decimal): -7795685 or 1772681. OLE color: 1772681.
HSL color Cylindrical-coordinate representation of color #890C1B: hue angle of 352.8º degrees, saturation: 0.84, 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 #890C1B is Cyan = 0, Magento = 0.91, Yellow = 0.80 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 12 | 27 | - |
| CMYK | 0 | 0.91 | 0.80 | 0.46 |
| HSL | 352.8º | 0.84% | 0.29% | - |
| HSV(B) | 352.8º | 0.91% | 0.54% | - |
| XYZ | 10.65 | 5.66 | 1.57 | - |
| YUV | 51.09 | 114.41 | 189.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 12 | 27 | 0 | 0.91 | 0.80 | 0.46 | 352.8 | 0.84 | 0.29 |
| Hex | 89 | C | 1B | 0 | 5B | 50 | 2E | 161 | 54 | 1D |
| Octal | 211 | 14 | 33 | 0 | 133 | 120 | 56 | 541 | 124 | 35 |
| Binary | 10001001 | 1100 | 11011 | 0 | 1011011 | 1010000 | 101110 | 101100001 | 1010100 | 11101 |
Color Harmonies of #890C1B
Complementary color
Monochromatic Colors of #890C1B
Black with #890C1B
Text Example
Text Example
White with #890C1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890C1B; }
p { color: rgb(137,12,27); }
H1.HeaderClassName
{
color: #890C1B;
}
.AnyTagClassName
{
color: #890C1B;
}
</style>
background-color css
<style>
a { background-color: #890C1B; }
a { background-color: rgb(137,12,27); }
div.DivClassName
{
background-color: #890C1B;
}
.BgClassName
{
background-color: #890C1B;
}
</style>
border-color css
<style>
span { border-color: #890C1B; }
span { border-color: rgb(137,12,27); }
td.TdClassName
{
border-color: #890C1B;
}
.TagClassName
{
border-color: #890C1B;
}
</style>