Shades of Old Rose #C5244B
Tints of Old Rose #C5244B
RGB
CMYK
RGB Variations
Color information
#C5244B (or 0xC5244B) is known color: Old Rose. HEX triplet: C5, 24 and 4B. RGB value is (197,36,75). Sum of RGB (Red+Green+Blue) = 197+36+75=308 (40% of max value = 765). Red value is 197 (77.34% from 255 or 63.96% from 308); Green value is 36 (14.45% from 255 or 11.69% from 308); Blue value is 75 (29.69% from 255 or 24.35% from 308); Max value from RGB is 197 - color contains mainly: red. Hex color #C5244B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5244B is #3ADBB4. Grayscale: #585858. Windows color (decimal): -3857333 or 4924613. OLE color: 4924613.
HSL color Cylindrical-coordinate representation of color #C5244B: hue angle of 345.47º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C5244B is Cyan = 0, Magento = 0.82, Yellow = 0.62 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 36 | 75 | - |
| CMYK | 0 | 0.82 | 0.62 | 0.23 |
| HSL | 345.47º | 0.69% | 0.46% | - |
| HSV(B) | 345.47º | 0.82% | 0.77% | - |
| XYZ | 24.93 | 13.64 | 7.98 | - |
| YUV | 88.59 | 120.34 | 205.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 36 | 75 | 0 | 0.82 | 0.62 | 0.23 | 345.47 | 0.69 | 0.46 |
| Hex | C5 | 24 | 4B | 0 | 52 | 3E | 17 | 159 | 45 | 2E |
| Octal | 305 | 44 | 113 | 0 | 122 | 76 | 27 | 531 | 105 | 56 |
| Binary | 11000101 | 100100 | 1001011 | 0 | 1010010 | 111110 | 10111 | 101011001 | 1000101 | 101110 |
Color Harmonies of #C5244B
Complementary color
Monochromatic Colors of #C5244B
Black with #C5244B
Text Example
Text Example
White with #C5244B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5244B; }
p { color: rgb(197,36,75); }
H1.HeaderClassName
{
color: #C5244B;
}
.AnyTagClassName
{
color: #C5244B;
}
</style>
background-color css
<style>
a { background-color: #C5244B; }
a { background-color: rgb(197,36,75); }
div.DivClassName
{
background-color: #C5244B;
}
.BgClassName
{
background-color: #C5244B;
}
</style>
border-color css
<style>
span { border-color: #C5244B; }
span { border-color: rgb(197,36,75); }
td.TdClassName
{
border-color: #C5244B;
}
.TagClassName
{
border-color: #C5244B;
}
</style>