Shades of Old Rose #B43653
Tints of Old Rose #B43653
RGB
CMYK
RGB Variations
Color information
#B43653 (or 0xB43653) is known color: Old Rose. HEX triplet: B4, 36 and 53. RGB value is (180,54,83). Sum of RGB (Red+Green+Blue) = 180+54+83=317 (41% of max value = 765). Red value is 180 (70.70% from 255 or 56.78% from 317); Green value is 54 (21.48% from 255 or 17.03% from 317); Blue value is 83 (32.81% from 255 or 26.18% from 317); Max value from RGB is 180 - color contains mainly: red. Hex color #B43653 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B43653 is #4BC9AC. Grayscale: #5E5E5E. Windows color (decimal): -4966829 or 5453492. OLE color: 5453492.
HSL color Cylindrical-coordinate representation of color #B43653: hue angle of 346.19º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B43653 is Cyan = 0, Magento = 0.7, Yellow = 0.54 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 54 | 83 | - |
| CMYK | 0 | 0.7 | 0.54 | 0.29 |
| HSL | 346.19º | 0.54% | 0.46% | - |
| HSV(B) | 346.19º | 0.7% | 0.71% | - |
| XYZ | 21.7 | 12.97 | 9.54 | - |
| YUV | 94.98 | 121.24 | 188.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 54 | 83 | 0 | 0.7 | 0.54 | 0.29 | 346.19 | 0.54 | 0.46 |
| Hex | B4 | 36 | 53 | 0 | 46 | 36 | 1D | 15A | 36 | 2E |
| Octal | 264 | 66 | 123 | 0 | 106 | 66 | 35 | 532 | 66 | 56 |
| Binary | 10110100 | 110110 | 1010011 | 0 | 1000110 | 110110 | 11101 | 101011010 | 110110 | 101110 |
Color Harmonies of #B43653
Complementary color
Monochromatic Colors of #B43653
Black with #B43653
Text Example
Text Example
White with #B43653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B43653; }
p { color: rgb(180,54,83); }
H1.HeaderClassName
{
color: #B43653;
}
.AnyTagClassName
{
color: #B43653;
}
</style>
background-color css
<style>
a { background-color: #B43653; }
a { background-color: rgb(180,54,83); }
div.DivClassName
{
background-color: #B43653;
}
.BgClassName
{
background-color: #B43653;
}
</style>
border-color css
<style>
span { border-color: #B43653; }
span { border-color: rgb(180,54,83); }
td.TdClassName
{
border-color: #B43653;
}
.TagClassName
{
border-color: #B43653;
}
</style>