Shades of Carmine #921024
Tints of Carmine #921024
RGB
CMYK
RGB Variations
Color information
#921024 (or 0x921024) is known color: Carmine. HEX triplet: 92, 10 and 24. RGB value is (146,16,36). Sum of RGB (Red+Green+Blue) = 146+16+36=198 (26% of max value = 765). Red value is 146 (57.42% from 255 or 73.74% from 198); Green value is 16 (6.64% from 255 or 8.08% from 198); Blue value is 36 (14.45% from 255 or 18.18% from 198); Max value from RGB is 146 - color contains mainly: red. Hex color #921024 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #921024 is #6DEFDB. Grayscale: #393939. Windows color (decimal): -7204828 or 2363538. OLE color: 2363538.
HSL color Cylindrical-coordinate representation of color #921024: hue angle of 350.77º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #921024 is Cyan = 0, Magento = 0.89, Yellow = 0.75 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 16 | 36 | - |
| CMYK | 0 | 0.89 | 0.75 | 0.43 |
| HSL | 350.77º | 0.8% | 0.32% | - |
| HSV(B) | 350.77º | 0.89% | 0.57% | - |
| XYZ | 12.36 | 6.61 | 2.29 | - |
| YUV | 57.15 | 116.07 | 191.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 16 | 36 | 0 | 0.89 | 0.75 | 0.43 | 350.77 | 0.8 | 0.32 |
| Hex | 92 | 10 | 24 | 0 | 59 | 4B | 2B | 15F | 50 | 20 |
| Octal | 222 | 20 | 44 | 0 | 131 | 113 | 53 | 537 | 120 | 40 |
| Binary | 10010010 | 10000 | 100100 | 0 | 1011001 | 1001011 | 101011 | 101011111 | 1010000 | 100000 |
Color Harmonies of #921024
Complementary color
Monochromatic Colors of #921024
Black with #921024
Text Example
Text Example
White with #921024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #921024; }
p { color: rgb(146,16,36); }
H1.HeaderClassName
{
color: #921024;
}
.AnyTagClassName
{
color: #921024;
}
</style>
background-color css
<style>
a { background-color: #921024; }
a { background-color: rgb(146,16,36); }
div.DivClassName
{
background-color: #921024;
}
.BgClassName
{
background-color: #921024;
}
</style>
border-color css
<style>
span { border-color: #921024; }
span { border-color: rgb(146,16,36); }
td.TdClassName
{
border-color: #921024;
}
.TagClassName
{
border-color: #921024;
}
</style>