Shades of Old Rose #B02546
Tints of Old Rose #B02546
RGB
CMYK
RGB Variations
Color information
#B02546 (or 0xB02546) is known color: Old Rose. HEX triplet: B0, 25 and 46. RGB value is (176,37,70). Sum of RGB (Red+Green+Blue) = 176+37+70=283 (37% of max value = 765). Red value is 176 (69.14% from 255 or 62.19% from 283); Green value is 37 (14.84% from 255 or 13.07% from 283); Blue value is 70 (27.73% from 255 or 24.73% from 283); Max value from RGB is 176 - color contains mainly: red. Hex color #B02546 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B02546 is #4FDAB9. Grayscale: #525252. Windows color (decimal): -5233338 or 4597168. OLE color: 4597168.
HSL color Cylindrical-coordinate representation of color #B02546: hue angle of 345.76º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B02546 is Cyan = 0, Magento = 0.79, Yellow = 0.60 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 37 | 70 | - |
| CMYK | 0 | 0.79 | 0.60 | 0.31 |
| HSL | 345.76º | 0.65% | 0.42% | - |
| HSV(B) | 345.76º | 0.79% | 0.69% | - |
| XYZ | 19.67 | 11 | 6.88 | - |
| YUV | 82.32 | 121.05 | 194.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 37 | 70 | 0 | 0.79 | 0.60 | 0.31 | 345.76 | 0.65 | 0.42 |
| Hex | B0 | 25 | 46 | 0 | 4F | 3C | 1F | 15A | 41 | 2A |
| Octal | 260 | 45 | 106 | 0 | 117 | 74 | 37 | 532 | 101 | 52 |
| Binary | 10110000 | 100101 | 1000110 | 0 | 1001111 | 111100 | 11111 | 101011010 | 1000001 | 101010 |
Color Harmonies of #B02546
Complementary color
Monochromatic Colors of #B02546
Black with #B02546
Text Example
Text Example
White with #B02546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B02546; }
p { color: rgb(176,37,70); }
H1.HeaderClassName
{
color: #B02546;
}
.AnyTagClassName
{
color: #B02546;
}
</style>
background-color css
<style>
a { background-color: #B02546; }
a { background-color: rgb(176,37,70); }
div.DivClassName
{
background-color: #B02546;
}
.BgClassName
{
background-color: #B02546;
}
</style>
border-color css
<style>
span { border-color: #B02546; }
span { border-color: rgb(176,37,70); }
td.TdClassName
{
border-color: #B02546;
}
.TagClassName
{
border-color: #B02546;
}
</style>