Shades of Carmine #980315
Tints of Carmine #980315
RGB
CMYK
RGB Variations
Color information
#980315 (or 0x980315) is known color: Carmine. HEX triplet: 98, 03 and 15. RGB value is (152,3,21). Sum of RGB (Red+Green+Blue) = 152+3+21=176 (23% of max value = 765). Red value is 152 (59.77% from 255 or 86.36% from 176); Green value is 3 (1.56% from 255 or 1.70% from 176); Blue value is 21 (8.59% from 255 or 11.93% from 176); Max value from RGB is 152 - color contains mainly: red. Hex color #980315 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #980315 is #67FCEA. Grayscale: #313131. Windows color (decimal): -6814955 or 1377176. OLE color: 1377176.
HSL color Cylindrical-coordinate representation of color #980315: hue angle of 352.75º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #980315 is Cyan = 0, Magento = 0.98, Yellow = 0.86 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 3 | 21 | - |
| CMYK | 0 | 0.98 | 0.86 | 0.40 |
| HSL | 352.75º | 0.96% | 0.3% | - |
| HSV(B) | 352.75º | 0.98% | 0.6% | - |
| XYZ | 13.12 | 6.79 | 1.33 | - |
| YUV | 49.6 | 111.86 | 201.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 3 | 21 | 0 | 0.98 | 0.86 | 0.40 | 352.75 | 0.96 | 0.3 |
| Hex | 98 | 3 | 15 | 0 | 62 | 56 | 28 | 161 | 60 | 1E |
| Octal | 230 | 3 | 25 | 0 | 142 | 126 | 50 | 541 | 140 | 36 |
| Binary | 10011000 | 11 | 10101 | 0 | 1100010 | 1010110 | 101000 | 101100001 | 1100000 | 11110 |
Color Harmonies of #980315
Complementary color
Monochromatic Colors of #980315
Black with #980315
Text Example
Text Example
White with #980315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980315; }
p { color: rgb(152,3,21); }
H1.HeaderClassName
{
color: #980315;
}
.AnyTagClassName
{
color: #980315;
}
</style>
background-color css
<style>
a { background-color: #980315; }
a { background-color: rgb(152,3,21); }
div.DivClassName
{
background-color: #980315;
}
.BgClassName
{
background-color: #980315;
}
</style>
border-color css
<style>
span { border-color: #980315; }
span { border-color: rgb(152,3,21); }
td.TdClassName
{
border-color: #980315;
}
.TagClassName
{
border-color: #980315;
}
</style>