Shades of Old Rose #C31C4D
Tints of Old Rose #C31C4D
RGB
CMYK
RGB Variations
Color information
#C31C4D (or 0xC31C4D) is known color: Old Rose. HEX triplet: C3, 1C and 4D. RGB value is (195,28,77). Sum of RGB (Red+Green+Blue) = 195+28+77=300 (39% of max value = 765). Red value is 195 (76.56% from 255 or 65% from 300); Green value is 28 (11.33% from 255 or 9.33% from 300); Blue value is 77 (30.47% from 255 or 25.67% from 300); Max value from RGB is 195 - color contains mainly: red. Hex color #C31C4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C31C4D is #3CE3B2. Grayscale: #535353. Windows color (decimal): -3990451 or 5053635. OLE color: 5053635.
HSL color Cylindrical-coordinate representation of color #C31C4D: hue angle of 342.4º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C31C4D is Cyan = 0, Magento = 0.86, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 28 | 77 | - |
| CMYK | 0 | 0.86 | 0.61 | 0.24 |
| HSL | 342.4º | 0.75% | 0.44% | - |
| HSV(B) | 342.4º | 0.86% | 0.76% | - |
| XYZ | 24.26 | 12.97 | 8.25 | - |
| YUV | 83.52 | 124.33 | 207.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 28 | 77 | 0 | 0.86 | 0.61 | 0.24 | 342.4 | 0.75 | 0.44 |
| Hex | C3 | 1C | 4D | 0 | 56 | 3D | 18 | 156 | 4B | 2C |
| Octal | 303 | 34 | 115 | 0 | 126 | 75 | 30 | 526 | 113 | 54 |
| Binary | 11000011 | 11100 | 1001101 | 0 | 1010110 | 111101 | 11000 | 101010110 | 1001011 | 101100 |
Color Harmonies of #C31C4D
Complementary color
Monochromatic Colors of #C31C4D
Black with #C31C4D
Text Example
Text Example
White with #C31C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31C4D; }
p { color: rgb(195,28,77); }
H1.HeaderClassName
{
color: #C31C4D;
}
.AnyTagClassName
{
color: #C31C4D;
}
</style>
background-color css
<style>
a { background-color: #C31C4D; }
a { background-color: rgb(195,28,77); }
div.DivClassName
{
background-color: #C31C4D;
}
.BgClassName
{
background-color: #C31C4D;
}
</style>
border-color css
<style>
span { border-color: #C31C4D; }
span { border-color: rgb(195,28,77); }
td.TdClassName
{
border-color: #C31C4D;
}
.TagClassName
{
border-color: #C31C4D;
}
</style>