Shades of Old Rose #B02749
Tints of Old Rose #B02749
RGB
CMYK
RGB Variations
Color information
#B02749 (or 0xB02749) is known color: Old Rose. HEX triplet: B0, 27 and 49. RGB value is (176,39,73). Sum of RGB (Red+Green+Blue) = 176+39+73=288 (38% of max value = 765). Red value is 176 (69.14% from 255 or 61.11% from 288); Green value is 39 (15.62% from 255 or 13.54% from 288); Blue value is 73 (28.91% from 255 or 25.35% from 288); Max value from RGB is 176 - color contains mainly: red. Hex color #B02749 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B02749 is #4FD8B6. Grayscale: #535353. Windows color (decimal): -5232823 or 4794288. OLE color: 4794288.
HSL color Cylindrical-coordinate representation of color #B02749: hue angle of 345.11º 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 #B02749 is Cyan = 0, Magento = 0.78, Yellow = 0.59 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 39 | 73 | - |
| CMYK | 0 | 0.78 | 0.59 | 0.31 |
| HSL | 345.11º | 0.64% | 0.42% | - |
| HSV(B) | 345.11º | 0.78% | 0.69% | - |
| XYZ | 19.83 | 11.16 | 7.41 | - |
| YUV | 83.84 | 121.89 | 193.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 39 | 73 | 0 | 0.78 | 0.59 | 0.31 | 345.11 | 0.64 | 0.42 |
| Hex | B0 | 27 | 49 | 0 | 4E | 3B | 1F | 159 | 40 | 2A |
| Octal | 260 | 47 | 111 | 0 | 116 | 73 | 37 | 531 | 100 | 52 |
| Binary | 10110000 | 100111 | 1001001 | 0 | 1001110 | 111011 | 11111 | 101011001 | 1000000 | 101010 |
Color Harmonies of #B02749
Complementary color
Monochromatic Colors of #B02749
Black with #B02749
Text Example
Text Example
White with #B02749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B02749; }
p { color: rgb(176,39,73); }
H1.HeaderClassName
{
color: #B02749;
}
.AnyTagClassName
{
color: #B02749;
}
</style>
background-color css
<style>
a { background-color: #B02749; }
a { background-color: rgb(176,39,73); }
div.DivClassName
{
background-color: #B02749;
}
.BgClassName
{
background-color: #B02749;
}
</style>
border-color css
<style>
span { border-color: #B02749; }
span { border-color: rgb(176,39,73); }
td.TdClassName
{
border-color: #B02749;
}
.TagClassName
{
border-color: #B02749;
}
</style>