Shades of Old Rose #BB2444
Tints of Old Rose #BB2444
RGB
CMYK
RGB Variations
Color information
#BB2444 (or 0xBB2444) is known color: Old Rose. HEX triplet: BB, 24 and 44. RGB value is (187,36,68). Sum of RGB (Red+Green+Blue) = 187+36+68=291 (38% of max value = 765). Red value is 187 (73.44% from 255 or 64.26% from 291); Green value is 36 (14.45% from 255 or 12.37% from 291); Blue value is 68 (26.95% from 255 or 23.37% from 291); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2444 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2444 is #44DBBB. Grayscale: #545454. Windows color (decimal): -4512700 or 4465851. OLE color: 4465851.
HSL color Cylindrical-coordinate representation of color #BB2444: hue angle of 347.28º 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 #BB2444 is Cyan = 0, Magento = 0.81, Yellow = 0.64 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 36 | 68 | - |
| CMYK | 0 | 0.81 | 0.64 | 0.27 |
| HSL | 347.28º | 0.68% | 0.44% | - |
| HSV(B) | 347.28º | 0.81% | 0.73% | - |
| XYZ | 22.17 | 12.24 | 6.66 | - |
| YUV | 84.8 | 118.53 | 200.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 36 | 68 | 0 | 0.81 | 0.64 | 0.27 | 347.28 | 0.68 | 0.44 |
| Hex | BB | 24 | 44 | 0 | 51 | 40 | 1B | 15B | 44 | 2C |
| Octal | 273 | 44 | 104 | 0 | 121 | 100 | 33 | 533 | 104 | 54 |
| Binary | 10111011 | 100100 | 1000100 | 0 | 1010001 | 1000000 | 11011 | 101011011 | 1000100 | 101100 |
Color Harmonies of #BB2444
Complementary color
Monochromatic Colors of #BB2444
Black with #BB2444
Text Example
Text Example
White with #BB2444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB2444; }
p { color: rgb(187,36,68); }
H1.HeaderClassName
{
color: #BB2444;
}
.AnyTagClassName
{
color: #BB2444;
}
</style>
background-color css
<style>
a { background-color: #BB2444; }
a { background-color: rgb(187,36,68); }
div.DivClassName
{
background-color: #BB2444;
}
.BgClassName
{
background-color: #BB2444;
}
</style>
border-color css
<style>
span { border-color: #BB2444; }
span { border-color: rgb(187,36,68); }
td.TdClassName
{
border-color: #BB2444;
}
.TagClassName
{
border-color: #BB2444;
}
</style>