Shades of Carmine #920122
Tints of Carmine #920122
RGB
CMYK
RGB Variations
Color information
#920122 (or 0x920122) is known color: Carmine. HEX triplet: 92, 01 and 22. RGB value is (146,1,34). Sum of RGB (Red+Green+Blue) = 146+1+34=181 (23% of max value = 765). Red value is 146 (57.42% from 255 or 80.66% from 181); Green value is 1 (0.78% from 255 or 0.55% from 181); Blue value is 34 (13.67% from 255 or 18.78% from 181); Max value from RGB is 146 - color contains mainly: red. Hex color #920122 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #920122 is #6DFEDD. Grayscale: #303030. Windows color (decimal): -7208670 or 2228626. OLE color: 2228626.
HSL color Cylindrical-coordinate representation of color #920122: hue angle of 346.34º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #920122 is Cyan = 0, Magento = 0.99, Yellow = 0.77 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 1 | 34 | - |
| CMYK | 0 | 0.99 | 0.77 | 0.43 |
| HSL | 346.34º | 0.99% | 0.29% | - |
| HSV(B) | 346.34º | 0.99% | 0.57% | - |
| XYZ | 12.15 | 6.25 | 2.08 | - |
| YUV | 48.12 | 120.04 | 197.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 1 | 34 | 0 | 0.99 | 0.77 | 0.43 | 346.34 | 0.99 | 0.29 |
| Hex | 92 | 1 | 22 | 0 | 63 | 4D | 2B | 15A | 63 | 1D |
| Octal | 222 | 1 | 42 | 0 | 143 | 115 | 53 | 532 | 143 | 35 |
| Binary | 10010010 | 1 | 100010 | 0 | 1100011 | 1001101 | 101011 | 101011010 | 1100011 | 11101 |
Color Harmonies of #920122
Complementary color
Monochromatic Colors of #920122
Black with #920122
Text Example
Text Example
White with #920122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #920122; }
p { color: rgb(146,1,34); }
H1.HeaderClassName
{
color: #920122;
}
.AnyTagClassName
{
color: #920122;
}
</style>
background-color css
<style>
a { background-color: #920122; }
a { background-color: rgb(146,1,34); }
div.DivClassName
{
background-color: #920122;
}
.BgClassName
{
background-color: #920122;
}
</style>
border-color css
<style>
span { border-color: #920122; }
span { border-color: rgb(146,1,34); }
td.TdClassName
{
border-color: #920122;
}
.TagClassName
{
border-color: #920122;
}
</style>