Shades of Old Rose #BB2345
Tints of Old Rose #BB2345
RGB
CMYK
RGB Variations
Color information
#BB2345 (or 0xBB2345) is known color: Old Rose. HEX triplet: BB, 23 and 45. RGB value is (187,35,69). Sum of RGB (Red+Green+Blue) = 187+35+69=291 (38% of max value = 765). Red value is 187 (73.44% from 255 or 64.26% from 291); Green value is 35 (14.06% from 255 or 12.03% from 291); Blue value is 69 (27.34% from 255 or 23.71% from 291); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2345 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2345 is #44DCBA. Grayscale: #545454. Windows color (decimal): -4512955 or 4531131. OLE color: 4531131.
HSL color Cylindrical-coordinate representation of color #BB2345: hue angle of 346.58º 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 #BB2345 is Cyan = 0, Magento = 0.81, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 35 | 69 | - |
| CMYK | 0 | 0.81 | 0.63 | 0.27 |
| HSL | 346.58º | 0.68% | 0.44% | - |
| HSV(B) | 346.58º | 0.81% | 0.73% | - |
| XYZ | 22.17 | 12.2 | 6.82 | - |
| YUV | 84.32 | 119.36 | 201.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 35 | 69 | 0 | 0.81 | 0.63 | 0.27 | 346.58 | 0.68 | 0.44 |
| Hex | BB | 23 | 45 | 0 | 51 | 3F | 1B | 15B | 44 | 2C |
| Octal | 273 | 43 | 105 | 0 | 121 | 77 | 33 | 533 | 104 | 54 |
| Binary | 10111011 | 100011 | 1000101 | 0 | 1010001 | 111111 | 11011 | 101011011 | 1000100 | 101100 |
Color Harmonies of #BB2345
Complementary color
Monochromatic Colors of #BB2345
Black with #BB2345
Text Example
Text Example
White with #BB2345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB2345; }
p { color: rgb(187,35,69); }
H1.HeaderClassName
{
color: #BB2345;
}
.AnyTagClassName
{
color: #BB2345;
}
</style>
background-color css
<style>
a { background-color: #BB2345; }
a { background-color: rgb(187,35,69); }
div.DivClassName
{
background-color: #BB2345;
}
.BgClassName
{
background-color: #BB2345;
}
</style>
border-color css
<style>
span { border-color: #BB2345; }
span { border-color: rgb(187,35,69); }
td.TdClassName
{
border-color: #BB2345;
}
.TagClassName
{
border-color: #BB2345;
}
</style>