Shades of Old Rose #C11C4C
Tints of Old Rose #C11C4C
RGB
CMYK
RGB Variations
Color information
#C11C4C (or 0xC11C4C) is known color: Old Rose. HEX triplet: C1, 1C and 4C. RGB value is (193,28,76). Sum of RGB (Red+Green+Blue) = 193+28+76=297 (39% of max value = 765). Red value is 193 (75.78% from 255 or 64.98% from 297); Green value is 28 (11.33% from 255 or 9.43% from 297); Blue value is 76 (30.08% from 255 or 25.59% from 297); Max value from RGB is 193 - color contains mainly: red. Hex color #C11C4C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C11C4C is #3EE3B3. Grayscale: #525252. Windows color (decimal): -4121524 or 4988097. OLE color: 4988097.
HSL color Cylindrical-coordinate representation of color #C11C4C: hue angle of 342.55º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C11C4C is Cyan = 0, Magento = 0.85, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 28 | 76 | - |
| CMYK | 0 | 0.85 | 0.61 | 0.24 |
| HSL | 342.55º | 0.75% | 0.43% | - |
| HSV(B) | 342.55º | 0.85% | 0.76% | - |
| XYZ | 23.71 | 12.69 | 8.04 | - |
| YUV | 82.81 | 124.16 | 206.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 28 | 76 | 0 | 0.85 | 0.61 | 0.24 | 342.55 | 0.75 | 0.43 |
| Hex | C1 | 1C | 4C | 0 | 55 | 3D | 18 | 157 | 4B | 2B |
| Octal | 301 | 34 | 114 | 0 | 125 | 75 | 30 | 527 | 113 | 53 |
| Binary | 11000001 | 11100 | 1001100 | 0 | 1010101 | 111101 | 11000 | 101010111 | 1001011 | 101011 |
Color Harmonies of #C11C4C
Complementary color
Monochromatic Colors of #C11C4C
Black with #C11C4C
Text Example
Text Example
White with #C11C4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11C4C; }
p { color: rgb(193,28,76); }
H1.HeaderClassName
{
color: #C11C4C;
}
.AnyTagClassName
{
color: #C11C4C;
}
</style>
background-color css
<style>
a { background-color: #C11C4C; }
a { background-color: rgb(193,28,76); }
div.DivClassName
{
background-color: #C11C4C;
}
.BgClassName
{
background-color: #C11C4C;
}
</style>
border-color css
<style>
span { border-color: #C11C4C; }
span { border-color: rgb(193,28,76); }
td.TdClassName
{
border-color: #C11C4C;
}
.TagClassName
{
border-color: #C11C4C;
}
</style>