Shades of Old Rose #C41A52
Tints of Old Rose #C41A52
RGB
CMYK
RGB Variations
Color information
#C41A52 (or 0xC41A52) is known color: Old Rose. HEX triplet: C4, 1A and 52. RGB value is (196,26,82). Sum of RGB (Red+Green+Blue) = 196+26+82=304 (40% of max value = 765). Red value is 196 (76.95% from 255 or 64.47% from 304); Green value is 26 (10.55% from 255 or 8.55% from 304); Blue value is 82 (32.42% from 255 or 26.97% from 304); Max value from RGB is 196 - color contains mainly: red. Hex color #C41A52 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C41A52 is #3BE5AD. Grayscale: #535353. Windows color (decimal): -3925422 or 5380804. OLE color: 5380804.
HSL color Cylindrical-coordinate representation of color #C41A52: hue angle of 340.24º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C41A52 is Cyan = 0, Magento = 0.87, Yellow = 0.58 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 26 | 82 | - |
| CMYK | 0 | 0.87 | 0.58 | 0.23 |
| HSL | 340.24º | 0.77% | 0.44% | - |
| HSV(B) | 340.24º | 0.87% | 0.77% | - |
| XYZ | 24.66 | 13.08 | 9.21 | - |
| YUV | 83.21 | 127.32 | 208.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 26 | 82 | 0 | 0.87 | 0.58 | 0.23 | 340.24 | 0.77 | 0.44 |
| Hex | C4 | 1A | 52 | 0 | 57 | 3A | 17 | 154 | 4D | 2C |
| Octal | 304 | 32 | 122 | 0 | 127 | 72 | 27 | 524 | 115 | 54 |
| Binary | 11000100 | 11010 | 1010010 | 0 | 1010111 | 111010 | 10111 | 101010100 | 1001101 | 101100 |
Color Harmonies of #C41A52
Complementary color
Monochromatic Colors of #C41A52
Black with #C41A52
Text Example
Text Example
White with #C41A52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41A52; }
p { color: rgb(196,26,82); }
H1.HeaderClassName
{
color: #C41A52;
}
.AnyTagClassName
{
color: #C41A52;
}
</style>
background-color css
<style>
a { background-color: #C41A52; }
a { background-color: rgb(196,26,82); }
div.DivClassName
{
background-color: #C41A52;
}
.BgClassName
{
background-color: #C41A52;
}
</style>
border-color css
<style>
span { border-color: #C41A52; }
span { border-color: rgb(196,26,82); }
td.TdClassName
{
border-color: #C41A52;
}
.TagClassName
{
border-color: #C41A52;
}
</style>