Shades of Old Rose #C31A5B
Tints of Old Rose #C31A5B
RGB
CMYK
RGB Variations
Color information
#C31A5B (or 0xC31A5B) is known color: Old Rose. HEX triplet: C3, 1A and 5B. RGB value is (195,26,91). Sum of RGB (Red+Green+Blue) = 195+26+91=312 (41% of max value = 765). Red value is 195 (76.56% from 255 or 62.5% from 312); Green value is 26 (10.55% from 255 or 8.33% from 312); Blue value is 91 (35.94% from 255 or 29.17% from 312); Max value from RGB is 195 - color contains mainly: red. Hex color #C31A5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C31A5B is #3CE5A4. Grayscale: #535353. Windows color (decimal): -3990949 or 5970627. OLE color: 5970627.
HSL color Cylindrical-coordinate representation of color #C31A5B: hue angle of 336.92º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C31A5B is Cyan = 0, Magento = 0.87, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 26 | 91 | - |
| CMYK | 0 | 0.87 | 0.53 | 0.24 |
| HSL | 336.92º | 0.76% | 0.43% | - |
| HSV(B) | 336.92º | 0.87% | 0.76% | - |
| XYZ | 24.76 | 13.1 | 11.12 | - |
| YUV | 83.94 | 131.99 | 207.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 26 | 91 | 0 | 0.87 | 0.53 | 0.24 | 336.92 | 0.76 | 0.43 |
| Hex | C3 | 1A | 5B | 0 | 57 | 35 | 18 | 151 | 4C | 2B |
| Octal | 303 | 32 | 133 | 0 | 127 | 65 | 30 | 521 | 114 | 53 |
| Binary | 11000011 | 11010 | 1011011 | 0 | 1010111 | 110101 | 11000 | 101010001 | 1001100 | 101011 |
Color Harmonies of #C31A5B
Complementary color
Monochromatic Colors of #C31A5B
Black with #C31A5B
Text Example
Text Example
White with #C31A5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31A5B; }
p { color: rgb(195,26,91); }
H1.HeaderClassName
{
color: #C31A5B;
}
.AnyTagClassName
{
color: #C31A5B;
}
</style>
background-color css
<style>
a { background-color: #C31A5B; }
a { background-color: rgb(195,26,91); }
div.DivClassName
{
background-color: #C31A5B;
}
.BgClassName
{
background-color: #C31A5B;
}
</style>
border-color css
<style>
span { border-color: #C31A5B; }
span { border-color: rgb(195,26,91); }
td.TdClassName
{
border-color: #C31A5B;
}
.TagClassName
{
border-color: #C31A5B;
}
</style>