Shades of Old Rose #C31B4E
Tints of Old Rose #C31B4E
RGB
CMYK
RGB Variations
Color information
#C31B4E (or 0xC31B4E) is known color: Old Rose. HEX triplet: C3, 1B and 4E. RGB value is (195,27,78). Sum of RGB (Red+Green+Blue) = 195+27+78=300 (39% of max value = 765). Red value is 195 (76.56% from 255 or 65% from 300); Green value is 27 (10.94% from 255 or 9% from 300); Blue value is 78 (30.86% from 255 or 26% from 300); Max value from RGB is 195 - color contains mainly: red. Hex color #C31B4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C31B4E is #3CE4B1. Grayscale: #535353. Windows color (decimal): -3990706 or 5118915. OLE color: 5118915.
HSL color Cylindrical-coordinate representation of color #C31B4E: hue angle of 341.79º degrees, saturation: 0.76, 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 #C31B4E is Cyan = 0, Magento = 0.86, Yellow = 0.6 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 27 | 78 | - |
| CMYK | 0 | 0.86 | 0.6 | 0.24 |
| HSL | 341.79º | 0.76% | 0.44% | - |
| HSV(B) | 341.79º | 0.86% | 0.76% | - |
| XYZ | 24.27 | 12.94 | 8.43 | - |
| YUV | 83.05 | 125.16 | 207.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 27 | 78 | 0 | 0.86 | 0.6 | 0.24 | 341.79 | 0.76 | 0.44 |
| Hex | C3 | 1B | 4E | 0 | 56 | 3C | 18 | 156 | 4C | 2C |
| Octal | 303 | 33 | 116 | 0 | 126 | 74 | 30 | 526 | 114 | 54 |
| Binary | 11000011 | 11011 | 1001110 | 0 | 1010110 | 111100 | 11000 | 101010110 | 1001100 | 101100 |
Color Harmonies of #C31B4E
Complementary color
Monochromatic Colors of #C31B4E
Black with #C31B4E
Text Example
Text Example
White with #C31B4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31B4E; }
p { color: rgb(195,27,78); }
H1.HeaderClassName
{
color: #C31B4E;
}
.AnyTagClassName
{
color: #C31B4E;
}
</style>
background-color css
<style>
a { background-color: #C31B4E; }
a { background-color: rgb(195,27,78); }
div.DivClassName
{
background-color: #C31B4E;
}
.BgClassName
{
background-color: #C31B4E;
}
</style>
border-color css
<style>
span { border-color: #C31B4E; }
span { border-color: rgb(195,27,78); }
td.TdClassName
{
border-color: #C31B4E;
}
.TagClassName
{
border-color: #C31B4E;
}
</style>