Shades of Carmine #92091C
Tints of Carmine #92091C
RGB
CMYK
RGB Variations
Color information
#92091C (or 0x92091C) is known color: Carmine. HEX triplet: 92, 09 and 1C. RGB value is (146,9,28). Sum of RGB (Red+Green+Blue) = 146+9+28=183 (24% of max value = 765). Red value is 146 (57.42% from 255 or 79.78% from 183); Green value is 9 (3.91% from 255 or 4.92% from 183); Blue value is 28 (11.33% from 255 or 15.30% from 183); Max value from RGB is 146 - color contains mainly: red. Hex color #92091C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #92091C is #6DF6E3. Grayscale: #343434. Windows color (decimal): -7206628 or 1837458. OLE color: 1837458.
HSL color Cylindrical-coordinate representation of color #92091C: hue angle of 351.68º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #92091C is Cyan = 0, Magento = 0.94, Yellow = 0.81 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 9 | 28 | - |
| CMYK | 0 | 0.94 | 0.81 | 0.43 |
| HSL | 351.68º | 0.88% | 0.3% | - |
| HSV(B) | 351.68º | 0.94% | 0.57% | - |
| XYZ | 12.16 | 6.39 | 1.69 | - |
| YUV | 52.13 | 114.39 | 194.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 9 | 28 | 0 | 0.94 | 0.81 | 0.43 | 351.68 | 0.88 | 0.3 |
| Hex | 92 | 9 | 1C | 0 | 5E | 51 | 2B | 160 | 58 | 1E |
| Octal | 222 | 11 | 34 | 0 | 136 | 121 | 53 | 540 | 130 | 36 |
| Binary | 10010010 | 1001 | 11100 | 0 | 1011110 | 1010001 | 101011 | 101100000 | 1011000 | 11110 |
Color Harmonies of #92091C
Complementary color
Monochromatic Colors of #92091C
Black with #92091C
Text Example
Text Example
White with #92091C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92091C; }
p { color: rgb(146,9,28); }
H1.HeaderClassName
{
color: #92091C;
}
.AnyTagClassName
{
color: #92091C;
}
</style>
background-color css
<style>
a { background-color: #92091C; }
a { background-color: rgb(146,9,28); }
div.DivClassName
{
background-color: #92091C;
}
.BgClassName
{
background-color: #92091C;
}
</style>
border-color css
<style>
span { border-color: #92091C; }
span { border-color: rgb(146,9,28); }
td.TdClassName
{
border-color: #92091C;
}
.TagClassName
{
border-color: #92091C;
}
</style>