Shades of Old Rose #BB3048
Tints of Old Rose #BB3048
RGB
CMYK
RGB Variations
Color information
#BB3048 (or 0xBB3048) is known color: Old Rose. HEX triplet: BB, 30 and 48. RGB value is (187,48,72). Sum of RGB (Red+Green+Blue) = 187+48+72=307 (40% of max value = 765). Red value is 187 (73.44% from 255 or 60.91% from 307); Green value is 48 (19.14% from 255 or 15.64% from 307); Blue value is 72 (28.52% from 255 or 23.45% from 307); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3048 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB3048 is #44CFB7. Grayscale: #5C5C5C. Windows color (decimal): -4509624 or 4731067. OLE color: 4731067.
HSL color Cylindrical-coordinate representation of color #BB3048: hue angle of 349.64º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BB3048 is Cyan = 0, Magento = 0.74, Yellow = 0.61 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 48 | 72 | - |
| CMYK | 0 | 0.74 | 0.61 | 0.27 |
| HSL | 349.64º | 0.59% | 0.46% | - |
| HSV(B) | 349.64º | 0.74% | 0.73% | - |
| XYZ | 22.72 | 13.15 | 7.47 | - |
| YUV | 92.3 | 116.55 | 195.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 48 | 72 | 0 | 0.74 | 0.61 | 0.27 | 349.64 | 0.59 | 0.46 |
| Hex | BB | 30 | 48 | 0 | 4A | 3D | 1B | 15E | 3B | 2E |
| Octal | 273 | 60 | 110 | 0 | 112 | 75 | 33 | 536 | 73 | 56 |
| Binary | 10111011 | 110000 | 1001000 | 0 | 1001010 | 111101 | 11011 | 101011110 | 111011 | 101110 |
Color Harmonies of #BB3048
Complementary color
Monochromatic Colors of #BB3048
Black with #BB3048
Text Example
Text Example
White with #BB3048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3048; }
p { color: rgb(187,48,72); }
H1.HeaderClassName
{
color: #BB3048;
}
.AnyTagClassName
{
color: #BB3048;
}
</style>
background-color css
<style>
a { background-color: #BB3048; }
a { background-color: rgb(187,48,72); }
div.DivClassName
{
background-color: #BB3048;
}
.BgClassName
{
background-color: #BB3048;
}
</style>
border-color css
<style>
span { border-color: #BB3048; }
span { border-color: rgb(187,48,72); }
td.TdClassName
{
border-color: #BB3048;
}
.TagClassName
{
border-color: #BB3048;
}
</style>