Shades of Old Rose #BB2350
Tints of Old Rose #BB2350
RGB
CMYK
RGB Variations
Color information
#BB2350 (or 0xBB2350) is known color: Old Rose. HEX triplet: BB, 23 and 50. RGB value is (187,35,80). Sum of RGB (Red+Green+Blue) = 187+35+80=302 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.92% from 302); Green value is 35 (14.06% from 255 or 11.59% from 302); Blue value is 80 (31.64% from 255 or 26.49% from 302); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2350 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB2350 is #44DCAF. Grayscale: #555555. Windows color (decimal): -4512944 or 5252027. OLE color: 5252027.
HSL color Cylindrical-coordinate representation of color #BB2350: hue angle of 342.24º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BB2350 is Cyan = 0, Magento = 0.81, Yellow = 0.57 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 35 | 80 | - |
| CMYK | 0 | 0.81 | 0.57 | 0.27 |
| HSL | 342.24º | 0.68% | 0.44% | - |
| HSV(B) | 342.24º | 0.81% | 0.73% | - |
| XYZ | 22.54 | 12.35 | 8.78 | - |
| YUV | 85.58 | 124.86 | 200.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 35 | 80 | 0 | 0.81 | 0.57 | 0.27 | 342.24 | 0.68 | 0.44 |
| Hex | BB | 23 | 50 | 0 | 51 | 39 | 1B | 156 | 44 | 2C |
| Octal | 273 | 43 | 120 | 0 | 121 | 71 | 33 | 526 | 104 | 54 |
| Binary | 10111011 | 100011 | 1010000 | 0 | 1010001 | 111001 | 11011 | 101010110 | 1000100 | 101100 |
Color Harmonies of #BB2350
Complementary color
Monochromatic Colors of #BB2350
Black with #BB2350
Text Example
Text Example
White with #BB2350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB2350; }
p { color: rgb(187,35,80); }
H1.HeaderClassName
{
color: #BB2350;
}
.AnyTagClassName
{
color: #BB2350;
}
</style>
background-color css
<style>
a { background-color: #BB2350; }
a { background-color: rgb(187,35,80); }
div.DivClassName
{
background-color: #BB2350;
}
.BgClassName
{
background-color: #BB2350;
}
</style>
border-color css
<style>
span { border-color: #BB2350; }
span { border-color: rgb(187,35,80); }
td.TdClassName
{
border-color: #BB2350;
}
.TagClassName
{
border-color: #BB2350;
}
</style>