Shades of Old Rose #B71E5A
Tints of Old Rose #B71E5A
RGB
CMYK
RGB Variations
Color information
#B71E5A (or 0xB71E5A) is known color: Old Rose. HEX triplet: B7, 1E and 5A. RGB value is (183,30,90). Sum of RGB (Red+Green+Blue) = 183+30+90=303 (40% of max value = 765). Red value is 183 (71.88% from 255 or 60.40% from 303); Green value is 30 (12.11% from 255 or 9.90% from 303); Blue value is 90 (35.55% from 255 or 29.70% from 303); Max value from RGB is 183 - color contains mainly: red. Hex color #B71E5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B71E5A is #48E1A5. Grayscale: #525252. Windows color (decimal): -4776358 or 5906103. OLE color: 5906103.
HSL color Cylindrical-coordinate representation of color #B71E5A: hue angle of 336.47º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B71E5A is Cyan = 0, Magento = 0.84, Yellow = 0.51 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 30 | 90 | - |
| CMYK | 0 | 0.84 | 0.51 | 0.28 |
| HSL | 336.47º | 0.72% | 0.42% | - |
| HSV(B) | 336.47º | 0.84% | 0.72% | - |
| XYZ | 21.84 | 11.73 | 10.79 | - |
| YUV | 82.59 | 132.19 | 199.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 30 | 90 | 0 | 0.84 | 0.51 | 0.28 | 336.47 | 0.72 | 0.42 |
| Hex | B7 | 1E | 5A | 0 | 54 | 33 | 1C | 150 | 48 | 2A |
| Octal | 267 | 36 | 132 | 0 | 124 | 63 | 34 | 520 | 110 | 52 |
| Binary | 10110111 | 11110 | 1011010 | 0 | 1010100 | 110011 | 11100 | 101010000 | 1001000 | 101010 |
Color Harmonies of #B71E5A
Complementary color
Monochromatic Colors of #B71E5A
Black with #B71E5A
Text Example
Text Example
White with #B71E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71E5A; }
p { color: rgb(183,30,90); }
H1.HeaderClassName
{
color: #B71E5A;
}
.AnyTagClassName
{
color: #B71E5A;
}
</style>
background-color css
<style>
a { background-color: #B71E5A; }
a { background-color: rgb(183,30,90); }
div.DivClassName
{
background-color: #B71E5A;
}
.BgClassName
{
background-color: #B71E5A;
}
</style>
border-color css
<style>
span { border-color: #B71E5A; }
span { border-color: rgb(183,30,90); }
td.TdClassName
{
border-color: #B71E5A;
}
.TagClassName
{
border-color: #B71E5A;
}
</style>