Shades of Old Rose #B42C54
Tints of Old Rose #B42C54
RGB
CMYK
RGB Variations
Color information
#B42C54 (or 0xB42C54) is known color: Old Rose. HEX triplet: B4, 2C and 54. RGB value is (180,44,84). Sum of RGB (Red+Green+Blue) = 180+44+84=308 (40% of max value = 765). Red value is 180 (70.70% from 255 or 58.44% from 308); Green value is 44 (17.58% from 255 or 14.29% from 308); Blue value is 84 (33.20% from 255 or 27.27% from 308); Max value from RGB is 180 - color contains mainly: red. Hex color #B42C54 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B42C54 is #4BD3AB. Grayscale: #595959. Windows color (decimal): -4969388 or 5516468. OLE color: 5516468.
HSL color Cylindrical-coordinate representation of color #B42C54: hue angle of 342.35º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B42C54 is Cyan = 0, Magento = 0.76, Yellow = 0.53 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 44 | 84 | - |
| CMYK | 0 | 0.76 | 0.53 | 0.29 |
| HSL | 342.35º | 0.61% | 0.44% | - |
| HSV(B) | 342.35º | 0.76% | 0.71% | - |
| XYZ | 21.32 | 12.14 | 9.61 | - |
| YUV | 89.22 | 125.06 | 192.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 44 | 84 | 0 | 0.76 | 0.53 | 0.29 | 342.35 | 0.61 | 0.44 |
| Hex | B4 | 2C | 54 | 0 | 4C | 35 | 1D | 156 | 3D | 2C |
| Octal | 264 | 54 | 124 | 0 | 114 | 65 | 35 | 526 | 75 | 54 |
| Binary | 10110100 | 101100 | 1010100 | 0 | 1001100 | 110101 | 11101 | 101010110 | 111101 | 101100 |
Color Harmonies of #B42C54
Complementary color
Monochromatic Colors of #B42C54
Black with #B42C54
Text Example
Text Example
White with #B42C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42C54; }
p { color: rgb(180,44,84); }
H1.HeaderClassName
{
color: #B42C54;
}
.AnyTagClassName
{
color: #B42C54;
}
</style>
background-color css
<style>
a { background-color: #B42C54; }
a { background-color: rgb(180,44,84); }
div.DivClassName
{
background-color: #B42C54;
}
.BgClassName
{
background-color: #B42C54;
}
</style>
border-color css
<style>
span { border-color: #B42C54; }
span { border-color: rgb(180,44,84); }
td.TdClassName
{
border-color: #B42C54;
}
.TagClassName
{
border-color: #B42C54;
}
</style>