Shades of Old Rose #B02848
Tints of Old Rose #B02848
RGB
CMYK
RGB Variations
Color information
#B02848 (or 0xB02848) is known color: Old Rose. HEX triplet: B0, 28 and 48. RGB value is (176,40,72). Sum of RGB (Red+Green+Blue) = 176+40+72=288 (38% of max value = 765). Red value is 176 (69.14% from 255 or 61.11% from 288); Green value is 40 (16.02% from 255 or 13.89% from 288); Blue value is 72 (28.52% from 255 or 25% from 288); Max value from RGB is 176 - color contains mainly: red. Hex color #B02848 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B02848 is #4FD7B7. Grayscale: #545454. Windows color (decimal): -5232568 or 4729008. OLE color: 4729008.
HSL color Cylindrical-coordinate representation of color #B02848: hue angle of 345.88º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B02848 is Cyan = 0, Magento = 0.77, Yellow = 0.59 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 40 | 72 | - |
| CMYK | 0 | 0.77 | 0.59 | 0.31 |
| HSL | 345.88º | 0.63% | 0.42% | - |
| HSV(B) | 345.88º | 0.77% | 0.69% | - |
| XYZ | 19.83 | 11.22 | 7.25 | - |
| YUV | 84.31 | 121.06 | 193.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 40 | 72 | 0 | 0.77 | 0.59 | 0.31 | 345.88 | 0.63 | 0.42 |
| Hex | B0 | 28 | 48 | 0 | 4D | 3B | 1F | 15A | 3F | 2A |
| Octal | 260 | 50 | 110 | 0 | 115 | 73 | 37 | 532 | 77 | 52 |
| Binary | 10110000 | 101000 | 1001000 | 0 | 1001101 | 111011 | 11111 | 101011010 | 111111 | 101010 |
Color Harmonies of #B02848
Complementary color
Monochromatic Colors of #B02848
Black with #B02848
Text Example
Text Example
White with #B02848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B02848; }
p { color: rgb(176,40,72); }
H1.HeaderClassName
{
color: #B02848;
}
.AnyTagClassName
{
color: #B02848;
}
</style>
background-color css
<style>
a { background-color: #B02848; }
a { background-color: rgb(176,40,72); }
div.DivClassName
{
background-color: #B02848;
}
.BgClassName
{
background-color: #B02848;
}
</style>
border-color css
<style>
span { border-color: #B02848; }
span { border-color: rgb(176,40,72); }
td.TdClassName
{
border-color: #B02848;
}
.TagClassName
{
border-color: #B02848;
}
</style>