Shades of Old Rose #B43647
Tints of Old Rose #B43647
RGB
CMYK
RGB Variations
Color information
#B43647 (or 0xB43647) is known color: Old Rose. HEX triplet: B4, 36 and 47. RGB value is (180,54,71). Sum of RGB (Red+Green+Blue) = 180+54+71=305 (40% of max value = 765). Red value is 180 (70.70% from 255 or 59.02% from 305); Green value is 54 (21.48% from 255 or 17.70% from 305); Blue value is 71 (28.12% from 255 or 23.28% from 305); Max value from RGB is 180 - color contains mainly: red. Hex color #B43647 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B43647 is #4BC9B8. Grayscale: #5D5D5D. Windows color (decimal): -4966841 or 4667060. OLE color: 4667060.
HSL color Cylindrical-coordinate representation of color #B43647: hue angle of 351.9º 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 #B43647 is Cyan = 0, Magento = 0.7, Yellow = 0.61 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 54 | 71 | - |
| CMYK | 0 | 0.7 | 0.61 | 0.29 |
| HSL | 351.9º | 0.54% | 0.46% | - |
| HSV(B) | 351.9º | 0.7% | 0.71% | - |
| XYZ | 21.28 | 12.8 | 7.31 | - |
| YUV | 93.61 | 115.24 | 189.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 54 | 71 | 0 | 0.7 | 0.61 | 0.29 | 351.9 | 0.54 | 0.46 |
| Hex | B4 | 36 | 47 | 0 | 46 | 3D | 1D | 160 | 36 | 2E |
| Octal | 264 | 66 | 107 | 0 | 106 | 75 | 35 | 540 | 66 | 56 |
| Binary | 10110100 | 110110 | 1000111 | 0 | 1000110 | 111101 | 11101 | 101100000 | 110110 | 101110 |
Color Harmonies of #B43647
Complementary color
Monochromatic Colors of #B43647
Black with #B43647
Text Example
Text Example
White with #B43647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B43647; }
p { color: rgb(180,54,71); }
H1.HeaderClassName
{
color: #B43647;
}
.AnyTagClassName
{
color: #B43647;
}
</style>
background-color css
<style>
a { background-color: #B43647; }
a { background-color: rgb(180,54,71); }
div.DivClassName
{
background-color: #B43647;
}
.BgClassName
{
background-color: #B43647;
}
</style>
border-color css
<style>
span { border-color: #B43647; }
span { border-color: rgb(180,54,71); }
td.TdClassName
{
border-color: #B43647;
}
.TagClassName
{
border-color: #B43647;
}
</style>