Shades of Carmine #920F22
Tints of Carmine #920F22
RGB
CMYK
RGB Variations
Color information
#920F22 (or 0x920F22) is known color: Carmine. HEX triplet: 92, 0F and 22. RGB value is (146,15,34). Sum of RGB (Red+Green+Blue) = 146+15+34=195 (25% of max value = 765). Red value is 146 (57.42% from 255 or 74.87% from 195); Green value is 15 (6.25% from 255 or 7.69% from 195); Blue value is 34 (13.67% from 255 or 17.44% from 195); Max value from RGB is 146 - color contains mainly: red. Hex color #920F22 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #920F22 is #6DF0DD. Grayscale: #383838. Windows color (decimal): -7205086 or 2232210. OLE color: 2232210.
HSL color Cylindrical-coordinate representation of color #920F22: hue angle of 351.3º 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 #920F22 is Cyan = 0, Magento = 0.90, Yellow = 0.77 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 15 | 34 | - |
| CMYK | 0 | 0.90 | 0.77 | 0.43 |
| HSL | 351.3º | 0.81% | 0.32% | - |
| HSV(B) | 351.3º | 0.9% | 0.57% | - |
| XYZ | 12.31 | 6.57 | 2.13 | - |
| YUV | 56.34 | 115.4 | 191.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 15 | 34 | 0 | 0.90 | 0.77 | 0.43 | 351.3 | 0.81 | 0.32 |
| Hex | 92 | F | 22 | 0 | 5A | 4D | 2B | 15F | 51 | 20 |
| Octal | 222 | 17 | 42 | 0 | 132 | 115 | 53 | 537 | 121 | 40 |
| Binary | 10010010 | 1111 | 100010 | 0 | 1011010 | 1001101 | 101011 | 101011111 | 1010001 | 100000 |
Color Harmonies of #920F22
Complementary color
Monochromatic Colors of #920F22
Black with #920F22
Text Example
Text Example
White with #920F22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #920F22; }
p { color: rgb(146,15,34); }
H1.HeaderClassName
{
color: #920F22;
}
.AnyTagClassName
{
color: #920F22;
}
</style>
background-color css
<style>
a { background-color: #920F22; }
a { background-color: rgb(146,15,34); }
div.DivClassName
{
background-color: #920F22;
}
.BgClassName
{
background-color: #920F22;
}
</style>
border-color css
<style>
span { border-color: #920F22; }
span { border-color: rgb(146,15,34); }
td.TdClassName
{
border-color: #920F22;
}
.TagClassName
{
border-color: #920F22;
}
</style>