Shades of Carmine #92071E
Tints of Carmine #92071E
RGB
CMYK
RGB Variations
Color information
#92071E (or 0x92071E) is known color: Carmine. HEX triplet: 92, 07 and 1E. RGB value is (146,7,30). Sum of RGB (Red+Green+Blue) = 146+7+30=183 (24% of max value = 765). Red value is 146 (57.42% from 255 or 79.78% from 183); Green value is 7 (3.12% from 255 or 3.83% from 183); Blue value is 30 (12.11% from 255 or 16.39% from 183); Max value from RGB is 146 - color contains mainly: red. Hex color #92071E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #92071E is #6DF8E1. Grayscale: #333333. Windows color (decimal): -7207138 or 1968018. OLE color: 1968018.
HSL color Cylindrical-coordinate representation of color #92071E: hue angle of 350.07º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #92071E is Cyan = 0, Magento = 0.95, Yellow = 0.79 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 7 | 30 | - |
| CMYK | 0 | 0.95 | 0.79 | 0.43 |
| HSL | 350.07º | 0.91% | 0.3% | - |
| HSV(B) | 350.07º | 0.95% | 0.57% | - |
| XYZ | 12.16 | 6.36 | 1.81 | - |
| YUV | 51.18 | 116.05 | 195.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 7 | 30 | 0 | 0.95 | 0.79 | 0.43 | 350.07 | 0.91 | 0.3 |
| Hex | 92 | 7 | 1E | 0 | 5F | 4F | 2B | 15E | 5B | 1E |
| Octal | 222 | 7 | 36 | 0 | 137 | 117 | 53 | 536 | 133 | 36 |
| Binary | 10010010 | 111 | 11110 | 0 | 1011111 | 1001111 | 101011 | 101011110 | 1011011 | 11110 |
Color Harmonies of #92071E
Complementary color
Monochromatic Colors of #92071E
Black with #92071E
Text Example
Text Example
White with #92071E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92071E; }
p { color: rgb(146,7,30); }
H1.HeaderClassName
{
color: #92071E;
}
.AnyTagClassName
{
color: #92071E;
}
</style>
background-color css
<style>
a { background-color: #92071E; }
a { background-color: rgb(146,7,30); }
div.DivClassName
{
background-color: #92071E;
}
.BgClassName
{
background-color: #92071E;
}
</style>
border-color css
<style>
span { border-color: #92071E; }
span { border-color: rgb(146,7,30); }
td.TdClassName
{
border-color: #92071E;
}
.TagClassName
{
border-color: #92071E;
}
</style>