Shades of Old Rose #B42C55
Tints of Old Rose #B42C55
RGB
CMYK
RGB Variations
Color information
#B42C55 (or 0xB42C55) is known color: Old Rose. HEX triplet: B4, 2C and 55. RGB value is (180,44,85). Sum of RGB (Red+Green+Blue) = 180+44+85=309 (40% of max value = 765). Red value is 180 (70.70% from 255 or 58.25% from 309); Green value is 44 (17.58% from 255 or 14.24% from 309); Blue value is 85 (33.59% from 255 or 27.51% from 309); Max value from RGB is 180 - color contains mainly: red. Hex color #B42C55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B42C55 is #4BD3AA. Grayscale: #595959. Windows color (decimal): -4969387 or 5582004. OLE color: 5582004.
HSL color Cylindrical-coordinate representation of color #B42C55: hue angle of 341.91º 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 #B42C55 is Cyan = 0, Magento = 0.76, Yellow = 0.53 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 44 | 85 | - |
| CMYK | 0 | 0.76 | 0.53 | 0.29 |
| HSL | 341.91º | 0.61% | 0.44% | - |
| HSV(B) | 341.91º | 0.76% | 0.71% | - |
| XYZ | 21.36 | 12.16 | 9.82 | - |
| YUV | 89.34 | 125.56 | 192.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 44 | 85 | 0 | 0.76 | 0.53 | 0.29 | 341.91 | 0.61 | 0.44 |
| Hex | B4 | 2C | 55 | 0 | 4C | 35 | 1D | 156 | 3D | 2C |
| Octal | 264 | 54 | 125 | 0 | 114 | 65 | 35 | 526 | 75 | 54 |
| Binary | 10110100 | 101100 | 1010101 | 0 | 1001100 | 110101 | 11101 | 101010110 | 111101 | 101100 |
Color Harmonies of #B42C55
Complementary color
Monochromatic Colors of #B42C55
Black with #B42C55
Text Example
Text Example
White with #B42C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42C55; }
p { color: rgb(180,44,85); }
H1.HeaderClassName
{
color: #B42C55;
}
.AnyTagClassName
{
color: #B42C55;
}
</style>
background-color css
<style>
a { background-color: #B42C55; }
a { background-color: rgb(180,44,85); }
div.DivClassName
{
background-color: #B42C55;
}
.BgClassName
{
background-color: #B42C55;
}
</style>
border-color css
<style>
span { border-color: #B42C55; }
span { border-color: rgb(180,44,85); }
td.TdClassName
{
border-color: #B42C55;
}
.TagClassName
{
border-color: #B42C55;
}
</style>