Shades of Old Rose #BB2A53
Tints of Old Rose #BB2A53
RGB
CMYK
RGB Variations
Color information
#BB2A53 (or 0xBB2A53) is known color: Old Rose. HEX triplet: BB, 2A and 53. RGB value is (187,42,83). Sum of RGB (Red+Green+Blue) = 187+42+83=312 (41% of max value = 765). Red value is 187 (73.44% from 255 or 59.94% from 312); Green value is 42 (16.80% from 255 or 13.46% from 312); Blue value is 83 (32.81% from 255 or 26.60% from 312); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2A53 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB2A53 is #44D5AC. Grayscale: #5A5A5A. Windows color (decimal): -4511149 or 5450427. OLE color: 5450427.
HSL color Cylindrical-coordinate representation of color #BB2A53: hue angle of 343.03º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BB2A53 is Cyan = 0, Magento = 0.78, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 42 | 83 | - |
| CMYK | 0 | 0.78 | 0.56 | 0.27 |
| HSL | 343.03º | 0.63% | 0.45% | - |
| HSV(B) | 343.03º | 0.78% | 0.73% | - |
| XYZ | 22.88 | 12.85 | 9.46 | - |
| YUV | 90.03 | 124.04 | 197.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 42 | 83 | 0 | 0.78 | 0.56 | 0.27 | 343.03 | 0.63 | 0.45 |
| Hex | BB | 2A | 53 | 0 | 4E | 38 | 1B | 157 | 3F | 2D |
| Octal | 273 | 52 | 123 | 0 | 116 | 70 | 33 | 527 | 77 | 55 |
| Binary | 10111011 | 101010 | 1010011 | 0 | 1001110 | 111000 | 11011 | 101010111 | 111111 | 101101 |
Color Harmonies of #BB2A53
Complementary color
Monochromatic Colors of #BB2A53
Black with #BB2A53
Text Example
Text Example
White with #BB2A53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB2A53; }
p { color: rgb(187,42,83); }
H1.HeaderClassName
{
color: #BB2A53;
}
.AnyTagClassName
{
color: #BB2A53;
}
</style>
background-color css
<style>
a { background-color: #BB2A53; }
a { background-color: rgb(187,42,83); }
div.DivClassName
{
background-color: #BB2A53;
}
.BgClassName
{
background-color: #BB2A53;
}
</style>
border-color css
<style>
span { border-color: #BB2A53; }
span { border-color: rgb(187,42,83); }
td.TdClassName
{
border-color: #BB2A53;
}
.TagClassName
{
border-color: #BB2A53;
}
</style>