Shades of Old Rose #B02649
Tints of Old Rose #B02649
RGB
CMYK
RGB Variations
Color information
#B02649 (or 0xB02649) is known color: Old Rose. HEX triplet: B0, 26 and 49. RGB value is (176,38,73). Sum of RGB (Red+Green+Blue) = 176+38+73=287 (38% of max value = 765). Red value is 176 (69.14% from 255 or 61.32% from 287); Green value is 38 (15.23% from 255 or 13.24% from 287); Blue value is 73 (28.91% from 255 or 25.44% from 287); Max value from RGB is 176 - color contains mainly: red. Hex color #B02649 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B02649 is #4FD9B6. Grayscale: #535353. Windows color (decimal): -5233079 or 4794032. OLE color: 4794032.
HSL color Cylindrical-coordinate representation of color #B02649: hue angle of 344.78º 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 #B02649 is Cyan = 0, Magento = 0.78, Yellow = 0.59 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 38 | 73 | - |
| CMYK | 0 | 0.78 | 0.59 | 0.31 |
| HSL | 344.78º | 0.64% | 0.42% | - |
| HSV(B) | 344.78º | 0.78% | 0.69% | - |
| XYZ | 19.8 | 11.1 | 7.4 | - |
| YUV | 83.25 | 122.22 | 194.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 38 | 73 | 0 | 0.78 | 0.59 | 0.31 | 344.78 | 0.64 | 0.42 |
| Hex | B0 | 26 | 49 | 0 | 4E | 3B | 1F | 159 | 40 | 2A |
| Octal | 260 | 46 | 111 | 0 | 116 | 73 | 37 | 531 | 100 | 52 |
| Binary | 10110000 | 100110 | 1001001 | 0 | 1001110 | 111011 | 11111 | 101011001 | 1000000 | 101010 |
Color Harmonies of #B02649
Complementary color
Monochromatic Colors of #B02649
Black with #B02649
Text Example
Text Example
White with #B02649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B02649; }
p { color: rgb(176,38,73); }
H1.HeaderClassName
{
color: #B02649;
}
.AnyTagClassName
{
color: #B02649;
}
</style>
background-color css
<style>
a { background-color: #B02649; }
a { background-color: rgb(176,38,73); }
div.DivClassName
{
background-color: #B02649;
}
.BgClassName
{
background-color: #B02649;
}
</style>
border-color css
<style>
span { border-color: #B02649; }
span { border-color: rgb(176,38,73); }
td.TdClassName
{
border-color: #B02649;
}
.TagClassName
{
border-color: #B02649;
}
</style>