Shades of Carmine #920F16
Tints of Carmine #920F16
RGB
CMYK
RGB Variations
Color information
#920F16 (or 0x920F16) is known color: Carmine. HEX triplet: 92, 0F and 16. RGB value is (146,15,22). Sum of RGB (Red+Green+Blue) = 146+15+22=183 (24% of max value = 765). Red value is 146 (57.42% from 255 or 79.78% from 183); Green value is 15 (6.25% from 255 or 8.20% from 183); Blue value is 22 (8.98% from 255 or 12.02% from 183); Max value from RGB is 146 - color contains mainly: red. Hex color #920F16 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #920F16 is #6DF0E9. Grayscale: #373737. Windows color (decimal): -7205098 or 1445778. OLE color: 1445778.
HSL color Cylindrical-coordinate representation of color #920F16: hue angle of 356.79º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #920F16 is Cyan = 0, Magento = 0.90, Yellow = 0.85 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 15 | 22 | - |
| CMYK | 0 | 0.90 | 0.85 | 0.43 |
| HSL | 356.79º | 0.81% | 0.32% | - |
| HSV(B) | 356.79º | 0.9% | 0.57% | - |
| XYZ | 12.17 | 6.51 | 1.37 | - |
| YUV | 54.97 | 109.4 | 192.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 15 | 22 | 0 | 0.90 | 0.85 | 0.43 | 356.79 | 0.81 | 0.32 |
| Hex | 92 | F | 16 | 0 | 5A | 55 | 2B | 165 | 51 | 20 |
| Octal | 222 | 17 | 26 | 0 | 132 | 125 | 53 | 545 | 121 | 40 |
| Binary | 10010010 | 1111 | 10110 | 0 | 1011010 | 1010101 | 101011 | 101100101 | 1010001 | 100000 |
Color Harmonies of #920F16
Complementary color
Monochromatic Colors of #920F16
Black with #920F16
Text Example
Text Example
White with #920F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #920F16; }
p { color: rgb(146,15,22); }
H1.HeaderClassName
{
color: #920F16;
}
.AnyTagClassName
{
color: #920F16;
}
</style>
background-color css
<style>
a { background-color: #920F16; }
a { background-color: rgb(146,15,22); }
div.DivClassName
{
background-color: #920F16;
}
.BgClassName
{
background-color: #920F16;
}
</style>
border-color css
<style>
span { border-color: #920F16; }
span { border-color: rgb(146,15,22); }
td.TdClassName
{
border-color: #920F16;
}
.TagClassName
{
border-color: #920F16;
}
</style>