Shades of Carmine #92021E
Tints of Carmine #92021E
RGB
CMYK
RGB Variations
Color information
#92021E (or 0x92021E) is known color: Carmine. HEX triplet: 92, 02 and 1E. RGB value is (146,2,30). Sum of RGB (Red+Green+Blue) = 146+2+30=178 (23% of max value = 765). Red value is 146 (57.42% from 255 or 82.02% from 178); Green value is 2 (1.17% from 255 or 1.12% from 178); Blue value is 30 (12.11% from 255 or 16.85% from 178); Max value from RGB is 146 - color contains mainly: red. Hex color #92021E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #92021E is #6DFDE1. Grayscale: #303030. Windows color (decimal): -7208418 or 1966738. OLE color: 1966738.
HSL color Cylindrical-coordinate representation of color #92021E: hue angle of 348.33º 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 #92021E is Cyan = 0, Magento = 0.99, Yellow = 0.79 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 2 | 30 | - |
| CMYK | 0 | 0.99 | 0.79 | 0.43 |
| HSL | 348.33º | 0.97% | 0.29% | - |
| HSV(B) | 348.33º | 0.99% | 0.57% | - |
| XYZ | 12.11 | 6.25 | 1.8 | - |
| YUV | 48.25 | 117.71 | 197.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 2 | 30 | 0 | 0.99 | 0.79 | 0.43 | 348.33 | 0.97 | 0.29 |
| Hex | 92 | 2 | 1E | 0 | 63 | 4F | 2B | 15C | 61 | 1D |
| Octal | 222 | 2 | 36 | 0 | 143 | 117 | 53 | 534 | 141 | 35 |
| Binary | 10010010 | 10 | 11110 | 0 | 1100011 | 1001111 | 101011 | 101011100 | 1100001 | 11101 |
Color Harmonies of #92021E
Complementary color
Monochromatic Colors of #92021E
Black with #92021E
Text Example
Text Example
White with #92021E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92021E; }
p { color: rgb(146,2,30); }
H1.HeaderClassName
{
color: #92021E;
}
.AnyTagClassName
{
color: #92021E;
}
</style>
background-color css
<style>
a { background-color: #92021E; }
a { background-color: rgb(146,2,30); }
div.DivClassName
{
background-color: #92021E;
}
.BgClassName
{
background-color: #92021E;
}
</style>
border-color css
<style>
span { border-color: #92021E; }
span { border-color: rgb(146,2,30); }
td.TdClassName
{
border-color: #92021E;
}
.TagClassName
{
border-color: #92021E;
}
</style>