Shades of Old Rose #B02F54
Tints of Old Rose #B02F54
RGB
CMYK
RGB Variations
Color information
#B02F54 (or 0xB02F54) is known color: Old Rose. HEX triplet: B0, 2F and 54. RGB value is (176,47,84). Sum of RGB (Red+Green+Blue) = 176+47+84=307 (40% of max value = 765). Red value is 176 (69.14% from 255 or 57.33% from 307); Green value is 47 (18.75% from 255 or 15.31% from 307); Blue value is 84 (33.20% from 255 or 27.36% from 307); Max value from RGB is 176 - color contains mainly: red. Hex color #B02F54 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B02F54 is #4FD0AB. Grayscale: #595959. Windows color (decimal): -5230764 or 5517232. OLE color: 5517232.
HSL color Cylindrical-coordinate representation of color #B02F54: hue angle of 342.79º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B02F54 is Cyan = 0, Magento = 0.73, Yellow = 0.52 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 47 | 84 | - |
| CMYK | 0 | 0.73 | 0.52 | 0.31 |
| HSL | 342.79º | 0.58% | 0.44% | - |
| HSV(B) | 342.79º | 0.73% | 0.69% | - |
| XYZ | 20.52 | 11.9 | 9.6 | - |
| YUV | 89.79 | 124.74 | 189.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 47 | 84 | 0 | 0.73 | 0.52 | 0.31 | 342.79 | 0.58 | 0.44 |
| Hex | B0 | 2F | 54 | 0 | 49 | 34 | 1F | 157 | 3A | 2C |
| Octal | 260 | 57 | 124 | 0 | 111 | 64 | 37 | 527 | 72 | 54 |
| Binary | 10110000 | 101111 | 1010100 | 0 | 1001001 | 110100 | 11111 | 101010111 | 111010 | 101100 |
Color Harmonies of #B02F54
Complementary color
Monochromatic Colors of #B02F54
Black with #B02F54
Text Example
Text Example
White with #B02F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B02F54; }
p { color: rgb(176,47,84); }
H1.HeaderClassName
{
color: #B02F54;
}
.AnyTagClassName
{
color: #B02F54;
}
</style>
background-color css
<style>
a { background-color: #B02F54; }
a { background-color: rgb(176,47,84); }
div.DivClassName
{
background-color: #B02F54;
}
.BgClassName
{
background-color: #B02F54;
}
</style>
border-color css
<style>
span { border-color: #B02F54; }
span { border-color: rgb(176,47,84); }
td.TdClassName
{
border-color: #B02F54;
}
.TagClassName
{
border-color: #B02F54;
}
</style>