Shades of Carmine #920020
Tints of Carmine #920020
RGB
CMYK
RGB Variations
Color information
#920020 (or 0x920020) is known color: Carmine. HEX triplet: 92, 00 and 20. RGB value is (146,0,32). Sum of RGB (Red+Green+Blue) = 146+0+32=178 (23% of max value = 765). Red value is 146 (57.42% from 255 or 82.02% from 178); Green value is 0 (0.39% from 255 or 0% from 178); Blue value is 32 (12.89% from 255 or 17.98% from 178); Max value from RGB is 146 - color contains mainly: red. Hex color #920020 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #920020 is #6DFFDF. Grayscale: #2F2F2F. Windows color (decimal): -7208928 or 2097298. OLE color: 2097298.
HSL color Cylindrical-coordinate representation of color #920020: hue angle of 346.85º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #920020 is Cyan = 0, Magento = 1, Yellow = 0.78 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 0 | 32 | - |
| CMYK | 0 | 1 | 0.78 | 0.43 |
| HSL | 346.85º | 1% | 0.29% | - |
| HSV(B) | 346.85º | 1% | 0.57% | - |
| XYZ | 12.11 | 6.22 | 1.93 | - |
| YUV | 47.3 | 119.37 | 198.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 0 | 32 | 0 | 1 | 0.78 | 0.43 | 346.85 | 1 | 0.29 |
| Hex | 92 | 0 | 20 | 0 | 64 | 4E | 2B | 15B | 64 | 1D |
| Octal | 222 | 0 | 40 | 0 | 144 | 116 | 53 | 533 | 144 | 35 |
| Binary | 10010010 | 0 | 100000 | 0 | 1100100 | 1001110 | 101011 | 101011011 | 1100100 | 11101 |
Color Harmonies of #920020
Complementary color
Monochromatic Colors of #920020
Black with #920020
Text Example
Text Example
White with #920020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #920020; }
p { color: rgb(146,0,32); }
H1.HeaderClassName
{
color: #920020;
}
.AnyTagClassName
{
color: #920020;
}
</style>
background-color css
<style>
a { background-color: #920020; }
a { background-color: rgb(146,0,32); }
div.DivClassName
{
background-color: #920020;
}
.BgClassName
{
background-color: #920020;
}
</style>
border-color css
<style>
span { border-color: #920020; }
span { border-color: rgb(146,0,32); }
td.TdClassName
{
border-color: #920020;
}
.TagClassName
{
border-color: #920020;
}
</style>