Shades of Old Rose #B11D4C
Tints of Old Rose #B11D4C
RGB
CMYK
RGB Variations
Color information
#B11D4C (or 0xB11D4C) is known color: Old Rose. HEX triplet: B1, 1D and 4C. RGB value is (177,29,76). Sum of RGB (Red+Green+Blue) = 177+29+76=282 (37% of max value = 765). Red value is 177 (69.53% from 255 or 62.77% from 282); Green value is 29 (11.72% from 255 or 10.28% from 282); Blue value is 76 (30.08% from 255 or 26.95% from 282); Max value from RGB is 177 - color contains mainly: red. Hex color #B11D4C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B11D4C is #4EE2B3. Grayscale: #4E4E4E. Windows color (decimal): -5169844 or 4988337. OLE color: 4988337.
HSL color Cylindrical-coordinate representation of color #B11D4C: hue angle of 340.95º 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 #B11D4C is Cyan = 0, Magento = 0.84, Yellow = 0.57 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 29 | 76 | - |
| CMYK | 0 | 0.84 | 0.57 | 0.31 |
| HSL | 340.95º | 0.72% | 0.4% | - |
| HSV(B) | 340.95º | 0.84% | 0.69% | - |
| XYZ | 19.88 | 10.75 | 7.86 | - |
| YUV | 78.61 | 126.53 | 198.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 29 | 76 | 0 | 0.84 | 0.57 | 0.31 | 340.95 | 0.72 | 0.4 |
| Hex | B1 | 1D | 4C | 0 | 54 | 39 | 1F | 155 | 48 | 28 |
| Octal | 261 | 35 | 114 | 0 | 124 | 71 | 37 | 525 | 110 | 50 |
| Binary | 10110001 | 11101 | 1001100 | 0 | 1010100 | 111001 | 11111 | 101010101 | 1001000 | 101000 |
Color Harmonies of #B11D4C
Complementary color
Monochromatic Colors of #B11D4C
Black with #B11D4C
Text Example
Text Example
White with #B11D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11D4C; }
p { color: rgb(177,29,76); }
H1.HeaderClassName
{
color: #B11D4C;
}
.AnyTagClassName
{
color: #B11D4C;
}
</style>
background-color css
<style>
a { background-color: #B11D4C; }
a { background-color: rgb(177,29,76); }
div.DivClassName
{
background-color: #B11D4C;
}
.BgClassName
{
background-color: #B11D4C;
}
</style>
border-color css
<style>
span { border-color: #B11D4C; }
span { border-color: rgb(177,29,76); }
td.TdClassName
{
border-color: #B11D4C;
}
.TagClassName
{
border-color: #B11D4C;
}
</style>