Shades of Old Rose #B43547
Tints of Old Rose #B43547
RGB
CMYK
RGB Variations
Color information
#B43547 (or 0xB43547) is known color: Old Rose. HEX triplet: B4, 35 and 47. RGB value is (180,53,71). Sum of RGB (Red+Green+Blue) = 180+53+71=304 (40% of max value = 765). Red value is 180 (70.70% from 255 or 59.21% from 304); Green value is 53 (21.09% from 255 or 17.43% from 304); Blue value is 71 (28.12% from 255 or 23.36% from 304); Max value from RGB is 180 - color contains mainly: red. Hex color #B43547 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B43547 is #4BCAB8. Grayscale: #5D5D5D. Windows color (decimal): -4967097 or 4666804. OLE color: 4666804.
HSL color Cylindrical-coordinate representation of color #B43547: hue angle of 351.5º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B43547 is Cyan = 0, Magento = 0.71, Yellow = 0.61 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 53 | 71 | - |
| CMYK | 0 | 0.71 | 0.61 | 0.29 |
| HSL | 351.5º | 0.55% | 0.46% | - |
| HSV(B) | 351.5º | 0.71% | 0.71% | - |
| XYZ | 21.23 | 12.7 | 7.29 | - |
| YUV | 93.03 | 115.58 | 190.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 53 | 71 | 0 | 0.71 | 0.61 | 0.29 | 351.5 | 0.55 | 0.46 |
| Hex | B4 | 35 | 47 | 0 | 47 | 3D | 1D | 15F | 37 | 2E |
| Octal | 264 | 65 | 107 | 0 | 107 | 75 | 35 | 537 | 67 | 56 |
| Binary | 10110100 | 110101 | 1000111 | 0 | 1000111 | 111101 | 11101 | 101011111 | 110111 | 101110 |
Color Harmonies of #B43547
Complementary color
Monochromatic Colors of #B43547
Black with #B43547
Text Example
Text Example
White with #B43547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B43547; }
p { color: rgb(180,53,71); }
H1.HeaderClassName
{
color: #B43547;
}
.AnyTagClassName
{
color: #B43547;
}
</style>
background-color css
<style>
a { background-color: #B43547; }
a { background-color: rgb(180,53,71); }
div.DivClassName
{
background-color: #B43547;
}
.BgClassName
{
background-color: #B43547;
}
</style>
border-color css
<style>
span { border-color: #B43547; }
span { border-color: rgb(180,53,71); }
td.TdClassName
{
border-color: #B43547;
}
.TagClassName
{
border-color: #B43547;
}
</style>