Shades of Old Rose #B11D4A
Tints of Old Rose #B11D4A
RGB
CMYK
RGB Variations
Color information
#B11D4A (or 0xB11D4A) is known color: Old Rose. HEX triplet: B1, 1D and 4A. RGB value is (177,29,74). Sum of RGB (Red+Green+Blue) = 177+29+74=280 (37% of max value = 765). Red value is 177 (69.53% from 255 or 63.21% from 280); Green value is 29 (11.72% from 255 or 10.36% from 280); Blue value is 74 (29.30% from 255 or 26.43% from 280); Max value from RGB is 177 - color contains mainly: red. Hex color #B11D4A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B11D4A is #4EE2B5. Grayscale: #4E4E4E. Windows color (decimal): -5169846 or 4857265. OLE color: 4857265.
HSL color Cylindrical-coordinate representation of color #B11D4A: hue angle of 341.76º 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 #B11D4A is Cyan = 0, Magento = 0.84, Yellow = 0.58 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 29 | 74 | - |
| CMYK | 0 | 0.84 | 0.58 | 0.31 |
| HSL | 341.76º | 0.72% | 0.4% | - |
| HSV(B) | 341.76º | 0.84% | 0.69% | - |
| XYZ | 19.81 | 10.72 | 7.5 | - |
| YUV | 78.38 | 125.53 | 198.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 29 | 74 | 0 | 0.84 | 0.58 | 0.31 | 341.76 | 0.72 | 0.4 |
| Hex | B1 | 1D | 4A | 0 | 54 | 3A | 1F | 156 | 48 | 28 |
| Octal | 261 | 35 | 112 | 0 | 124 | 72 | 37 | 526 | 110 | 50 |
| Binary | 10110001 | 11101 | 1001010 | 0 | 1010100 | 111010 | 11111 | 101010110 | 1001000 | 101000 |
Color Harmonies of #B11D4A
Complementary color
Monochromatic Colors of #B11D4A
Black with #B11D4A
Text Example
Text Example
White with #B11D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11D4A; }
p { color: rgb(177,29,74); }
H1.HeaderClassName
{
color: #B11D4A;
}
.AnyTagClassName
{
color: #B11D4A;
}
</style>
background-color css
<style>
a { background-color: #B11D4A; }
a { background-color: rgb(177,29,74); }
div.DivClassName
{
background-color: #B11D4A;
}
.BgClassName
{
background-color: #B11D4A;
}
</style>
border-color css
<style>
span { border-color: #B11D4A; }
span { border-color: rgb(177,29,74); }
td.TdClassName
{
border-color: #B11D4A;
}
.TagClassName
{
border-color: #B11D4A;
}
</style>