Shades of Old Rose #BB2943
Tints of Old Rose #BB2943
RGB
CMYK
RGB Variations
Color information
#BB2943 (or 0xBB2943) is known color: Old Rose. HEX triplet: BB, 29 and 43. RGB value is (187,41,67). Sum of RGB (Red+Green+Blue) = 187+41+67=295 (39% of max value = 765). Red value is 187 (73.44% from 255 or 63.39% from 295); Green value is 41 (16.41% from 255 or 13.90% from 295); Blue value is 67 (26.56% from 255 or 22.71% from 295); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2943 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2943 is #44D6BC. Grayscale: #575757. Windows color (decimal): -4511421 or 4401595. OLE color: 4401595.
HSL color Cylindrical-coordinate representation of color #BB2943: hue angle of 349.32º degrees, saturation: 0.64, 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 #BB2943 is Cyan = 0, Magento = 0.78, Yellow = 0.64 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 41 | 67 | - |
| CMYK | 0 | 0.78 | 0.64 | 0.27 |
| HSL | 349.32º | 0.64% | 0.45% | - |
| HSV(B) | 349.32º | 0.78% | 0.73% | - |
| XYZ | 22.3 | 12.56 | 6.56 | - |
| YUV | 87.62 | 116.37 | 198.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 41 | 67 | 0 | 0.78 | 0.64 | 0.27 | 349.32 | 0.64 | 0.45 |
| Hex | BB | 29 | 43 | 0 | 4E | 40 | 1B | 15D | 40 | 2D |
| Octal | 273 | 51 | 103 | 0 | 116 | 100 | 33 | 535 | 100 | 55 |
| Binary | 10111011 | 101001 | 1000011 | 0 | 1001110 | 1000000 | 11011 | 101011101 | 1000000 | 101101 |
Color Harmonies of #BB2943
Complementary color
Monochromatic Colors of #BB2943
Black with #BB2943
Text Example
Text Example
White with #BB2943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB2943; }
p { color: rgb(187,41,67); }
H1.HeaderClassName
{
color: #BB2943;
}
.AnyTagClassName
{
color: #BB2943;
}
</style>
background-color css
<style>
a { background-color: #BB2943; }
a { background-color: rgb(187,41,67); }
div.DivClassName
{
background-color: #BB2943;
}
.BgClassName
{
background-color: #BB2943;
}
</style>
border-color css
<style>
span { border-color: #BB2943; }
span { border-color: rgb(187,41,67); }
td.TdClassName
{
border-color: #BB2943;
}
.TagClassName
{
border-color: #BB2943;
}
</style>