Shades of Carmine #92011D
Tints of Carmine #92011D
RGB
CMYK
RGB Variations
Color information
#92011D (or 0x92011D) is known color: Carmine. HEX triplet: 92, 01 and 1D. RGB value is (146,1,29). Sum of RGB (Red+Green+Blue) = 146+1+29=176 (23% of max value = 765). Red value is 146 (57.42% from 255 or 82.95% from 176); Green value is 1 (0.78% from 255 or 0.57% from 176); Blue value is 29 (11.72% from 255 or 16.48% from 176); Max value from RGB is 146 - color contains mainly: red. Hex color #92011D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #92011D is #6DFEE2. Grayscale: #2F2F2F. Windows color (decimal): -7208675 or 1900946. OLE color: 1900946.
HSL color Cylindrical-coordinate representation of color #92011D: hue angle of 348.41º 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 #92011D is Cyan = 0, Magento = 0.99, Yellow = 0.80 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 1 | 29 | - |
| CMYK | 0 | 0.99 | 0.80 | 0.43 |
| HSL | 348.41º | 0.99% | 0.29% | - |
| HSV(B) | 348.41º | 0.99% | 0.57% | - |
| XYZ | 12.09 | 6.22 | 1.73 | - |
| YUV | 47.55 | 117.54 | 198.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 1 | 29 | 0 | 0.99 | 0.80 | 0.43 | 348.41 | 0.99 | 0.29 |
| Hex | 92 | 1 | 1D | 0 | 63 | 50 | 2B | 15C | 63 | 1D |
| Octal | 222 | 1 | 35 | 0 | 143 | 120 | 53 | 534 | 143 | 35 |
| Binary | 10010010 | 1 | 11101 | 0 | 1100011 | 1010000 | 101011 | 101011100 | 1100011 | 11101 |
Color Harmonies of #92011D
Complementary color
Monochromatic Colors of #92011D
Black with #92011D
Text Example
Text Example
White with #92011D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92011D; }
p { color: rgb(146,1,29); }
H1.HeaderClassName
{
color: #92011D;
}
.AnyTagClassName
{
color: #92011D;
}
</style>
background-color css
<style>
a { background-color: #92011D; }
a { background-color: rgb(146,1,29); }
div.DivClassName
{
background-color: #92011D;
}
.BgClassName
{
background-color: #92011D;
}
</style>
border-color css
<style>
span { border-color: #92011D; }
span { border-color: rgb(146,1,29); }
td.TdClassName
{
border-color: #92011D;
}
.TagClassName
{
border-color: #92011D;
}
</style>