Shades of Old Rose #B11D53
Tints of Old Rose #B11D53
RGB
CMYK
RGB Variations
Color information
#B11D53 (or 0xB11D53) is known color: Old Rose. HEX triplet: B1, 1D and 53. RGB value is (177,29,83). Sum of RGB (Red+Green+Blue) = 177+29+83=289 (38% of max value = 765). Red value is 177 (69.53% from 255 or 61.25% from 289); Green value is 29 (11.72% from 255 or 10.03% from 289); Blue value is 83 (32.81% from 255 or 28.72% from 289); Max value from RGB is 177 - color contains mainly: red. Hex color #B11D53 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B11D53 is #4EE2AC. Grayscale: #4F4F4F. Windows color (decimal): -5169837 or 5447089. OLE color: 5447089.
HSL color Cylindrical-coordinate representation of color #B11D53: hue angle of 338.11º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B11D53 is Cyan = 0, Magento = 0.84, Yellow = 0.53 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 29 | 83 | - |
| CMYK | 0 | 0.84 | 0.53 | 0.31 |
| HSL | 338.11º | 0.72% | 0.4% | - |
| HSV(B) | 338.11º | 0.84% | 0.69% | - |
| XYZ | 20.13 | 10.85 | 9.22 | - |
| YUV | 79.41 | 130.03 | 197.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 29 | 83 | 0 | 0.84 | 0.53 | 0.31 | 338.11 | 0.72 | 0.4 |
| Hex | B1 | 1D | 53 | 0 | 54 | 35 | 1F | 152 | 48 | 28 |
| Octal | 261 | 35 | 123 | 0 | 124 | 65 | 37 | 522 | 110 | 50 |
| Binary | 10110001 | 11101 | 1010011 | 0 | 1010100 | 110101 | 11111 | 101010010 | 1001000 | 101000 |
Color Harmonies of #B11D53
Complementary color
Monochromatic Colors of #B11D53
Black with #B11D53
Text Example
Text Example
White with #B11D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11D53; }
p { color: rgb(177,29,83); }
H1.HeaderClassName
{
color: #B11D53;
}
.AnyTagClassName
{
color: #B11D53;
}
</style>
background-color css
<style>
a { background-color: #B11D53; }
a { background-color: rgb(177,29,83); }
div.DivClassName
{
background-color: #B11D53;
}
.BgClassName
{
background-color: #B11D53;
}
</style>
border-color css
<style>
span { border-color: #B11D53; }
span { border-color: rgb(177,29,83); }
td.TdClassName
{
border-color: #B11D53;
}
.TagClassName
{
border-color: #B11D53;
}
</style>