Shades of Old Rose #B42550
Tints of Old Rose #B42550
RGB
CMYK
RGB Variations
Color information
#B42550 (or 0xB42550) is known color: Old Rose. HEX triplet: B4, 25 and 50. RGB value is (180,37,80). Sum of RGB (Red+Green+Blue) = 180+37+80=297 (39% of max value = 765). Red value is 180 (70.70% from 255 or 60.61% from 297); Green value is 37 (14.84% from 255 or 12.46% from 297); Blue value is 80 (31.64% from 255 or 26.94% from 297); Max value from RGB is 180 - color contains mainly: red. Hex color #B42550 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B42550 is #4BDAAF. Grayscale: #545454. Windows color (decimal): -4971184 or 5252532. OLE color: 5252532.
HSL color Cylindrical-coordinate representation of color #B42550: hue angle of 341.96º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B42550 is Cyan = 0, Magento = 0.79, Yellow = 0.56 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 37 | 80 | - |
| CMYK | 0 | 0.79 | 0.56 | 0.29 |
| HSL | 341.96º | 0.66% | 0.43% | - |
| HSV(B) | 341.96º | 0.79% | 0.71% | - |
| XYZ | 20.93 | 11.61 | 8.73 | - |
| YUV | 84.66 | 125.38 | 196 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 37 | 80 | 0 | 0.79 | 0.56 | 0.29 | 341.96 | 0.66 | 0.43 |
| Hex | B4 | 25 | 50 | 0 | 4F | 38 | 1D | 156 | 42 | 2B |
| Octal | 264 | 45 | 120 | 0 | 117 | 70 | 35 | 526 | 102 | 53 |
| Binary | 10110100 | 100101 | 1010000 | 0 | 1001111 | 111000 | 11101 | 101010110 | 1000010 | 101011 |
Color Harmonies of #B42550
Complementary color
Monochromatic Colors of #B42550
Black with #B42550
Text Example
Text Example
White with #B42550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42550; }
p { color: rgb(180,37,80); }
H1.HeaderClassName
{
color: #B42550;
}
.AnyTagClassName
{
color: #B42550;
}
</style>
background-color css
<style>
a { background-color: #B42550; }
a { background-color: rgb(180,37,80); }
div.DivClassName
{
background-color: #B42550;
}
.BgClassName
{
background-color: #B42550;
}
</style>
border-color css
<style>
span { border-color: #B42550; }
span { border-color: rgb(180,37,80); }
td.TdClassName
{
border-color: #B42550;
}
.TagClassName
{
border-color: #B42550;
}
</style>