Shades of Old Rose #B02C49
Tints of Old Rose #B02C49
RGB
CMYK
RGB Variations
Color information
#B02C49 (or 0xB02C49) is known color: Old Rose. HEX triplet: B0, 2C and 49. RGB value is (176,44,73). Sum of RGB (Red+Green+Blue) = 176+44+73=293 (38% of max value = 765). Red value is 176 (69.14% from 255 or 60.07% from 293); Green value is 44 (17.58% from 255 or 15.02% from 293); Blue value is 73 (28.91% from 255 or 24.91% from 293); Max value from RGB is 176 - color contains mainly: red. Hex color #B02C49 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B02C49 is #4FD3B6. Grayscale: #565656. Windows color (decimal): -5231543 or 4795568. OLE color: 4795568.
HSL color Cylindrical-coordinate representation of color #B02C49: hue angle of 346.82º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B02C49 is Cyan = 0, Magento = 0.75, Yellow = 0.59 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 44 | 73 | - |
| CMYK | 0 | 0.75 | 0.59 | 0.31 |
| HSL | 346.82º | 0.6% | 0.43% | - |
| HSV(B) | 346.82º | 0.75% | 0.69% | - |
| XYZ | 20.01 | 11.51 | 7.47 | - |
| YUV | 86.77 | 120.23 | 191.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 44 | 73 | 0 | 0.75 | 0.59 | 0.31 | 346.82 | 0.6 | 0.43 |
| Hex | B0 | 2C | 49 | 0 | 4B | 3B | 1F | 15B | 3C | 2B |
| Octal | 260 | 54 | 111 | 0 | 113 | 73 | 37 | 533 | 74 | 53 |
| Binary | 10110000 | 101100 | 1001001 | 0 | 1001011 | 111011 | 11111 | 101011011 | 111100 | 101011 |
Color Harmonies of #B02C49
Complementary color
Monochromatic Colors of #B02C49
Black with #B02C49
Text Example
Text Example
White with #B02C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B02C49; }
p { color: rgb(176,44,73); }
H1.HeaderClassName
{
color: #B02C49;
}
.AnyTagClassName
{
color: #B02C49;
}
</style>
background-color css
<style>
a { background-color: #B02C49; }
a { background-color: rgb(176,44,73); }
div.DivClassName
{
background-color: #B02C49;
}
.BgClassName
{
background-color: #B02C49;
}
</style>
border-color css
<style>
span { border-color: #B02C49; }
span { border-color: rgb(176,44,73); }
td.TdClassName
{
border-color: #B02C49;
}
.TagClassName
{
border-color: #B02C49;
}
</style>