Shades of Old Rose #C13B51
Tints of Old Rose #C13B51
RGB
CMYK
RGB Variations
Color information
#C13B51 (or 0xC13B51) is known color: Old Rose. HEX triplet: C1, 3B and 51. RGB value is (193,59,81). Sum of RGB (Red+Green+Blue) = 193+59+81=333 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.96% from 333); Green value is 59 (23.44% from 255 or 17.72% from 333); Blue value is 81 (32.03% from 255 or 24.32% from 333); Max value from RGB is 193 - color contains mainly: red. Hex color #C13B51 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C13B51 is #3EC4AE. Grayscale: #656565. Windows color (decimal): -4113583 or 5323713. OLE color: 5323713.
HSL color Cylindrical-coordinate representation of color #C13B51: hue angle of 350.15º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C13B51 is Cyan = 0, Magento = 0.69, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 59 | 81 | - |
| CMYK | 0 | 0.69 | 0.58 | 0.24 |
| HSL | 350.15º | 0.53% | 0.49% | - |
| HSV(B) | 350.15º | 0.69% | 0.76% | - |
| XYZ | 25.04 | 15.06 | 9.37 | - |
| YUV | 101.57 | 116.39 | 193.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 59 | 81 | 0 | 0.69 | 0.58 | 0.24 | 350.15 | 0.53 | 0.49 |
| Hex | C1 | 3B | 51 | 0 | 45 | 3A | 18 | 15E | 35 | 31 |
| Octal | 301 | 73 | 121 | 0 | 105 | 72 | 30 | 536 | 65 | 61 |
| Binary | 11000001 | 111011 | 1010001 | 0 | 1000101 | 111010 | 11000 | 101011110 | 110101 | 110001 |
Color Harmonies of #C13B51
Complementary color
Monochromatic Colors of #C13B51
Black with #C13B51
Text Example
Text Example
White with #C13B51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13B51; }
p { color: rgb(193,59,81); }
H1.HeaderClassName
{
color: #C13B51;
}
.AnyTagClassName
{
color: #C13B51;
}
</style>
background-color css
<style>
a { background-color: #C13B51; }
a { background-color: rgb(193,59,81); }
div.DivClassName
{
background-color: #C13B51;
}
.BgClassName
{
background-color: #C13B51;
}
</style>
border-color css
<style>
span { border-color: #C13B51; }
span { border-color: rgb(193,59,81); }
td.TdClassName
{
border-color: #C13B51;
}
.TagClassName
{
border-color: #C13B51;
}
</style>