Shades of Old Rose #B71E4D
Tints of Old Rose #B71E4D
RGB
CMYK
RGB Variations
Color information
#B71E4D (or 0xB71E4D) is known color: Old Rose. HEX triplet: B7, 1E and 4D. RGB value is (183,30,77). Sum of RGB (Red+Green+Blue) = 183+30+77=290 (38% of max value = 765). Red value is 183 (71.88% from 255 or 63.10% from 290); Green value is 30 (12.11% from 255 or 10.34% from 290); Blue value is 77 (30.47% from 255 or 26.55% from 290); Max value from RGB is 183 - color contains mainly: red. Hex color #B71E4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B71E4D is #48E1B2. Grayscale: #515151. Windows color (decimal): -4776371 or 5054135. OLE color: 5054135.
HSL color Cylindrical-coordinate representation of color #B71E4D: hue angle of 341.57º 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 #B71E4D is Cyan = 0, Magento = 0.84, Yellow = 0.58 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 30 | 77 | - |
| CMYK | 0 | 0.84 | 0.58 | 0.28 |
| HSL | 341.57º | 0.72% | 0.42% | - |
| HSV(B) | 341.57º | 0.84% | 0.72% | - |
| XYZ | 21.33 | 11.53 | 8.12 | - |
| YUV | 81.11 | 125.69 | 200.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 30 | 77 | 0 | 0.84 | 0.58 | 0.28 | 341.57 | 0.72 | 0.42 |
| Hex | B7 | 1E | 4D | 0 | 54 | 3A | 1C | 156 | 48 | 2A |
| Octal | 267 | 36 | 115 | 0 | 124 | 72 | 34 | 526 | 110 | 52 |
| Binary | 10110111 | 11110 | 1001101 | 0 | 1010100 | 111010 | 11100 | 101010110 | 1001000 | 101010 |
Color Harmonies of #B71E4D
Complementary color
Monochromatic Colors of #B71E4D
Black with #B71E4D
Text Example
Text Example
White with #B71E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71E4D; }
p { color: rgb(183,30,77); }
H1.HeaderClassName
{
color: #B71E4D;
}
.AnyTagClassName
{
color: #B71E4D;
}
</style>
background-color css
<style>
a { background-color: #B71E4D; }
a { background-color: rgb(183,30,77); }
div.DivClassName
{
background-color: #B71E4D;
}
.BgClassName
{
background-color: #B71E4D;
}
</style>
border-color css
<style>
span { border-color: #B71E4D; }
span { border-color: rgb(183,30,77); }
td.TdClassName
{
border-color: #B71E4D;
}
.TagClassName
{
border-color: #B71E4D;
}
</style>