Shades of Old Rose #BB2352
Tints of Old Rose #BB2352
RGB
CMYK
RGB Variations
Color information
#BB2352 (or 0xBB2352) is known color: Old Rose. HEX triplet: BB, 23 and 52. RGB value is (187,35,82). Sum of RGB (Red+Green+Blue) = 187+35+82=304 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.51% from 304); Green value is 35 (14.06% from 255 or 11.51% from 304); Blue value is 82 (32.42% from 255 or 26.97% from 304); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2352 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB2352 is #44DCAD. Grayscale: #555555. Windows color (decimal): -4512942 or 5383099. OLE color: 5383099.
HSL color Cylindrical-coordinate representation of color #BB2352: hue angle of 341.45º 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 #BB2352 is Cyan = 0, Magento = 0.81, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 35 | 82 | - |
| CMYK | 0 | 0.81 | 0.56 | 0.27 |
| HSL | 341.45º | 0.68% | 0.44% | - |
| HSV(B) | 341.45º | 0.81% | 0.73% | - |
| XYZ | 22.62 | 12.38 | 9.18 | - |
| YUV | 85.81 | 125.86 | 200.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 35 | 82 | 0 | 0.81 | 0.56 | 0.27 | 341.45 | 0.68 | 0.44 |
| Hex | BB | 23 | 52 | 0 | 51 | 38 | 1B | 155 | 44 | 2C |
| Octal | 273 | 43 | 122 | 0 | 121 | 70 | 33 | 525 | 104 | 54 |
| Binary | 10111011 | 100011 | 1010010 | 0 | 1010001 | 111000 | 11011 | 101010101 | 1000100 | 101100 |
Color Harmonies of #BB2352
Complementary color
Monochromatic Colors of #BB2352
Black with #BB2352
Text Example
Text Example
White with #BB2352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB2352; }
p { color: rgb(187,35,82); }
H1.HeaderClassName
{
color: #BB2352;
}
.AnyTagClassName
{
color: #BB2352;
}
</style>
background-color css
<style>
a { background-color: #BB2352; }
a { background-color: rgb(187,35,82); }
div.DivClassName
{
background-color: #BB2352;
}
.BgClassName
{
background-color: #BB2352;
}
</style>
border-color css
<style>
span { border-color: #BB2352; }
span { border-color: rgb(187,35,82); }
td.TdClassName
{
border-color: #BB2352;
}
.TagClassName
{
border-color: #BB2352;
}
</style>