Shades of Old Rose #B42D58
Tints of Old Rose #B42D58
RGB
CMYK
RGB Variations
Color information
#B42D58 (or 0xB42D58) is known color: Old Rose. HEX triplet: B4, 2D and 58. RGB value is (180,45,88). Sum of RGB (Red+Green+Blue) = 180+45+88=313 (41% of max value = 765). Red value is 180 (70.70% from 255 or 57.51% from 313); Green value is 45 (17.97% from 255 or 14.38% from 313); Blue value is 88 (34.77% from 255 or 28.12% from 313); Max value from RGB is 180 - color contains mainly: red. Hex color #B42D58 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B42D58 is #4BD2A7. Grayscale: #5A5A5A. Windows color (decimal): -4969128 or 5778868. OLE color: 5778868.
HSL color Cylindrical-coordinate representation of color #B42D58: hue angle of 340.89º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B42D58 is Cyan = 0, Magento = 0.75, Yellow = 0.51 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 45 | 88 | - |
| CMYK | 0 | 0.75 | 0.51 | 0.29 |
| HSL | 340.89º | 0.6% | 0.44% | - |
| HSV(B) | 340.89º | 0.75% | 0.71% | - |
| XYZ | 21.52 | 12.28 | 10.47 | - |
| YUV | 90.27 | 126.73 | 192 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 45 | 88 | 0 | 0.75 | 0.51 | 0.29 | 340.89 | 0.6 | 0.44 |
| Hex | B4 | 2D | 58 | 0 | 4B | 33 | 1D | 155 | 3C | 2C |
| Octal | 264 | 55 | 130 | 0 | 113 | 63 | 35 | 525 | 74 | 54 |
| Binary | 10110100 | 101101 | 1011000 | 0 | 1001011 | 110011 | 11101 | 101010101 | 111100 | 101100 |
Color Harmonies of #B42D58
Complementary color
Monochromatic Colors of #B42D58
Black with #B42D58
Text Example
Text Example
White with #B42D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42D58; }
p { color: rgb(180,45,88); }
H1.HeaderClassName
{
color: #B42D58;
}
.AnyTagClassName
{
color: #B42D58;
}
</style>
background-color css
<style>
a { background-color: #B42D58; }
a { background-color: rgb(180,45,88); }
div.DivClassName
{
background-color: #B42D58;
}
.BgClassName
{
background-color: #B42D58;
}
</style>
border-color css
<style>
span { border-color: #B42D58; }
span { border-color: rgb(180,45,88); }
td.TdClassName
{
border-color: #B42D58;
}
.TagClassName
{
border-color: #B42D58;
}
</style>