Shades of Old Rose #B12D4C
Tints of Old Rose #B12D4C
RGB
CMYK
RGB Variations
Color information
#B12D4C (or 0xB12D4C) is known color: Old Rose. HEX triplet: B1, 2D and 4C. RGB value is (177,45,76). Sum of RGB (Red+Green+Blue) = 177+45+76=298 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59.40% from 298); Green value is 45 (17.97% from 255 or 15.10% from 298); Blue value is 76 (30.08% from 255 or 25.50% from 298); Max value from RGB is 177 - color contains mainly: red. Hex color #B12D4C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B12D4C is #4ED2B3. Grayscale: #585858. Windows color (decimal): -5165748 or 4992433. OLE color: 4992433.
HSL color Cylindrical-coordinate representation of color #B12D4C: hue angle of 345.91º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B12D4C is Cyan = 0, Magento = 0.75, Yellow = 0.57 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 45 | 76 | - |
| CMYK | 0 | 0.75 | 0.57 | 0.31 |
| HSL | 345.91º | 0.59% | 0.44% | - |
| HSV(B) | 345.91º | 0.75% | 0.69% | - |
| XYZ | 20.37 | 11.75 | 8.03 | - |
| YUV | 88 | 121.23 | 191.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 45 | 76 | 0 | 0.75 | 0.57 | 0.31 | 345.91 | 0.59 | 0.44 |
| Hex | B1 | 2D | 4C | 0 | 4B | 39 | 1F | 15A | 3B | 2C |
| Octal | 261 | 55 | 114 | 0 | 113 | 71 | 37 | 532 | 73 | 54 |
| Binary | 10110001 | 101101 | 1001100 | 0 | 1001011 | 111001 | 11111 | 101011010 | 111011 | 101100 |
Color Harmonies of #B12D4C
Complementary color
Monochromatic Colors of #B12D4C
Black with #B12D4C
Text Example
Text Example
White with #B12D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B12D4C; }
p { color: rgb(177,45,76); }
H1.HeaderClassName
{
color: #B12D4C;
}
.AnyTagClassName
{
color: #B12D4C;
}
</style>
background-color css
<style>
a { background-color: #B12D4C; }
a { background-color: rgb(177,45,76); }
div.DivClassName
{
background-color: #B12D4C;
}
.BgClassName
{
background-color: #B12D4C;
}
</style>
border-color css
<style>
span { border-color: #B12D4C; }
span { border-color: rgb(177,45,76); }
td.TdClassName
{
border-color: #B12D4C;
}
.TagClassName
{
border-color: #B12D4C;
}
</style>