Shades of Carmine #920E2A
Tints of Carmine #920E2A
RGB
CMYK
RGB Variations
Color information
#920E2A (or 0x920E2A) is known color: Carmine. HEX triplet: 92, 0E and 2A. RGB value is (146,14,42). Sum of RGB (Red+Green+Blue) = 146+14+42=202 (26% of max value = 765). Red value is 146 (57.42% from 255 or 72.28% from 202); Green value is 14 (5.86% from 255 or 6.93% from 202); Blue value is 42 (16.80% from 255 or 20.79% from 202); Max value from RGB is 146 - color contains mainly: red. Hex color #920E2A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #920E2A is #6DF1D5. Grayscale: #383838. Windows color (decimal): -7205334 or 2756242. OLE color: 2756242.
HSL color Cylindrical-coordinate representation of color #920E2A: hue angle of 347.27º 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 #920E2A is Cyan = 0, Magento = 0.90, Yellow = 0.71 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 14 | 42 | - |
| CMYK | 0 | 0.90 | 0.71 | 0.43 |
| HSL | 347.27º | 0.83% | 0.31% | - |
| HSV(B) | 347.27º | 0.9% | 0.57% | - |
| XYZ | 12.43 | 6.59 | 2.81 | - |
| YUV | 56.66 | 119.73 | 191.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 14 | 42 | 0 | 0.90 | 0.71 | 0.43 | 347.27 | 0.83 | 0.31 |
| Hex | 92 | E | 2A | 0 | 5A | 47 | 2B | 15B | 52 | 1F |
| Octal | 222 | 16 | 52 | 0 | 132 | 107 | 53 | 533 | 122 | 37 |
| Binary | 10010010 | 1110 | 101010 | 0 | 1011010 | 1000111 | 101011 | 101011011 | 1010010 | 11111 |
Color Harmonies of #920E2A
Complementary color
Monochromatic Colors of #920E2A
Black with #920E2A
Text Example
Text Example
White with #920E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #920E2A; }
p { color: rgb(146,14,42); }
H1.HeaderClassName
{
color: #920E2A;
}
.AnyTagClassName
{
color: #920E2A;
}
</style>
background-color css
<style>
a { background-color: #920E2A; }
a { background-color: rgb(146,14,42); }
div.DivClassName
{
background-color: #920E2A;
}
.BgClassName
{
background-color: #920E2A;
}
</style>
border-color css
<style>
span { border-color: #920E2A; }
span { border-color: rgb(146,14,42); }
td.TdClassName
{
border-color: #920E2A;
}
.TagClassName
{
border-color: #920E2A;
}
</style>