Shades of Carmine #92141C
Tints of Carmine #92141C
RGB
CMYK
RGB Variations
Color information
#92141C (or 0x92141C) is known color: Carmine. HEX triplet: 92, 14 and 1C. RGB value is (146,20,28). Sum of RGB (Red+Green+Blue) = 146+20+28=194 (25% of max value = 765). Red value is 146 (57.42% from 255 or 75.26% from 194); Green value is 20 (8.20% from 255 or 10.31% from 194); Blue value is 28 (11.33% from 255 or 14.43% from 194); Max value from RGB is 146 - color contains mainly: red. Hex color #92141C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #92141C is #6DEBE3. Grayscale: #3A3A3A. Windows color (decimal): -7203812 or 1840274. OLE color: 1840274.
HSL color Cylindrical-coordinate representation of color #92141C: hue angle of 356.19º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #92141C is Cyan = 0, Magento = 0.86, Yellow = 0.81 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 20 | 28 | - |
| CMYK | 0 | 0.86 | 0.81 | 0.43 |
| HSL | 356.19º | 0.76% | 0.33% | - |
| HSV(B) | 356.19º | 0.86% | 0.57% | - |
| XYZ | 12.31 | 6.7 | 1.74 | - |
| YUV | 58.59 | 110.74 | 190.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 20 | 28 | 0 | 0.86 | 0.81 | 0.43 | 356.19 | 0.76 | 0.33 |
| Hex | 92 | 14 | 1C | 0 | 56 | 51 | 2B | 164 | 4C | 21 |
| Octal | 222 | 24 | 34 | 0 | 126 | 121 | 53 | 544 | 114 | 41 |
| Binary | 10010010 | 10100 | 11100 | 0 | 1010110 | 1010001 | 101011 | 101100100 | 1001100 | 100001 |
Color Harmonies of #92141C
Complementary color
Monochromatic Colors of #92141C
Black with #92141C
Text Example
Text Example
White with #92141C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92141C; }
p { color: rgb(146,20,28); }
H1.HeaderClassName
{
color: #92141C;
}
.AnyTagClassName
{
color: #92141C;
}
</style>
background-color css
<style>
a { background-color: #92141C; }
a { background-color: rgb(146,20,28); }
div.DivClassName
{
background-color: #92141C;
}
.BgClassName
{
background-color: #92141C;
}
</style>
border-color css
<style>
span { border-color: #92141C; }
span { border-color: rgb(146,20,28); }
td.TdClassName
{
border-color: #92141C;
}
.TagClassName
{
border-color: #92141C;
}
</style>