Shades of Old Rose #B02048
Tints of Old Rose #B02048
RGB
CMYK
RGB Variations
Color information
#B02048 (or 0xB02048) is known color: Old Rose. HEX triplet: B0, 20 and 48. RGB value is (176,32,72). Sum of RGB (Red+Green+Blue) = 176+32+72=280 (37% of max value = 765). Red value is 176 (69.14% from 255 or 62.86% from 280); Green value is 32 (12.89% from 255 or 11.43% from 280); Blue value is 72 (28.52% from 255 or 25.71% from 280); Max value from RGB is 176 - color contains mainly: red. Hex color #B02048 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B02048 is #4FDFB7. Grayscale: #4F4F4F. Windows color (decimal): -5234616 or 4726960. OLE color: 4726960.
HSL color Cylindrical-coordinate representation of color #B02048: hue angle of 343.33º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B02048 is Cyan = 0, Magento = 0.82, Yellow = 0.59 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 32 | 72 | - |
| CMYK | 0 | 0.82 | 0.59 | 0.31 |
| HSL | 343.33º | 0.69% | 0.41% | - |
| HSV(B) | 343.33º | 0.82% | 0.69% | - |
| XYZ | 19.59 | 10.73 | 7.17 | - |
| YUV | 79.62 | 123.71 | 196.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 32 | 72 | 0 | 0.82 | 0.59 | 0.31 | 343.33 | 0.69 | 0.41 |
| Hex | B0 | 20 | 48 | 0 | 52 | 3B | 1F | 157 | 45 | 29 |
| Octal | 260 | 40 | 110 | 0 | 122 | 73 | 37 | 527 | 105 | 51 |
| Binary | 10110000 | 100000 | 1001000 | 0 | 1010010 | 111011 | 11111 | 101010111 | 1000101 | 101001 |
Color Harmonies of #B02048
Complementary color
Monochromatic Colors of #B02048
Black with #B02048
Text Example
Text Example
White with #B02048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B02048; }
p { color: rgb(176,32,72); }
H1.HeaderClassName
{
color: #B02048;
}
.AnyTagClassName
{
color: #B02048;
}
</style>
background-color css
<style>
a { background-color: #B02048; }
a { background-color: rgb(176,32,72); }
div.DivClassName
{
background-color: #B02048;
}
.BgClassName
{
background-color: #B02048;
}
</style>
border-color css
<style>
span { border-color: #B02048; }
span { border-color: rgb(176,32,72); }
td.TdClassName
{
border-color: #B02048;
}
.TagClassName
{
border-color: #B02048;
}
</style>