Shades of Carmine #920E1A
Tints of Carmine #920E1A
RGB
CMYK
RGB Variations
Color information
#920E1A (or 0x920E1A) is known color: Carmine. HEX triplet: 92, 0E and 1A. RGB value is (146,14,26). Sum of RGB (Red+Green+Blue) = 146+14+26=186 (24% of max value = 765). Red value is 146 (57.42% from 255 or 78.49% from 186); Green value is 14 (5.86% from 255 or 7.53% from 186); Blue value is 26 (10.55% from 255 or 13.98% from 186); Max value from RGB is 146 - color contains mainly: red. Hex color #920E1A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #920E1A is #6DF1E5. Grayscale: #363636. Windows color (decimal): -7205350 or 1707666. OLE color: 1707666.
HSL color Cylindrical-coordinate representation of color #920E1A: hue angle of 354.55º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #920E1A is Cyan = 0, Magento = 0.90, Yellow = 0.82 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 14 | 26 | - |
| CMYK | 0 | 0.90 | 0.82 | 0.43 |
| HSL | 354.55º | 0.83% | 0.31% | - |
| HSV(B) | 354.55º | 0.9% | 0.57% | - |
| XYZ | 12.2 | 6.5 | 1.59 | - |
| YUV | 54.84 | 111.73 | 193.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 14 | 26 | 0 | 0.90 | 0.82 | 0.43 | 354.55 | 0.83 | 0.31 |
| Hex | 92 | E | 1A | 0 | 5A | 52 | 2B | 163 | 52 | 1F |
| Octal | 222 | 16 | 32 | 0 | 132 | 122 | 53 | 543 | 122 | 37 |
| Binary | 10010010 | 1110 | 11010 | 0 | 1011010 | 1010010 | 101011 | 101100011 | 1010010 | 11111 |
Color Harmonies of #920E1A
Complementary color
Monochromatic Colors of #920E1A
Black with #920E1A
Text Example
Text Example
White with #920E1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #920E1A; }
p { color: rgb(146,14,26); }
H1.HeaderClassName
{
color: #920E1A;
}
.AnyTagClassName
{
color: #920E1A;
}
</style>
background-color css
<style>
a { background-color: #920E1A; }
a { background-color: rgb(146,14,26); }
div.DivClassName
{
background-color: #920E1A;
}
.BgClassName
{
background-color: #920E1A;
}
</style>
border-color css
<style>
span { border-color: #920E1A; }
span { border-color: rgb(146,14,26); }
td.TdClassName
{
border-color: #920E1A;
}
.TagClassName
{
border-color: #920E1A;
}
</style>