Shades of Old Rose #B42756
Tints of Old Rose #B42756
RGB
CMYK
RGB Variations
Color information
#B42756 (or 0xB42756) is known color: Old Rose. HEX triplet: B4, 27 and 56. RGB value is (180,39,86). Sum of RGB (Red+Green+Blue) = 180+39+86=305 (40% of max value = 765). Red value is 180 (70.70% from 255 or 59.02% from 305); Green value is 39 (15.62% from 255 or 12.79% from 305); Blue value is 86 (33.98% from 255 or 28.20% from 305); Max value from RGB is 180 - color contains mainly: red. Hex color #B42756 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B42756 is #4BD8A9. Grayscale: #565656. Windows color (decimal): -4970666 or 5646260. OLE color: 5646260.
HSL color Cylindrical-coordinate representation of color #B42756: hue angle of 340º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B42756 is Cyan = 0, Magento = 0.78, Yellow = 0.52 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 39 | 86 | - |
| CMYK | 0 | 0.78 | 0.52 | 0.29 |
| HSL | 340º | 0.64% | 0.43% | - |
| HSV(B) | 340º | 0.78% | 0.71% | - |
| XYZ | 21.23 | 11.83 | 9.97 | - |
| YUV | 86.52 | 127.71 | 194.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 39 | 86 | 0 | 0.78 | 0.52 | 0.29 | 340 | 0.64 | 0.43 |
| Hex | B4 | 27 | 56 | 0 | 4E | 34 | 1D | 154 | 40 | 2B |
| Octal | 264 | 47 | 126 | 0 | 116 | 64 | 35 | 524 | 100 | 53 |
| Binary | 10110100 | 100111 | 1010110 | 0 | 1001110 | 110100 | 11101 | 101010100 | 1000000 | 101011 |
Color Harmonies of #B42756
Complementary color
Monochromatic Colors of #B42756
Black with #B42756
Text Example
Text Example
White with #B42756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42756; }
p { color: rgb(180,39,86); }
H1.HeaderClassName
{
color: #B42756;
}
.AnyTagClassName
{
color: #B42756;
}
</style>
background-color css
<style>
a { background-color: #B42756; }
a { background-color: rgb(180,39,86); }
div.DivClassName
{
background-color: #B42756;
}
.BgClassName
{
background-color: #B42756;
}
</style>
border-color css
<style>
span { border-color: #B42756; }
span { border-color: rgb(180,39,86); }
td.TdClassName
{
border-color: #B42756;
}
.TagClassName
{
border-color: #B42756;
}
</style>