Shades of Old Rose #B02748
Tints of Old Rose #B02748
RGB
CMYK
RGB Variations
Color information
#B02748 (or 0xB02748) is known color: Old Rose. HEX triplet: B0, 27 and 48. RGB value is (176,39,72). Sum of RGB (Red+Green+Blue) = 176+39+72=287 (38% of max value = 765). Red value is 176 (69.14% from 255 or 61.32% from 287); Green value is 39 (15.62% from 255 or 13.59% from 287); Blue value is 72 (28.52% from 255 or 25.09% from 287); Max value from RGB is 176 - color contains mainly: red. Hex color #B02748 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B02748 is #4FD8B7. Grayscale: #535353. Windows color (decimal): -5232824 or 4728752. OLE color: 4728752.
HSL color Cylindrical-coordinate representation of color #B02748: hue angle of 345.55º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B02748 is Cyan = 0, Magento = 0.78, Yellow = 0.59 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 39 | 72 | - |
| CMYK | 0 | 0.78 | 0.59 | 0.31 |
| HSL | 345.55º | 0.64% | 0.42% | - |
| HSV(B) | 345.55º | 0.78% | 0.69% | - |
| XYZ | 19.8 | 11.15 | 7.24 | - |
| YUV | 83.73 | 121.39 | 193.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 39 | 72 | 0 | 0.78 | 0.59 | 0.31 | 345.55 | 0.64 | 0.42 |
| Hex | B0 | 27 | 48 | 0 | 4E | 3B | 1F | 15A | 40 | 2A |
| Octal | 260 | 47 | 110 | 0 | 116 | 73 | 37 | 532 | 100 | 52 |
| Binary | 10110000 | 100111 | 1001000 | 0 | 1001110 | 111011 | 11111 | 101011010 | 1000000 | 101010 |
Color Harmonies of #B02748
Complementary color
Monochromatic Colors of #B02748
Black with #B02748
Text Example
Text Example
White with #B02748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B02748; }
p { color: rgb(176,39,72); }
H1.HeaderClassName
{
color: #B02748;
}
.AnyTagClassName
{
color: #B02748;
}
</style>
background-color css
<style>
a { background-color: #B02748; }
a { background-color: rgb(176,39,72); }
div.DivClassName
{
background-color: #B02748;
}
.BgClassName
{
background-color: #B02748;
}
</style>
border-color css
<style>
span { border-color: #B02748; }
span { border-color: rgb(176,39,72); }
td.TdClassName
{
border-color: #B02748;
}
.TagClassName
{
border-color: #B02748;
}
</style>