Shades of Carmine #980123
Tints of Carmine #980123
RGB
CMYK
RGB Variations
Color information
#980123 (or 0x980123) is known color: Carmine. HEX triplet: 98, 01 and 23. RGB value is (152,1,35). Sum of RGB (Red+Green+Blue) = 152+1+35=188 (24% of max value = 765). Red value is 152 (59.77% from 255 or 80.85% from 188); Green value is 1 (0.78% from 255 or 0.53% from 188); Blue value is 35 (14.06% from 255 or 18.62% from 188); Max value from RGB is 152 - color contains mainly: red. Hex color #980123 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980123 is #67FEDC. Grayscale: #323232. Windows color (decimal): -6815453 or 2294168. OLE color: 2294168.
HSL color Cylindrical-coordinate representation of color #980123: hue angle of 346.49º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #980123 is Cyan = 0, Magento = 0.99, Yellow = 0.77 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 1 | 35 | - |
| CMYK | 0 | 0.99 | 0.77 | 0.40 |
| HSL | 346.49º | 0.99% | 0.3% | - |
| HSV(B) | 346.49º | 0.99% | 0.6% | - |
| XYZ | 13.26 | 6.82 | 2.21 | - |
| YUV | 50.03 | 119.53 | 200.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 1 | 35 | 0 | 0.99 | 0.77 | 0.40 | 346.49 | 0.99 | 0.3 |
| Hex | 98 | 1 | 23 | 0 | 63 | 4D | 28 | 15A | 63 | 1E |
| Octal | 230 | 1 | 43 | 0 | 143 | 115 | 50 | 532 | 143 | 36 |
| Binary | 10011000 | 1 | 100011 | 0 | 1100011 | 1001101 | 101000 | 101011010 | 1100011 | 11110 |
Color Harmonies of #980123
Complementary color
Monochromatic Colors of #980123
Black with #980123
Text Example
Text Example
White with #980123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980123; }
p { color: rgb(152,1,35); }
H1.HeaderClassName
{
color: #980123;
}
.AnyTagClassName
{
color: #980123;
}
</style>
background-color css
<style>
a { background-color: #980123; }
a { background-color: rgb(152,1,35); }
div.DivClassName
{
background-color: #980123;
}
.BgClassName
{
background-color: #980123;
}
</style>
border-color css
<style>
span { border-color: #980123; }
span { border-color: rgb(152,1,35); }
td.TdClassName
{
border-color: #980123;
}
.TagClassName
{
border-color: #980123;
}
</style>