Shades of Carmine #980A2D
Tints of Carmine #980A2D
RGB
CMYK
RGB Variations
Color information
#980A2D (or 0x980A2D) is known color: Carmine. HEX triplet: 98, 0A and 2D. RGB value is (152,10,45). Sum of RGB (Red+Green+Blue) = 152+10+45=207 (27% of max value = 765). Red value is 152 (59.77% from 255 or 73.43% from 207); Green value is 10 (4.30% from 255 or 4.83% from 207); Blue value is 45 (17.97% from 255 or 21.74% from 207); Max value from RGB is 152 - color contains mainly: red. Hex color #980A2D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980A2D is #67F5D2. Grayscale: #383838. Windows color (decimal): -6813139 or 2951832. OLE color: 2951832.
HSL color Cylindrical-coordinate representation of color #980A2D: hue angle of 345.21º 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 #980A2D is Cyan = 0, Magento = 0.93, Yellow = 0.70 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 10 | 45 | - |
| CMYK | 0 | 0.93 | 0.70 | 0.40 |
| HSL | 345.21º | 0.88% | 0.32% | - |
| HSV(B) | 345.21º | 0.93% | 0.6% | - |
| XYZ | 13.53 | 7.08 | 3.14 | - |
| YUV | 56.45 | 121.54 | 196.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 10 | 45 | 0 | 0.93 | 0.70 | 0.40 | 345.21 | 0.88 | 0.32 |
| Hex | 98 | A | 2D | 0 | 5D | 46 | 28 | 159 | 58 | 20 |
| Octal | 230 | 12 | 55 | 0 | 135 | 106 | 50 | 531 | 130 | 40 |
| Binary | 10011000 | 1010 | 101101 | 0 | 1011101 | 1000110 | 101000 | 101011001 | 1011000 | 100000 |
Color Harmonies of #980A2D
Complementary color
Monochromatic Colors of #980A2D
Black with #980A2D
Text Example
Text Example
White with #980A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980A2D; }
p { color: rgb(152,10,45); }
H1.HeaderClassName
{
color: #980A2D;
}
.AnyTagClassName
{
color: #980A2D;
}
</style>
background-color css
<style>
a { background-color: #980A2D; }
a { background-color: rgb(152,10,45); }
div.DivClassName
{
background-color: #980A2D;
}
.BgClassName
{
background-color: #980A2D;
}
</style>
border-color css
<style>
span { border-color: #980A2D; }
span { border-color: rgb(152,10,45); }
td.TdClassName
{
border-color: #980A2D;
}
.TagClassName
{
border-color: #980A2D;
}
</style>