Shades of Old Rose #B42159
Tints of Old Rose #B42159
RGB
CMYK
RGB Variations
Color information
#B42159 (or 0xB42159) is known color: Old Rose. HEX triplet: B4, 21 and 59. RGB value is (180,33,89). Sum of RGB (Red+Green+Blue) = 180+33+89=302 (40% of max value = 765). Red value is 180 (70.70% from 255 or 59.60% from 302); Green value is 33 (13.28% from 255 or 10.93% from 302); Blue value is 89 (35.16% from 255 or 29.47% from 302); Max value from RGB is 180 - color contains mainly: red. Hex color #B42159 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B42159 is #4BDEA6. Grayscale: #535353. Windows color (decimal): -4972199 or 5841332. OLE color: 5841332.
HSL color Cylindrical-coordinate representation of color #B42159: hue angle of 337.14º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B42159 is Cyan = 0, Magento = 0.82, Yellow = 0.51 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 33 | 89 | - |
| CMYK | 0 | 0.82 | 0.51 | 0.29 |
| HSL | 337.14º | 0.69% | 0.42% | - |
| HSV(B) | 337.14º | 0.82% | 0.71% | - |
| XYZ | 21.17 | 11.51 | 10.56 | - |
| YUV | 83.34 | 131.2 | 196.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 33 | 89 | 0 | 0.82 | 0.51 | 0.29 | 337.14 | 0.69 | 0.42 |
| Hex | B4 | 21 | 59 | 0 | 52 | 33 | 1D | 151 | 45 | 2A |
| Octal | 264 | 41 | 131 | 0 | 122 | 63 | 35 | 521 | 105 | 52 |
| Binary | 10110100 | 100001 | 1011001 | 0 | 1010010 | 110011 | 11101 | 101010001 | 1000101 | 101010 |
Color Harmonies of #B42159
Complementary color
Monochromatic Colors of #B42159
Black with #B42159
Text Example
Text Example
White with #B42159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42159; }
p { color: rgb(180,33,89); }
H1.HeaderClassName
{
color: #B42159;
}
.AnyTagClassName
{
color: #B42159;
}
</style>
background-color css
<style>
a { background-color: #B42159; }
a { background-color: rgb(180,33,89); }
div.DivClassName
{
background-color: #B42159;
}
.BgClassName
{
background-color: #B42159;
}
</style>
border-color css
<style>
span { border-color: #B42159; }
span { border-color: rgb(180,33,89); }
td.TdClassName
{
border-color: #B42159;
}
.TagClassName
{
border-color: #B42159;
}
</style>