Shades of Carmine #920D28
Tints of Carmine #920D28
RGB
CMYK
RGB Variations
Color information
#920D28 (or 0x920D28) is known color: Carmine. HEX triplet: 92, 0D and 28. RGB value is (146,13,40). Sum of RGB (Red+Green+Blue) = 146+13+40=199 (26% of max value = 765). Red value is 146 (57.42% from 255 or 73.37% from 199); Green value is 13 (5.47% from 255 or 6.53% from 199); Blue value is 40 (16.02% from 255 or 20.10% from 199); Max value from RGB is 146 - color contains mainly: red. Hex color #920D28 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #920D28 is #6DF2D7. Grayscale: #373737. Windows color (decimal): -7205592 or 2624914. OLE color: 2624914.
HSL color Cylindrical-coordinate representation of color #920D28: hue angle of 347.82º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #920D28 is Cyan = 0, Magento = 0.91, Yellow = 0.73 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 13 | 40 | - |
| CMYK | 0 | 0.91 | 0.73 | 0.43 |
| HSL | 347.82º | 0.84% | 0.31% | - |
| HSV(B) | 347.82º | 0.91% | 0.57% | - |
| XYZ | 12.38 | 6.55 | 2.62 | - |
| YUV | 55.85 | 119.06 | 192.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 13 | 40 | 0 | 0.91 | 0.73 | 0.43 | 347.82 | 0.84 | 0.31 |
| Hex | 92 | D | 28 | 0 | 5B | 49 | 2B | 15C | 54 | 1F |
| Octal | 222 | 15 | 50 | 0 | 133 | 111 | 53 | 534 | 124 | 37 |
| Binary | 10010010 | 1101 | 101000 | 0 | 1011011 | 1001001 | 101011 | 101011100 | 1010100 | 11111 |
Color Harmonies of #920D28
Complementary color
Monochromatic Colors of #920D28
Black with #920D28
Text Example
Text Example
White with #920D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #920D28; }
p { color: rgb(146,13,40); }
H1.HeaderClassName
{
color: #920D28;
}
.AnyTagClassName
{
color: #920D28;
}
</style>
background-color css
<style>
a { background-color: #920D28; }
a { background-color: rgb(146,13,40); }
div.DivClassName
{
background-color: #920D28;
}
.BgClassName
{
background-color: #920D28;
}
</style>
border-color css
<style>
span { border-color: #920D28; }
span { border-color: rgb(146,13,40); }
td.TdClassName
{
border-color: #920D28;
}
.TagClassName
{
border-color: #920D28;
}
</style>