Shades of Old Rose #B02852
Tints of Old Rose #B02852
RGB
CMYK
RGB Variations
Color information
#B02852 (or 0xB02852) is known color: Old Rose. HEX triplet: B0, 28 and 52. RGB value is (176,40,82). Sum of RGB (Red+Green+Blue) = 176+40+82=298 (39% of max value = 765). Red value is 176 (69.14% from 255 or 59.06% from 298); Green value is 40 (16.02% from 255 or 13.42% from 298); Blue value is 82 (32.42% from 255 or 27.52% from 298); Max value from RGB is 176 - color contains mainly: red. Hex color #B02852 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B02852 is #4FD7AD. Grayscale: #555555. Windows color (decimal): -5232558 or 5384368. OLE color: 5384368.
HSL color Cylindrical-coordinate representation of color #B02852: hue angle of 341.47º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B02852 is Cyan = 0, Magento = 0.77, Yellow = 0.53 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 40 | 82 | - |
| CMYK | 0 | 0.77 | 0.53 | 0.31 |
| HSL | 341.47º | 0.63% | 0.42% | - |
| HSV(B) | 341.47º | 0.77% | 0.69% | - |
| XYZ | 20.19 | 11.36 | 9.11 | - |
| YUV | 85.45 | 126.06 | 192.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 40 | 82 | 0 | 0.77 | 0.53 | 0.31 | 341.47 | 0.63 | 0.42 |
| Hex | B0 | 28 | 52 | 0 | 4D | 35 | 1F | 155 | 3F | 2A |
| Octal | 260 | 50 | 122 | 0 | 115 | 65 | 37 | 525 | 77 | 52 |
| Binary | 10110000 | 101000 | 1010010 | 0 | 1001101 | 110101 | 11111 | 101010101 | 111111 | 101010 |
Color Harmonies of #B02852
Complementary color
Monochromatic Colors of #B02852
Black with #B02852
Text Example
Text Example
White with #B02852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B02852; }
p { color: rgb(176,40,82); }
H1.HeaderClassName
{
color: #B02852;
}
.AnyTagClassName
{
color: #B02852;
}
</style>
background-color css
<style>
a { background-color: #B02852; }
a { background-color: rgb(176,40,82); }
div.DivClassName
{
background-color: #B02852;
}
.BgClassName
{
background-color: #B02852;
}
</style>
border-color css
<style>
span { border-color: #B02852; }
span { border-color: rgb(176,40,82); }
td.TdClassName
{
border-color: #B02852;
}
.TagClassName
{
border-color: #B02852;
}
</style>