Shades of Carmine #920228
Tints of Carmine #920228
RGB
CMYK
RGB Variations
Color information
#920228 (or 0x920228) is known color: Carmine. HEX triplet: 92, 02 and 28. RGB value is (146,2,40). Sum of RGB (Red+Green+Blue) = 146+2+40=188 (24% of max value = 765). Red value is 146 (57.42% from 255 or 77.66% from 188); Green value is 2 (1.17% from 255 or 1.06% from 188); Blue value is 40 (16.02% from 255 or 21.28% from 188); Max value from RGB is 146 - color contains mainly: red. Hex color #920228 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #920228 is #6DFDD7. Grayscale: #313131. Windows color (decimal): -7208408 or 2622098. OLE color: 2622098.
HSL color Cylindrical-coordinate representation of color #920228: hue angle of 344.17º degrees, saturation: 0.97, 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 #920228 is Cyan = 0, Magento = 0.99, Yellow = 0.73 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 2 | 40 | - |
| CMYK | 0 | 0.99 | 0.73 | 0.43 |
| HSL | 344.17º | 0.97% | 0.29% | - |
| HSV(B) | 344.17º | 0.99% | 0.57% | - |
| XYZ | 12.26 | 6.31 | 2.58 | - |
| YUV | 49.39 | 122.71 | 196.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 2 | 40 | 0 | 0.99 | 0.73 | 0.43 | 344.17 | 0.97 | 0.29 |
| Hex | 92 | 2 | 28 | 0 | 63 | 49 | 2B | 158 | 61 | 1D |
| Octal | 222 | 2 | 50 | 0 | 143 | 111 | 53 | 530 | 141 | 35 |
| Binary | 10010010 | 10 | 101000 | 0 | 1100011 | 1001001 | 101011 | 101011000 | 1100001 | 11101 |
Color Harmonies of #920228
Complementary color
Monochromatic Colors of #920228
Black with #920228
Text Example
Text Example
White with #920228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #920228; }
p { color: rgb(146,2,40); }
H1.HeaderClassName
{
color: #920228;
}
.AnyTagClassName
{
color: #920228;
}
</style>
background-color css
<style>
a { background-color: #920228; }
a { background-color: rgb(146,2,40); }
div.DivClassName
{
background-color: #920228;
}
.BgClassName
{
background-color: #920228;
}
</style>
border-color css
<style>
span { border-color: #920228; }
span { border-color: rgb(146,2,40); }
td.TdClassName
{
border-color: #920228;
}
.TagClassName
{
border-color: #920228;
}
</style>