Shades of Old Rose #C13251
Tints of Old Rose #C13251
RGB
CMYK
RGB Variations
Color information
#C13251 (or 0xC13251) is known color: Old Rose. HEX triplet: C1, 32 and 51. RGB value is (193,50,81). Sum of RGB (Red+Green+Blue) = 193+50+81=324 (42% of max value = 765). Red value is 193 (75.78% from 255 or 59.57% from 324); Green value is 50 (19.92% from 255 or 15.43% from 324); Blue value is 81 (32.03% from 255 or 25% from 324); Max value from RGB is 193 - color contains mainly: red. Hex color #C13251 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C13251 is #3ECDAE. Grayscale: #606060. Windows color (decimal): -4115887 or 5321409. OLE color: 5321409.
HSL color Cylindrical-coordinate representation of color #C13251: hue angle of 346.99º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C13251 is Cyan = 0, Magento = 0.74, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 50 | 81 | - |
| CMYK | 0 | 0.74 | 0.58 | 0.24 |
| HSL | 346.99º | 0.59% | 0.48% | - |
| HSV(B) | 346.99º | 0.74% | 0.76% | - |
| XYZ | 24.62 | 14.21 | 9.23 | - |
| YUV | 96.29 | 119.38 | 196.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 50 | 81 | 0 | 0.74 | 0.58 | 0.24 | 346.99 | 0.59 | 0.48 |
| Hex | C1 | 32 | 51 | 0 | 4A | 3A | 18 | 15B | 3B | 30 |
| Octal | 301 | 62 | 121 | 0 | 112 | 72 | 30 | 533 | 73 | 60 |
| Binary | 11000001 | 110010 | 1010001 | 0 | 1001010 | 111010 | 11000 | 101011011 | 111011 | 110000 |
Color Harmonies of #C13251
Complementary color
Monochromatic Colors of #C13251
Black with #C13251
Text Example
Text Example
White with #C13251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13251; }
p { color: rgb(193,50,81); }
H1.HeaderClassName
{
color: #C13251;
}
.AnyTagClassName
{
color: #C13251;
}
</style>
background-color css
<style>
a { background-color: #C13251; }
a { background-color: rgb(193,50,81); }
div.DivClassName
{
background-color: #C13251;
}
.BgClassName
{
background-color: #C13251;
}
</style>
border-color css
<style>
span { border-color: #C13251; }
span { border-color: rgb(193,50,81); }
td.TdClassName
{
border-color: #C13251;
}
.TagClassName
{
border-color: #C13251;
}
</style>