Shades of Old Rose #B21E56
Tints of Old Rose #B21E56
RGB
CMYK
RGB Variations
Color information
#B21E56 (or 0xB21E56) is known color: Old Rose. HEX triplet: B2, 1E and 56. RGB value is (178,30,86). Sum of RGB (Red+Green+Blue) = 178+30+86=294 (38% of max value = 765). Red value is 178 (69.92% from 255 or 60.54% from 294); Green value is 30 (12.11% from 255 or 10.20% from 294); Blue value is 86 (33.98% from 255 or 29.25% from 294); Max value from RGB is 178 - color contains mainly: red. Hex color #B21E56 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B21E56 is #4DE1A9. Grayscale: #505050. Windows color (decimal): -5104042 or 5643954. OLE color: 5643954.
HSL color Cylindrical-coordinate representation of color #B21E56: hue angle of 337.3º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B21E56 is Cyan = 0, Magento = 0.83, Yellow = 0.52 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 30 | 86 | - |
| CMYK | 0 | 0.83 | 0.52 | 0.30 |
| HSL | 337.3º | 0.71% | 0.41% | - |
| HSV(B) | 337.3º | 0.83% | 0.7% | - |
| XYZ | 20.5 | 11.07 | 9.86 | - |
| YUV | 80.64 | 131.03 | 197.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 30 | 86 | 0 | 0.83 | 0.52 | 0.30 | 337.3 | 0.71 | 0.41 |
| Hex | B2 | 1E | 56 | 0 | 53 | 34 | 1E | 151 | 47 | 29 |
| Octal | 262 | 36 | 126 | 0 | 123 | 64 | 36 | 521 | 107 | 51 |
| Binary | 10110010 | 11110 | 1010110 | 0 | 1010011 | 110100 | 11110 | 101010001 | 1000111 | 101001 |
Color Harmonies of #B21E56
Complementary color
Monochromatic Colors of #B21E56
Black with #B21E56
Text Example
Text Example
White with #B21E56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B21E56; }
p { color: rgb(178,30,86); }
H1.HeaderClassName
{
color: #B21E56;
}
.AnyTagClassName
{
color: #B21E56;
}
</style>
background-color css
<style>
a { background-color: #B21E56; }
a { background-color: rgb(178,30,86); }
div.DivClassName
{
background-color: #B21E56;
}
.BgClassName
{
background-color: #B21E56;
}
</style>
border-color css
<style>
span { border-color: #B21E56; }
span { border-color: rgb(178,30,86); }
td.TdClassName
{
border-color: #B21E56;
}
.TagClassName
{
border-color: #B21E56;
}
</style>