Shades of Old Rose #B02350
Tints of Old Rose #B02350
RGB
CMYK
RGB Variations
Color information
#B02350 (or 0xB02350) is known color: Old Rose. HEX triplet: B0, 23 and 50. RGB value is (176,35,80). Sum of RGB (Red+Green+Blue) = 176+35+80=291 (38% of max value = 765). Red value is 176 (69.14% from 255 or 60.48% from 291); Green value is 35 (14.06% from 255 or 12.03% from 291); Blue value is 80 (31.64% from 255 or 27.49% from 291); Max value from RGB is 176 - color contains mainly: red. Hex color #B02350 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B02350 is #4FDCAF. Grayscale: #525252. Windows color (decimal): -5233840 or 5252016. OLE color: 5252016.
HSL color Cylindrical-coordinate representation of color #B02350: hue angle of 340.85º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B02350 is Cyan = 0, Magento = 0.80, Yellow = 0.55 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 35 | 80 | - |
| CMYK | 0 | 0.80 | 0.55 | 0.31 |
| HSL | 340.85º | 0.67% | 0.41% | - |
| HSV(B) | 340.85º | 0.8% | 0.69% | - |
| XYZ | 19.95 | 11.01 | 8.66 | - |
| YUV | 82.29 | 126.71 | 194.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 35 | 80 | 0 | 0.80 | 0.55 | 0.31 | 340.85 | 0.67 | 0.41 |
| Hex | B0 | 23 | 50 | 0 | 50 | 37 | 1F | 155 | 43 | 29 |
| Octal | 260 | 43 | 120 | 0 | 120 | 67 | 37 | 525 | 103 | 51 |
| Binary | 10110000 | 100011 | 1010000 | 0 | 1010000 | 110111 | 11111 | 101010101 | 1000011 | 101001 |
Color Harmonies of #B02350
Complementary color
Monochromatic Colors of #B02350
Black with #B02350
Text Example
Text Example
White with #B02350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B02350; }
p { color: rgb(176,35,80); }
H1.HeaderClassName
{
color: #B02350;
}
.AnyTagClassName
{
color: #B02350;
}
</style>
background-color css
<style>
a { background-color: #B02350; }
a { background-color: rgb(176,35,80); }
div.DivClassName
{
background-color: #B02350;
}
.BgClassName
{
background-color: #B02350;
}
</style>
border-color css
<style>
span { border-color: #B02350; }
span { border-color: rgb(176,35,80); }
td.TdClassName
{
border-color: #B02350;
}
.TagClassName
{
border-color: #B02350;
}
</style>