Shades of Carmine #981522
Tints of Carmine #981522
RGB
CMYK
RGB Variations
Color information
#981522 (or 0x981522) is known color: Carmine. HEX triplet: 98, 15 and 22. RGB value is (152,21,34). Sum of RGB (Red+Green+Blue) = 152+21+34=207 (27% of max value = 765). Red value is 152 (59.77% from 255 or 73.43% from 207); Green value is 21 (8.59% from 255 or 10.14% from 207); Blue value is 34 (13.67% from 255 or 16.43% from 207); Max value from RGB is 152 - color contains mainly: red. Hex color #981522 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #981522 is #67EADD. Grayscale: #3D3D3D. Windows color (decimal): -6810334 or 2233752. OLE color: 2233752.
HSL color Cylindrical-coordinate representation of color #981522: hue angle of 354.05º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #981522 is Cyan = 0, Magento = 0.86, Yellow = 0.78 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 21 | 34 | - |
| CMYK | 0 | 0.86 | 0.78 | 0.40 |
| HSL | 354.05º | 0.76% | 0.34% | - |
| HSV(B) | 354.05º | 0.86% | 0.6% | - |
| XYZ | 13.51 | 7.33 | 2.22 | - |
| YUV | 61.65 | 112.4 | 192.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 21 | 34 | 0 | 0.86 | 0.78 | 0.40 | 354.05 | 0.76 | 0.34 |
| Hex | 98 | 15 | 22 | 0 | 56 | 4E | 28 | 162 | 4C | 22 |
| Octal | 230 | 25 | 42 | 0 | 126 | 116 | 50 | 542 | 114 | 42 |
| Binary | 10011000 | 10101 | 100010 | 0 | 1010110 | 1001110 | 101000 | 101100010 | 1001100 | 100010 |
Color Harmonies of #981522
Complementary color
Monochromatic Colors of #981522
Black with #981522
Text Example
Text Example
White with #981522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981522; }
p { color: rgb(152,21,34); }
H1.HeaderClassName
{
color: #981522;
}
.AnyTagClassName
{
color: #981522;
}
</style>
background-color css
<style>
a { background-color: #981522; }
a { background-color: rgb(152,21,34); }
div.DivClassName
{
background-color: #981522;
}
.BgClassName
{
background-color: #981522;
}
</style>
border-color css
<style>
span { border-color: #981522; }
span { border-color: rgb(152,21,34); }
td.TdClassName
{
border-color: #981522;
}
.TagClassName
{
border-color: #981522;
}
</style>