Shades of Old Rose #B43046
Tints of Old Rose #B43046
RGB
CMYK
RGB Variations
Color information
#B43046 (or 0xB43046) is known color: Old Rose. HEX triplet: B4, 30 and 46. RGB value is (180,48,70). Sum of RGB (Red+Green+Blue) = 180+48+70=298 (39% of max value = 765). Red value is 180 (70.70% from 255 or 60.40% from 298); Green value is 48 (19.14% from 255 or 16.11% from 298); Blue value is 70 (27.73% from 255 or 23.49% from 298); Max value from RGB is 180 - color contains mainly: red. Hex color #B43046 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B43046 is #4BCFB9. Grayscale: #5A5A5A. Windows color (decimal): -4968378 or 4599988. OLE color: 4599988.
HSL color Cylindrical-coordinate representation of color #B43046: hue angle of 350º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B43046 is Cyan = 0, Magento = 0.73, Yellow = 0.61 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 48 | 70 | - |
| CMYK | 0 | 0.73 | 0.61 | 0.29 |
| HSL | 350º | 0.58% | 0.45% | - |
| HSV(B) | 350º | 0.73% | 0.71% | - |
| XYZ | 20.98 | 12.26 | 7.05 | - |
| YUV | 89.98 | 116.73 | 192.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 48 | 70 | 0 | 0.73 | 0.61 | 0.29 | 350 | 0.58 | 0.45 |
| Hex | B4 | 30 | 46 | 0 | 49 | 3D | 1D | 15E | 3A | 2D |
| Octal | 264 | 60 | 106 | 0 | 111 | 75 | 35 | 536 | 72 | 55 |
| Binary | 10110100 | 110000 | 1000110 | 0 | 1001001 | 111101 | 11101 | 101011110 | 111010 | 101101 |
Color Harmonies of #B43046
Complementary color
Monochromatic Colors of #B43046
Black with #B43046
Text Example
Text Example
White with #B43046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B43046; }
p { color: rgb(180,48,70); }
H1.HeaderClassName
{
color: #B43046;
}
.AnyTagClassName
{
color: #B43046;
}
</style>
background-color css
<style>
a { background-color: #B43046; }
a { background-color: rgb(180,48,70); }
div.DivClassName
{
background-color: #B43046;
}
.BgClassName
{
background-color: #B43046;
}
</style>
border-color css
<style>
span { border-color: #B43046; }
span { border-color: rgb(180,48,70); }
td.TdClassName
{
border-color: #B43046;
}
.TagClassName
{
border-color: #B43046;
}
</style>