Shades of Old Rose #B02C57
Tints of Old Rose #B02C57
RGB
CMYK
RGB Variations
Color information
#B02C57 (or 0xB02C57) is known color: Old Rose. HEX triplet: B0, 2C and 57. RGB value is (176,44,87). Sum of RGB (Red+Green+Blue) = 176+44+87=307 (40% of max value = 765). Red value is 176 (69.14% from 255 or 57.33% from 307); Green value is 44 (17.58% from 255 or 14.33% from 307); Blue value is 87 (34.38% from 255 or 28.34% from 307); Max value from RGB is 176 - color contains mainly: red. Hex color #B02C57 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B02C57 is #4FD3A8. Grayscale: #585858. Windows color (decimal): -5231529 or 5713072. OLE color: 5713072.
HSL color Cylindrical-coordinate representation of color #B02C57: hue angle of 340.45º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B02C57 is Cyan = 0, Magento = 0.75, Yellow = 0.51 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 44 | 87 | - |
| CMYK | 0 | 0.75 | 0.51 | 0.31 |
| HSL | 340.45º | 0.6% | 0.43% | - |
| HSV(B) | 340.45º | 0.75% | 0.69% | - |
| XYZ | 20.53 | 11.72 | 10.2 | - |
| YUV | 88.37 | 127.23 | 190.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 44 | 87 | 0 | 0.75 | 0.51 | 0.31 | 340.45 | 0.6 | 0.43 |
| Hex | B0 | 2C | 57 | 0 | 4B | 33 | 1F | 154 | 3C | 2B |
| Octal | 260 | 54 | 127 | 0 | 113 | 63 | 37 | 524 | 74 | 53 |
| Binary | 10110000 | 101100 | 1010111 | 0 | 1001011 | 110011 | 11111 | 101010100 | 111100 | 101011 |
Color Harmonies of #B02C57
Complementary color
Monochromatic Colors of #B02C57
Black with #B02C57
Text Example
Text Example
White with #B02C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B02C57; }
p { color: rgb(176,44,87); }
H1.HeaderClassName
{
color: #B02C57;
}
.AnyTagClassName
{
color: #B02C57;
}
</style>
background-color css
<style>
a { background-color: #B02C57; }
a { background-color: rgb(176,44,87); }
div.DivClassName
{
background-color: #B02C57;
}
.BgClassName
{
background-color: #B02C57;
}
</style>
border-color css
<style>
span { border-color: #B02C57; }
span { border-color: rgb(176,44,87); }
td.TdClassName
{
border-color: #B02C57;
}
.TagClassName
{
border-color: #B02C57;
}
</style>