Shades of Old Rose #B12D55
Tints of Old Rose #B12D55
RGB
CMYK
RGB Variations
Color information
#B12D55 (or 0xB12D55) is known color: Old Rose. HEX triplet: B1, 2D and 55. RGB value is (177,45,85). Sum of RGB (Red+Green+Blue) = 177+45+85=307 (40% of max value = 765). Red value is 177 (69.53% from 255 or 57.65% from 307); Green value is 45 (17.97% from 255 or 14.66% from 307); Blue value is 85 (33.59% from 255 or 27.69% from 307); Max value from RGB is 177 - color contains mainly: red. Hex color #B12D55 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B12D55 is #4ED2AA. Grayscale: #595959. Windows color (decimal): -5165739 or 5582257. OLE color: 5582257.
HSL color Cylindrical-coordinate representation of color #B12D55: hue angle of 341.82º 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 #B12D55 is Cyan = 0, Magento = 0.75, Yellow = 0.52 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 45 | 85 | - |
| CMYK | 0 | 0.75 | 0.52 | 0.31 |
| HSL | 341.82º | 0.59% | 0.44% | - |
| HSV(B) | 341.82º | 0.75% | 0.69% | - |
| XYZ | 20.71 | 11.88 | 9.8 | - |
| YUV | 89.03 | 125.73 | 190.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 45 | 85 | 0 | 0.75 | 0.52 | 0.31 | 341.82 | 0.59 | 0.44 |
| Hex | B1 | 2D | 55 | 0 | 4B | 34 | 1F | 156 | 3B | 2C |
| Octal | 261 | 55 | 125 | 0 | 113 | 64 | 37 | 526 | 73 | 54 |
| Binary | 10110001 | 101101 | 1010101 | 0 | 1001011 | 110100 | 11111 | 101010110 | 111011 | 101100 |
Color Harmonies of #B12D55
Complementary color
Monochromatic Colors of #B12D55
Black with #B12D55
Text Example
Text Example
White with #B12D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B12D55; }
p { color: rgb(177,45,85); }
H1.HeaderClassName
{
color: #B12D55;
}
.AnyTagClassName
{
color: #B12D55;
}
</style>
background-color css
<style>
a { background-color: #B12D55; }
a { background-color: rgb(177,45,85); }
div.DivClassName
{
background-color: #B12D55;
}
.BgClassName
{
background-color: #B12D55;
}
</style>
border-color css
<style>
span { border-color: #B12D55; }
span { border-color: rgb(177,45,85); }
td.TdClassName
{
border-color: #B12D55;
}
.TagClassName
{
border-color: #B12D55;
}
</style>