Shades of Old Rose #B42256
Tints of Old Rose #B42256
RGB
CMYK
RGB Variations
Color information
#B42256 (or 0xB42256) is known color: Old Rose. HEX triplet: B4, 22 and 56. RGB value is (180,34,86). Sum of RGB (Red+Green+Blue) = 180+34+86=300 (39% of max value = 765). Red value is 180 (70.70% from 255 or 60% from 300); Green value is 34 (13.67% from 255 or 11.33% from 300); Blue value is 86 (33.98% from 255 or 28.67% from 300); Max value from RGB is 180 - color contains mainly: red. Hex color #B42256 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B42256 is #4BDDA9. Grayscale: #535353. Windows color (decimal): -4971946 or 5644980. OLE color: 5644980.
HSL color Cylindrical-coordinate representation of color #B42256: hue angle of 338.63º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B42256 is Cyan = 0, Magento = 0.81, Yellow = 0.52 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 34 | 86 | - |
| CMYK | 0 | 0.81 | 0.52 | 0.29 |
| HSL | 338.63º | 0.68% | 0.42% | - |
| HSV(B) | 338.63º | 0.81% | 0.71% | - |
| XYZ | 21.07 | 11.52 | 9.92 | - |
| YUV | 83.58 | 129.37 | 196.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 34 | 86 | 0 | 0.81 | 0.52 | 0.29 | 338.63 | 0.68 | 0.42 |
| Hex | B4 | 22 | 56 | 0 | 51 | 34 | 1D | 153 | 44 | 2A |
| Octal | 264 | 42 | 126 | 0 | 121 | 64 | 35 | 523 | 104 | 52 |
| Binary | 10110100 | 100010 | 1010110 | 0 | 1010001 | 110100 | 11101 | 101010011 | 1000100 | 101010 |
Color Harmonies of #B42256
Complementary color
Monochromatic Colors of #B42256
Black with #B42256
Text Example
Text Example
White with #B42256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42256; }
p { color: rgb(180,34,86); }
H1.HeaderClassName
{
color: #B42256;
}
.AnyTagClassName
{
color: #B42256;
}
</style>
background-color css
<style>
a { background-color: #B42256; }
a { background-color: rgb(180,34,86); }
div.DivClassName
{
background-color: #B42256;
}
.BgClassName
{
background-color: #B42256;
}
</style>
border-color css
<style>
span { border-color: #B42256; }
span { border-color: rgb(180,34,86); }
td.TdClassName
{
border-color: #B42256;
}
.TagClassName
{
border-color: #B42256;
}
</style>