Shades of Carmine #920A17
Tints of Carmine #920A17
RGB
CMYK
RGB Variations
Color information
#920A17 (or 0x920A17) is known color: Carmine. HEX triplet: 92, 0A and 17. RGB value is (146,10,23). Sum of RGB (Red+Green+Blue) = 146+10+23=179 (23% of max value = 765). Red value is 146 (57.42% from 255 or 81.56% from 179); Green value is 10 (4.30% from 255 or 5.59% from 179); Blue value is 23 (9.38% from 255 or 12.85% from 179); Max value from RGB is 146 - color contains mainly: red. Hex color #920A17 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #920A17 is #6DF5E8. Grayscale: #343434. Windows color (decimal): -7206377 or 1510034. OLE color: 1510034.
HSL color Cylindrical-coordinate representation of color #920A17: hue angle of 354.26º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #920A17 is Cyan = 0, Magento = 0.93, Yellow = 0.84 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 10 | 23 | - |
| CMYK | 0 | 0.93 | 0.84 | 0.43 |
| HSL | 354.26º | 0.87% | 0.31% | - |
| HSV(B) | 354.26º | 0.93% | 0.57% | - |
| XYZ | 12.12 | 6.39 | 1.41 | - |
| YUV | 52.15 | 111.56 | 194.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 10 | 23 | 0 | 0.93 | 0.84 | 0.43 | 354.26 | 0.87 | 0.31 |
| Hex | 92 | A | 17 | 0 | 5D | 54 | 2B | 162 | 57 | 1F |
| Octal | 222 | 12 | 27 | 0 | 135 | 124 | 53 | 542 | 127 | 37 |
| Binary | 10010010 | 1010 | 10111 | 0 | 1011101 | 1010100 | 101011 | 101100010 | 1010111 | 11111 |
Color Harmonies of #920A17
Complementary color
Monochromatic Colors of #920A17
Black with #920A17
Text Example
Text Example
White with #920A17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #920A17; }
p { color: rgb(146,10,23); }
H1.HeaderClassName
{
color: #920A17;
}
.AnyTagClassName
{
color: #920A17;
}
</style>
background-color css
<style>
a { background-color: #920A17; }
a { background-color: rgb(146,10,23); }
div.DivClassName
{
background-color: #920A17;
}
.BgClassName
{
background-color: #920A17;
}
</style>
border-color css
<style>
span { border-color: #920A17; }
span { border-color: rgb(146,10,23); }
td.TdClassName
{
border-color: #920A17;
}
.TagClassName
{
border-color: #920A17;
}
</style>