Shades of Bright Red #982A3C
Tints of Bright Red #982A3C
RGB
CMYK
RGB Variations
Color information
#982A3C (or 0x982A3C) is known color: Bright Red. HEX triplet: 98, 2A and 3C. RGB value is (152,42,60). Sum of RGB (Red+Green+Blue) = 152+42+60=254 (33% of max value = 765). Red value is 152 (59.77% from 255 or 59.84% from 254); Green value is 42 (16.80% from 255 or 16.54% from 254); Blue value is 60 (23.83% from 255 or 23.62% from 254); Max value from RGB is 152 - color contains mainly: red. Hex color #982A3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #982A3C is #67D5C3. Grayscale: #4C4C4C. Windows color (decimal): -6804932 or 3943064. OLE color: 3943064.
HSL color Cylindrical-coordinate representation of color #982A3C: hue angle of 350.18º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #982A3C is Cyan = 0, Magento = 0.72, Yellow = 0.61 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 42 | 60 | - |
| CMYK | 0 | 0.72 | 0.61 | 0.40 |
| HSL | 350.18º | 0.57% | 0.38% | - |
| HSV(B) | 350.18º | 0.72% | 0.6% | - |
| XYZ | 14.59 | 8.66 | 5.18 | - |
| YUV | 76.94 | 118.44 | 181.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 42 | 60 | 0 | 0.72 | 0.61 | 0.40 | 350.18 | 0.57 | 0.38 |
| Hex | 98 | 2A | 3C | 0 | 48 | 3D | 28 | 15E | 39 | 26 |
| Octal | 230 | 52 | 74 | 0 | 110 | 75 | 50 | 536 | 71 | 46 |
| Binary | 10011000 | 101010 | 111100 | 0 | 1001000 | 111101 | 101000 | 101011110 | 111001 | 100110 |
Color Harmonies of #982A3C
Complementary color
Monochromatic Colors of #982A3C
Black with #982A3C
Text Example
Text Example
White with #982A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #982A3C; }
p { color: rgb(152,42,60); }
H1.HeaderClassName
{
color: #982A3C;
}
.AnyTagClassName
{
color: #982A3C;
}
</style>
background-color css
<style>
a { background-color: #982A3C; }
a { background-color: rgb(152,42,60); }
div.DivClassName
{
background-color: #982A3C;
}
.BgClassName
{
background-color: #982A3C;
}
</style>
border-color css
<style>
span { border-color: #982A3C; }
span { border-color: rgb(152,42,60); }
td.TdClassName
{
border-color: #982A3C;
}
.TagClassName
{
border-color: #982A3C;
}
</style>