Shades of Old Rose #B71C53
Tints of Old Rose #B71C53
RGB
CMYK
RGB Variations
Color information
#B71C53 (or 0xB71C53) is known color: Old Rose. HEX triplet: B7, 1C and 53. RGB value is (183,28,83). Sum of RGB (Red+Green+Blue) = 183+28+83=294 (38% of max value = 765). Red value is 183 (71.88% from 255 or 62.24% from 294); Green value is 28 (11.33% from 255 or 9.52% from 294); Blue value is 83 (32.81% from 255 or 28.23% from 294); Max value from RGB is 183 - color contains mainly: red. Hex color #B71C53 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B71C53 is #48E3AC. Grayscale: #505050. Windows color (decimal): -4776877 or 5446839. OLE color: 5446839.
HSL color Cylindrical-coordinate representation of color #B71C53: hue angle of 338.71º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B71C53 is Cyan = 0, Magento = 0.85, Yellow = 0.55 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 28 | 83 | - |
| CMYK | 0 | 0.85 | 0.55 | 0.28 |
| HSL | 338.71º | 0.73% | 0.41% | - |
| HSV(B) | 338.71º | 0.85% | 0.72% | - |
| XYZ | 21.51 | 11.52 | 9.27 | - |
| YUV | 80.62 | 129.35 | 201.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 28 | 83 | 0 | 0.85 | 0.55 | 0.28 | 338.71 | 0.73 | 0.41 |
| Hex | B7 | 1C | 53 | 0 | 55 | 37 | 1C | 153 | 49 | 29 |
| Octal | 267 | 34 | 123 | 0 | 125 | 67 | 34 | 523 | 111 | 51 |
| Binary | 10110111 | 11100 | 1010011 | 0 | 1010101 | 110111 | 11100 | 101010011 | 1001001 | 101001 |
Color Harmonies of #B71C53
Complementary color
Monochromatic Colors of #B71C53
Black with #B71C53
Text Example
Text Example
White with #B71C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71C53; }
p { color: rgb(183,28,83); }
H1.HeaderClassName
{
color: #B71C53;
}
.AnyTagClassName
{
color: #B71C53;
}
</style>
background-color css
<style>
a { background-color: #B71C53; }
a { background-color: rgb(183,28,83); }
div.DivClassName
{
background-color: #B71C53;
}
.BgClassName
{
background-color: #B71C53;
}
</style>
border-color css
<style>
span { border-color: #B71C53; }
span { border-color: rgb(183,28,83); }
td.TdClassName
{
border-color: #B71C53;
}
.TagClassName
{
border-color: #B71C53;
}
</style>