Shades of Old Rose #C11B5F
Tints of Old Rose #C11B5F
RGB
CMYK
RGB Variations
Color information
#C11B5F (or 0xC11B5F) is known color: Old Rose. HEX triplet: C1, 1B and 5F. RGB value is (193,27,95). Sum of RGB (Red+Green+Blue) = 193+27+95=315 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.27% from 315); Green value is 27 (10.94% from 255 or 8.57% from 315); Blue value is 95 (37.5% from 255 or 30.16% from 315); Max value from RGB is 193 - color contains mainly: red. Hex color #C11B5F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C11B5F is #3EE4A0. Grayscale: #545454. Windows color (decimal): -4121761 or 6233025. OLE color: 6233025.
HSL color Cylindrical-coordinate representation of color #C11B5F: hue angle of 335.42º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C11B5F is Cyan = 0, Magento = 0.86, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 27 | 95 | - |
| CMYK | 0 | 0.86 | 0.51 | 0.24 |
| HSL | 335.42º | 0.75% | 0.43% | - |
| HSV(B) | 335.42º | 0.86% | 0.76% | - |
| XYZ | 24.45 | 12.95 | 12.04 | - |
| YUV | 84.39 | 134 | 205.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 27 | 95 | 0 | 0.86 | 0.51 | 0.24 | 335.42 | 0.75 | 0.43 |
| Hex | C1 | 1B | 5F | 0 | 56 | 33 | 18 | 14F | 4B | 2B |
| Octal | 301 | 33 | 137 | 0 | 126 | 63 | 30 | 517 | 113 | 53 |
| Binary | 11000001 | 11011 | 1011111 | 0 | 1010110 | 110011 | 11000 | 101001111 | 1001011 | 101011 |
Color Harmonies of #C11B5F
Complementary color
Monochromatic Colors of #C11B5F
Black with #C11B5F
Text Example
Text Example
White with #C11B5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11B5F; }
p { color: rgb(193,27,95); }
H1.HeaderClassName
{
color: #C11B5F;
}
.AnyTagClassName
{
color: #C11B5F;
}
</style>
background-color css
<style>
a { background-color: #C11B5F; }
a { background-color: rgb(193,27,95); }
div.DivClassName
{
background-color: #C11B5F;
}
.BgClassName
{
background-color: #C11B5F;
}
</style>
border-color css
<style>
span { border-color: #C11B5F; }
span { border-color: rgb(193,27,95); }
td.TdClassName
{
border-color: #C11B5F;
}
.TagClassName
{
border-color: #C11B5F;
}
</style>