Shades of Old Rose #B71E4C
Tints of Old Rose #B71E4C
RGB
CMYK
RGB Variations
Color information
#B71E4C (or 0xB71E4C) is known color: Old Rose. HEX triplet: B7, 1E and 4C. RGB value is (183,30,76). Sum of RGB (Red+Green+Blue) = 183+30+76=289 (38% of max value = 765). Red value is 183 (71.88% from 255 or 63.32% from 289); Green value is 30 (12.11% from 255 or 10.38% from 289); Blue value is 76 (30.08% from 255 or 26.30% from 289); Max value from RGB is 183 - color contains mainly: red. Hex color #B71E4C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B71E4C is #48E1B3. Grayscale: #505050. Windows color (decimal): -4776372 or 4988599. OLE color: 4988599.
HSL color Cylindrical-coordinate representation of color #B71E4C: hue angle of 341.96º 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 #B71E4C is Cyan = 0, Magento = 0.84, Yellow = 0.58 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 30 | 76 | - |
| CMYK | 0 | 0.84 | 0.58 | 0.28 |
| HSL | 341.96º | 0.72% | 0.42% | - |
| HSV(B) | 341.96º | 0.84% | 0.72% | - |
| XYZ | 21.3 | 11.52 | 7.94 | - |
| YUV | 80.99 | 125.19 | 200.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 30 | 76 | 0 | 0.84 | 0.58 | 0.28 | 341.96 | 0.72 | 0.42 |
| Hex | B7 | 1E | 4C | 0 | 54 | 3A | 1C | 156 | 48 | 2A |
| Octal | 267 | 36 | 114 | 0 | 124 | 72 | 34 | 526 | 110 | 52 |
| Binary | 10110111 | 11110 | 1001100 | 0 | 1010100 | 111010 | 11100 | 101010110 | 1001000 | 101010 |
Color Harmonies of #B71E4C
Complementary color
Monochromatic Colors of #B71E4C
Black with #B71E4C
Text Example
Text Example
White with #B71E4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71E4C; }
p { color: rgb(183,30,76); }
H1.HeaderClassName
{
color: #B71E4C;
}
.AnyTagClassName
{
color: #B71E4C;
}
</style>
background-color css
<style>
a { background-color: #B71E4C; }
a { background-color: rgb(183,30,76); }
div.DivClassName
{
background-color: #B71E4C;
}
.BgClassName
{
background-color: #B71E4C;
}
</style>
border-color css
<style>
span { border-color: #B71E4C; }
span { border-color: rgb(183,30,76); }
td.TdClassName
{
border-color: #B71E4C;
}
.TagClassName
{
border-color: #B71E4C;
}
</style>