Shades of Carmine #92131C
Tints of Carmine #92131C
RGB
CMYK
RGB Variations
Color information
#92131C (or 0x92131C) is known color: Carmine. HEX triplet: 92, 13 and 1C. RGB value is (146,19,28). Sum of RGB (Red+Green+Blue) = 146+19+28=193 (25% of max value = 765). Red value is 146 (57.42% from 255 or 75.65% from 193); Green value is 19 (7.81% from 255 or 9.84% from 193); Blue value is 28 (11.33% from 255 or 14.51% from 193); Max value from RGB is 146 - color contains mainly: red. Hex color #92131C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #92131C is #6DECE3. Grayscale: #3A3A3A. Windows color (decimal): -7204068 or 1840018. OLE color: 1840018.
HSL color Cylindrical-coordinate representation of color #92131C: hue angle of 355.75º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #92131C is Cyan = 0, Magento = 0.87, Yellow = 0.81 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 19 | 28 | - |
| CMYK | 0 | 0.87 | 0.81 | 0.43 |
| HSL | 355.75º | 0.77% | 0.32% | - |
| HSV(B) | 355.75º | 0.87% | 0.57% | - |
| XYZ | 12.3 | 6.66 | 1.74 | - |
| YUV | 58 | 111.08 | 190.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 19 | 28 | 0 | 0.87 | 0.81 | 0.43 | 355.75 | 0.77 | 0.32 |
| Hex | 92 | 13 | 1C | 0 | 57 | 51 | 2B | 164 | 4D | 20 |
| Octal | 222 | 23 | 34 | 0 | 127 | 121 | 53 | 544 | 115 | 40 |
| Binary | 10010010 | 10011 | 11100 | 0 | 1010111 | 1010001 | 101011 | 101100100 | 1001101 | 100000 |
Color Harmonies of #92131C
Complementary color
Monochromatic Colors of #92131C
Black with #92131C
Text Example
Text Example
White with #92131C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92131C; }
p { color: rgb(146,19,28); }
H1.HeaderClassName
{
color: #92131C;
}
.AnyTagClassName
{
color: #92131C;
}
</style>
background-color css
<style>
a { background-color: #92131C; }
a { background-color: rgb(146,19,28); }
div.DivClassName
{
background-color: #92131C;
}
.BgClassName
{
background-color: #92131C;
}
</style>
border-color css
<style>
span { border-color: #92131C; }
span { border-color: rgb(146,19,28); }
td.TdClassName
{
border-color: #92131C;
}
.TagClassName
{
border-color: #92131C;
}
</style>