Shades of Old Rose #C13B4D
Tints of Old Rose #C13B4D
RGB
CMYK
RGB Variations
Color information
#C13B4D (or 0xC13B4D) is known color: Old Rose. HEX triplet: C1, 3B and 4D. RGB value is (193,59,77). Sum of RGB (Red+Green+Blue) = 193+59+77=329 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.66% from 329); Green value is 59 (23.44% from 255 or 17.93% from 329); Blue value is 77 (30.47% from 255 or 23.40% from 329); Max value from RGB is 193 - color contains mainly: red. Hex color #C13B4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C13B4D is #3EC4B2. Grayscale: #656565. Windows color (decimal): -4113587 or 5061569. OLE color: 5061569.
HSL color Cylindrical-coordinate representation of color #C13B4D: hue angle of 351.94º 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 #C13B4D is Cyan = 0, Magento = 0.69, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 59 | 77 | - |
| CMYK | 0 | 0.69 | 0.60 | 0.24 |
| HSL | 351.94º | 0.53% | 0.49% | - |
| HSV(B) | 351.94º | 0.69% | 0.76% | - |
| XYZ | 24.9 | 15 | 8.6 | - |
| YUV | 101.12 | 114.39 | 193.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 59 | 77 | 0 | 0.69 | 0.60 | 0.24 | 351.94 | 0.53 | 0.49 |
| Hex | C1 | 3B | 4D | 0 | 45 | 3C | 18 | 160 | 35 | 31 |
| Octal | 301 | 73 | 115 | 0 | 105 | 74 | 30 | 540 | 65 | 61 |
| Binary | 11000001 | 111011 | 1001101 | 0 | 1000101 | 111100 | 11000 | 101100000 | 110101 | 110001 |
Color Harmonies of #C13B4D
Complementary color
Monochromatic Colors of #C13B4D
Black with #C13B4D
Text Example
Text Example
White with #C13B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13B4D; }
p { color: rgb(193,59,77); }
H1.HeaderClassName
{
color: #C13B4D;
}
.AnyTagClassName
{
color: #C13B4D;
}
</style>
background-color css
<style>
a { background-color: #C13B4D; }
a { background-color: rgb(193,59,77); }
div.DivClassName
{
background-color: #C13B4D;
}
.BgClassName
{
background-color: #C13B4D;
}
</style>
border-color css
<style>
span { border-color: #C13B4D; }
span { border-color: rgb(193,59,77); }
td.TdClassName
{
border-color: #C13B4D;
}
.TagClassName
{
border-color: #C13B4D;
}
</style>