Shades of Old Rose #B12D53
Tints of Old Rose #B12D53
RGB
CMYK
RGB Variations
Color information
#B12D53 (or 0xB12D53) is known color: Old Rose. HEX triplet: B1, 2D and 53. RGB value is (177,45,83). Sum of RGB (Red+Green+Blue) = 177+45+83=305 (40% of max value = 765). Red value is 177 (69.53% from 255 or 58.03% from 305); Green value is 45 (17.97% from 255 or 14.75% from 305); Blue value is 83 (32.81% from 255 or 27.21% from 305); Max value from RGB is 177 - color contains mainly: red. Hex color #B12D53 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B12D53 is #4ED2AC. Grayscale: #585858. Windows color (decimal): -5165741 or 5451185. OLE color: 5451185.
HSL color Cylindrical-coordinate representation of color #B12D53: hue angle of 342.73º 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 #B12D53 is Cyan = 0, Magento = 0.75, Yellow = 0.53 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 45 | 83 | - |
| CMYK | 0 | 0.75 | 0.53 | 0.31 |
| HSL | 342.73º | 0.59% | 0.44% | - |
| HSV(B) | 342.73º | 0.75% | 0.69% | - |
| XYZ | 20.63 | 11.85 | 9.38 | - |
| YUV | 88.8 | 124.73 | 190.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 45 | 83 | 0 | 0.75 | 0.53 | 0.31 | 342.73 | 0.59 | 0.44 |
| Hex | B1 | 2D | 53 | 0 | 4B | 35 | 1F | 157 | 3B | 2C |
| Octal | 261 | 55 | 123 | 0 | 113 | 65 | 37 | 527 | 73 | 54 |
| Binary | 10110001 | 101101 | 1010011 | 0 | 1001011 | 110101 | 11111 | 101010111 | 111011 | 101100 |
Color Harmonies of #B12D53
Complementary color
Monochromatic Colors of #B12D53
Black with #B12D53
Text Example
Text Example
White with #B12D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B12D53; }
p { color: rgb(177,45,83); }
H1.HeaderClassName
{
color: #B12D53;
}
.AnyTagClassName
{
color: #B12D53;
}
</style>
background-color css
<style>
a { background-color: #B12D53; }
a { background-color: rgb(177,45,83); }
div.DivClassName
{
background-color: #B12D53;
}
.BgClassName
{
background-color: #B12D53;
}
</style>
border-color css
<style>
span { border-color: #B12D53; }
span { border-color: rgb(177,45,83); }
td.TdClassName
{
border-color: #B12D53;
}
.TagClassName
{
border-color: #B12D53;
}
</style>