Shades of Carmine #980A1C
Tints of Carmine #980A1C
RGB
CMYK
RGB Variations
Color information
#980A1C (or 0x980A1C) is known color: Carmine. HEX triplet: 98, 0A and 1C. RGB value is (152,10,28). Sum of RGB (Red+Green+Blue) = 152+10+28=190 (25% of max value = 765). Red value is 152 (59.77% from 255 or 80% from 190); Green value is 10 (4.30% from 255 or 5.26% from 190); Blue value is 28 (11.33% from 255 or 14.74% from 190); Max value from RGB is 152 - color contains mainly: red. Hex color #980A1C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980A1C is #67F5E3. Grayscale: #363636. Windows color (decimal): -6813156 or 1837720. OLE color: 1837720.
HSL color Cylindrical-coordinate representation of color #980A1C: hue angle of 352.39º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #980A1C is Cyan = 0, Magento = 0.93, Yellow = 0.82 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 10 | 28 | - |
| CMYK | 0 | 0.93 | 0.82 | 0.40 |
| HSL | 352.39º | 0.88% | 0.32% | - |
| HSV(B) | 352.39º | 0.93% | 0.6% | - |
| XYZ | 13.27 | 6.98 | 1.75 | - |
| YUV | 54.51 | 113.04 | 197.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 10 | 28 | 0 | 0.93 | 0.82 | 0.40 | 352.39 | 0.88 | 0.32 |
| Hex | 98 | A | 1C | 0 | 5D | 52 | 28 | 160 | 58 | 20 |
| Octal | 230 | 12 | 34 | 0 | 135 | 122 | 50 | 540 | 130 | 40 |
| Binary | 10011000 | 1010 | 11100 | 0 | 1011101 | 1010010 | 101000 | 101100000 | 1011000 | 100000 |
Color Harmonies of #980A1C
Complementary color
Monochromatic Colors of #980A1C
Black with #980A1C
Text Example
Text Example
White with #980A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980A1C; }
p { color: rgb(152,10,28); }
H1.HeaderClassName
{
color: #980A1C;
}
.AnyTagClassName
{
color: #980A1C;
}
</style>
background-color css
<style>
a { background-color: #980A1C; }
a { background-color: rgb(152,10,28); }
div.DivClassName
{
background-color: #980A1C;
}
.BgClassName
{
background-color: #980A1C;
}
</style>
border-color css
<style>
span { border-color: #980A1C; }
span { border-color: rgb(152,10,28); }
td.TdClassName
{
border-color: #980A1C;
}
.TagClassName
{
border-color: #980A1C;
}
</style>