Shades of Old Rose #B12D4F
Tints of Old Rose #B12D4F
RGB
CMYK
RGB Variations
Color information
#B12D4F (or 0xB12D4F) is known color: Old Rose. HEX triplet: B1, 2D and 4F. RGB value is (177,45,79). Sum of RGB (Red+Green+Blue) = 177+45+79=301 (39% of max value = 765). Red value is 177 (69.53% from 255 or 58.80% from 301); Green value is 45 (17.97% from 255 or 14.95% from 301); Blue value is 79 (31.25% from 255 or 26.25% from 301); Max value from RGB is 177 - color contains mainly: red. Hex color #B12D4F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B12D4F is #4ED2B0. Grayscale: #585858. Windows color (decimal): -5165745 or 5189041. OLE color: 5189041.
HSL color Cylindrical-coordinate representation of color #B12D4F: hue angle of 344.55º 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 #B12D4F is Cyan = 0, Magento = 0.75, Yellow = 0.55 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 45 | 79 | - |
| CMYK | 0 | 0.75 | 0.55 | 0.31 |
| HSL | 344.55º | 0.59% | 0.44% | - |
| HSV(B) | 344.55º | 0.75% | 0.69% | - |
| XYZ | 20.48 | 11.79 | 8.59 | - |
| YUV | 88.34 | 122.73 | 191.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 45 | 79 | 0 | 0.75 | 0.55 | 0.31 | 344.55 | 0.59 | 0.44 |
| Hex | B1 | 2D | 4F | 0 | 4B | 37 | 1F | 159 | 3B | 2C |
| Octal | 261 | 55 | 117 | 0 | 113 | 67 | 37 | 531 | 73 | 54 |
| Binary | 10110001 | 101101 | 1001111 | 0 | 1001011 | 110111 | 11111 | 101011001 | 111011 | 101100 |
Color Harmonies of #B12D4F
Complementary color
Monochromatic Colors of #B12D4F
Black with #B12D4F
Text Example
Text Example
White with #B12D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B12D4F; }
p { color: rgb(177,45,79); }
H1.HeaderClassName
{
color: #B12D4F;
}
.AnyTagClassName
{
color: #B12D4F;
}
</style>
background-color css
<style>
a { background-color: #B12D4F; }
a { background-color: rgb(177,45,79); }
div.DivClassName
{
background-color: #B12D4F;
}
.BgClassName
{
background-color: #B12D4F;
}
</style>
border-color css
<style>
span { border-color: #B12D4F; }
span { border-color: rgb(177,45,79); }
td.TdClassName
{
border-color: #B12D4F;
}
.TagClassName
{
border-color: #B12D4F;
}
</style>