Shades of Carmine #921422
Tints of Carmine #921422
RGB
CMYK
RGB Variations
Color information
#921422 (or 0x921422) is known color: Carmine. HEX triplet: 92, 14 and 22. RGB value is (146,20,34). Sum of RGB (Red+Green+Blue) = 146+20+34=200 (26% of max value = 765). Red value is 146 (57.42% from 255 or 73% from 200); Green value is 20 (8.20% from 255 or 10% from 200); Blue value is 34 (13.67% from 255 or 17% from 200); Max value from RGB is 146 - color contains mainly: red. Hex color #921422 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #921422 is #6DEBDD. Grayscale: #3B3B3B. Windows color (decimal): -7203806 or 2233490. OLE color: 2233490.
HSL color Cylindrical-coordinate representation of color #921422: hue angle of 353.33º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #921422 is Cyan = 0, Magento = 0.86, Yellow = 0.77 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 20 | 34 | - |
| CMYK | 0 | 0.86 | 0.77 | 0.43 |
| HSL | 353.33º | 0.76% | 0.33% | - |
| HSV(B) | 353.33º | 0.86% | 0.57% | - |
| XYZ | 12.39 | 6.73 | 2.16 | - |
| YUV | 59.27 | 113.74 | 189.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 20 | 34 | 0 | 0.86 | 0.77 | 0.43 | 353.33 | 0.76 | 0.33 |
| Hex | 92 | 14 | 22 | 0 | 56 | 4D | 2B | 161 | 4C | 21 |
| Octal | 222 | 24 | 42 | 0 | 126 | 115 | 53 | 541 | 114 | 41 |
| Binary | 10010010 | 10100 | 100010 | 0 | 1010110 | 1001101 | 101011 | 101100001 | 1001100 | 100001 |
Color Harmonies of #921422
Complementary color
Monochromatic Colors of #921422
Black with #921422
Text Example
Text Example
White with #921422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #921422; }
p { color: rgb(146,20,34); }
H1.HeaderClassName
{
color: #921422;
}
.AnyTagClassName
{
color: #921422;
}
</style>
background-color css
<style>
a { background-color: #921422; }
a { background-color: rgb(146,20,34); }
div.DivClassName
{
background-color: #921422;
}
.BgClassName
{
background-color: #921422;
}
</style>
border-color css
<style>
span { border-color: #921422; }
span { border-color: rgb(146,20,34); }
td.TdClassName
{
border-color: #921422;
}
.TagClassName
{
border-color: #921422;
}
</style>