Shades of Carmine #920F23
Tints of Carmine #920F23
RGB
CMYK
RGB Variations
Color information
#920F23 (or 0x920F23) is known color: Carmine. HEX triplet: 92, 0F and 23. RGB value is (146,15,35). Sum of RGB (Red+Green+Blue) = 146+15+35=196 (25% of max value = 765). Red value is 146 (57.42% from 255 or 74.49% from 196); Green value is 15 (6.25% from 255 or 7.65% from 196); Blue value is 35 (14.06% from 255 or 17.86% from 196); Max value from RGB is 146 - color contains mainly: red. Hex color #920F23 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #920F23 is #6DF0DC. Grayscale: #383838. Windows color (decimal): -7205085 or 2297746. OLE color: 2297746.
HSL color Cylindrical-coordinate representation of color #920F23: hue angle of 350.84º 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 #920F23 is Cyan = 0, Magento = 0.90, Yellow = 0.76 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 15 | 35 | - |
| CMYK | 0 | 0.90 | 0.76 | 0.43 |
| HSL | 350.84º | 0.81% | 0.32% | - |
| HSV(B) | 350.84º | 0.9% | 0.57% | - |
| XYZ | 12.33 | 6.57 | 2.21 | - |
| YUV | 56.45 | 115.9 | 191.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 15 | 35 | 0 | 0.90 | 0.76 | 0.43 | 350.84 | 0.81 | 0.32 |
| Hex | 92 | F | 23 | 0 | 5A | 4C | 2B | 15F | 51 | 20 |
| Octal | 222 | 17 | 43 | 0 | 132 | 114 | 53 | 537 | 121 | 40 |
| Binary | 10010010 | 1111 | 100011 | 0 | 1011010 | 1001100 | 101011 | 101011111 | 1010001 | 100000 |
Color Harmonies of #920F23
Complementary color
Monochromatic Colors of #920F23
Black with #920F23
Text Example
Text Example
White with #920F23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #920F23; }
p { color: rgb(146,15,35); }
H1.HeaderClassName
{
color: #920F23;
}
.AnyTagClassName
{
color: #920F23;
}
</style>
background-color css
<style>
a { background-color: #920F23; }
a { background-color: rgb(146,15,35); }
div.DivClassName
{
background-color: #920F23;
}
.BgClassName
{
background-color: #920F23;
}
</style>
border-color css
<style>
span { border-color: #920F23; }
span { border-color: rgb(146,15,35); }
td.TdClassName
{
border-color: #920F23;
}
.TagClassName
{
border-color: #920F23;
}
</style>