Shades of Old Rose #BB2A43
Tints of Old Rose #BB2A43
RGB
CMYK
RGB Variations
Color information
#BB2A43 (or 0xBB2A43) is known color: Old Rose. HEX triplet: BB, 2A and 43. RGB value is (187,42,67). Sum of RGB (Red+Green+Blue) = 187+42+67=296 (39% of max value = 765). Red value is 187 (73.44% from 255 or 63.18% from 296); Green value is 42 (16.80% from 255 or 14.19% from 296); Blue value is 67 (26.56% from 255 or 22.64% from 296); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2A43 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2A43 is #44D5BC. Grayscale: #585858. Windows color (decimal): -4511165 or 4401851. OLE color: 4401851.
HSL color Cylindrical-coordinate representation of color #BB2A43: hue angle of 349.66º 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 #BB2A43 is Cyan = 0, Magento = 0.78, Yellow = 0.64 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 42 | 67 | - |
| CMYK | 0 | 0.78 | 0.64 | 0.27 |
| HSL | 349.66º | 0.63% | 0.45% | - |
| HSV(B) | 349.66º | 0.78% | 0.73% | - |
| XYZ | 22.33 | 12.63 | 6.57 | - |
| YUV | 88.21 | 116.04 | 198.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 42 | 67 | 0 | 0.78 | 0.64 | 0.27 | 349.66 | 0.63 | 0.45 |
| Hex | BB | 2A | 43 | 0 | 4E | 40 | 1B | 15E | 3F | 2D |
| Octal | 273 | 52 | 103 | 0 | 116 | 100 | 33 | 536 | 77 | 55 |
| Binary | 10111011 | 101010 | 1000011 | 0 | 1001110 | 1000000 | 11011 | 101011110 | 111111 | 101101 |
Color Harmonies of #BB2A43
Complementary color
Monochromatic Colors of #BB2A43
Black with #BB2A43
Text Example
Text Example
White with #BB2A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB2A43; }
p { color: rgb(187,42,67); }
H1.HeaderClassName
{
color: #BB2A43;
}
.AnyTagClassName
{
color: #BB2A43;
}
</style>
background-color css
<style>
a { background-color: #BB2A43; }
a { background-color: rgb(187,42,67); }
div.DivClassName
{
background-color: #BB2A43;
}
.BgClassName
{
background-color: #BB2A43;
}
</style>
border-color css
<style>
span { border-color: #BB2A43; }
span { border-color: rgb(187,42,67); }
td.TdClassName
{
border-color: #BB2A43;
}
.TagClassName
{
border-color: #BB2A43;
}
</style>