Shades of Carmine #920024
Tints of Carmine #920024
RGB
CMYK
RGB Variations
Color information
#920024 (or 0x920024) is known color: Carmine. HEX triplet: 92, 00 and 24. RGB value is (146,0,36). Sum of RGB (Red+Green+Blue) = 146+0+36=182 (24% of max value = 765). Red value is 146 (57.42% from 255 or 80.22% from 182); Green value is 0 (0.39% from 255 or 0% from 182); Blue value is 36 (14.45% from 255 or 19.78% from 182); Max value from RGB is 146 - color contains mainly: red. Hex color #920024 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #920024 is #6DFFDB. Grayscale: #2F2F2F. Windows color (decimal): -7208924 or 2359442. OLE color: 2359442.
HSL color Cylindrical-coordinate representation of color #920024: hue angle of 345.21º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #920024 is Cyan = 0, Magento = 1, Yellow = 0.75 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 0 | 36 | - |
| CMYK | 0 | 1 | 0.75 | 0.43 |
| HSL | 345.21º | 1% | 0.29% | - |
| HSV(B) | 345.21º | 1% | 0.57% | - |
| XYZ | 12.17 | 6.24 | 2.23 | - |
| YUV | 47.76 | 121.37 | 198.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 0 | 36 | 0 | 1 | 0.75 | 0.43 | 345.21 | 1 | 0.29 |
| Hex | 92 | 0 | 24 | 0 | 64 | 4B | 2B | 159 | 64 | 1D |
| Octal | 222 | 0 | 44 | 0 | 144 | 113 | 53 | 531 | 144 | 35 |
| Binary | 10010010 | 0 | 100100 | 0 | 1100100 | 1001011 | 101011 | 101011001 | 1100100 | 11101 |
Color Harmonies of #920024
Complementary color
Monochromatic Colors of #920024
Black with #920024
Text Example
Text Example
White with #920024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #920024; }
p { color: rgb(146,0,36); }
H1.HeaderClassName
{
color: #920024;
}
.AnyTagClassName
{
color: #920024;
}
</style>
background-color css
<style>
a { background-color: #920024; }
a { background-color: rgb(146,0,36); }
div.DivClassName
{
background-color: #920024;
}
.BgClassName
{
background-color: #920024;
}
</style>
border-color css
<style>
span { border-color: #920024; }
span { border-color: rgb(146,0,36); }
td.TdClassName
{
border-color: #920024;
}
.TagClassName
{
border-color: #920024;
}
</style>