Shades of Old Rose #C31452
Tints of Old Rose #C31452
RGB
CMYK
RGB Variations
Color information
#C31452 (or 0xC31452) is known color: Old Rose. HEX triplet: C3, 14 and 52. RGB value is (195,20,82). Sum of RGB (Red+Green+Blue) = 195+20+82=297 (39% of max value = 765). Red value is 195 (76.56% from 255 or 65.66% from 297); Green value is 20 (8.20% from 255 or 6.73% from 297); Blue value is 82 (32.42% from 255 or 27.61% from 297); Max value from RGB is 195 - color contains mainly: red. Hex color #C31452 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C31452 is #3CEBAD. Grayscale: #4F4F4F. Windows color (decimal): -3992494 or 5379267. OLE color: 5379267.
HSL color Cylindrical-coordinate representation of color #C31452: hue angle of 338.74º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C31452 is Cyan = 0, Magento = 0.90, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 20 | 82 | - |
| CMYK | 0 | 0.90 | 0.58 | 0.24 |
| HSL | 338.74º | 0.81% | 0.42% | - |
| HSV(B) | 338.74º | 0.9% | 0.76% | - |
| XYZ | 24.28 | 12.71 | 9.16 | - |
| YUV | 79.39 | 129.48 | 210.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 20 | 82 | 0 | 0.90 | 0.58 | 0.24 | 338.74 | 0.81 | 0.42 |
| Hex | C3 | 14 | 52 | 0 | 5A | 3A | 18 | 153 | 51 | 2A |
| Octal | 303 | 24 | 122 | 0 | 132 | 72 | 30 | 523 | 121 | 52 |
| Binary | 11000011 | 10100 | 1010010 | 0 | 1011010 | 111010 | 11000 | 101010011 | 1010001 | 101010 |
Color Harmonies of #C31452
Complementary color
Monochromatic Colors of #C31452
Black with #C31452
Text Example
Text Example
White with #C31452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31452; }
p { color: rgb(195,20,82); }
H1.HeaderClassName
{
color: #C31452;
}
.AnyTagClassName
{
color: #C31452;
}
</style>
background-color css
<style>
a { background-color: #C31452; }
a { background-color: rgb(195,20,82); }
div.DivClassName
{
background-color: #C31452;
}
.BgClassName
{
background-color: #C31452;
}
</style>
border-color css
<style>
span { border-color: #C31452; }
span { border-color: rgb(195,20,82); }
td.TdClassName
{
border-color: #C31452;
}
.TagClassName
{
border-color: #C31452;
}
</style>