Shades of Old Rose #B23553
Tints of Old Rose #B23553
RGB
CMYK
RGB Variations
Color information
#B23553 (or 0xB23553) is known color: Old Rose. HEX triplet: B2, 35 and 53. RGB value is (178,53,83). Sum of RGB (Red+Green+Blue) = 178+53+83=314 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.69% from 314); Green value is 53 (21.09% from 255 or 16.88% from 314); Blue value is 83 (32.81% from 255 or 26.43% from 314); Max value from RGB is 178 - color contains mainly: red. Hex color #B23553 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B23553 is #4DCAAC. Grayscale: #5D5D5D. Windows color (decimal): -5098157 or 5453234. OLE color: 5453234.
HSL color Cylindrical-coordinate representation of color #B23553: hue angle of 345.6º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B23553 is Cyan = 0, Magento = 0.70, Yellow = 0.53 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 53 | 83 | - |
| CMYK | 0 | 0.70 | 0.53 | 0.30 |
| HSL | 345.6º | 0.54% | 0.45% | - |
| HSV(B) | 345.6º | 0.7% | 0.7% | - |
| XYZ | 21.19 | 12.64 | 9.51 | - |
| YUV | 93.8 | 121.91 | 188.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 53 | 83 | 0 | 0.70 | 0.53 | 0.30 | 345.6 | 0.54 | 0.45 |
| Hex | B2 | 35 | 53 | 0 | 46 | 35 | 1E | 15A | 36 | 2D |
| Octal | 262 | 65 | 123 | 0 | 106 | 65 | 36 | 532 | 66 | 55 |
| Binary | 10110010 | 110101 | 1010011 | 0 | 1000110 | 110101 | 11110 | 101011010 | 110110 | 101101 |
Color Harmonies of #B23553
Complementary color
Monochromatic Colors of #B23553
Black with #B23553
Text Example
Text Example
White with #B23553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23553; }
p { color: rgb(178,53,83); }
H1.HeaderClassName
{
color: #B23553;
}
.AnyTagClassName
{
color: #B23553;
}
</style>
background-color css
<style>
a { background-color: #B23553; }
a { background-color: rgb(178,53,83); }
div.DivClassName
{
background-color: #B23553;
}
.BgClassName
{
background-color: #B23553;
}
</style>
border-color css
<style>
span { border-color: #B23553; }
span { border-color: rgb(178,53,83); }
td.TdClassName
{
border-color: #B23553;
}
.TagClassName
{
border-color: #B23553;
}
</style>