Shades of Carmine #92001C
Tints of Carmine #92001C
RGB
CMYK
RGB Variations
Color information
#92001C (or 0x92001C) is known color: Carmine. HEX triplet: 92, 00 and 1C. RGB value is (146,0,28). Sum of RGB (Red+Green+Blue) = 146+0+28=174 (23% of max value = 765). Red value is 146 (57.42% from 255 or 83.91% from 174); Green value is 0 (0.39% from 255 or 0% from 174); Blue value is 28 (11.33% from 255 or 16.09% from 174); Max value from RGB is 146 - color contains mainly: red. Hex color #92001C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #92001C is #6DFFE3. Grayscale: #2E2E2E. Windows color (decimal): -7208932 or 1835154. OLE color: 1835154.
HSL color Cylindrical-coordinate representation of color #92001C: hue angle of 348.49º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #92001C is Cyan = 0, Magento = 1, Yellow = 0.81 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 0 | 28 | - |
| CMYK | 0 | 1 | 0.81 | 0.43 |
| HSL | 348.49º | 1% | 0.29% | - |
| HSV(B) | 348.49º | 1% | 0.57% | - |
| XYZ | 12.06 | 6.19 | 1.66 | - |
| YUV | 46.85 | 117.37 | 198.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 0 | 28 | 0 | 1 | 0.81 | 0.43 | 348.49 | 1 | 0.29 |
| Hex | 92 | 0 | 1C | 0 | 64 | 51 | 2B | 15C | 64 | 1D |
| Octal | 222 | 0 | 34 | 0 | 144 | 121 | 53 | 534 | 144 | 35 |
| Binary | 10010010 | 0 | 11100 | 0 | 1100100 | 1010001 | 101011 | 101011100 | 1100100 | 11101 |
Color Harmonies of #92001C
Complementary color
Monochromatic Colors of #92001C
Black with #92001C
Text Example
Text Example
White with #92001C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92001C; }
p { color: rgb(146,0,28); }
H1.HeaderClassName
{
color: #92001C;
}
.AnyTagClassName
{
color: #92001C;
}
</style>
background-color css
<style>
a { background-color: #92001C; }
a { background-color: rgb(146,0,28); }
div.DivClassName
{
background-color: #92001C;
}
.BgClassName
{
background-color: #92001C;
}
</style>
border-color css
<style>
span { border-color: #92001C; }
span { border-color: rgb(146,0,28); }
td.TdClassName
{
border-color: #92001C;
}
.TagClassName
{
border-color: #92001C;
}
</style>