Shades of Old Rose #B71C52
Tints of Old Rose #B71C52
RGB
CMYK
RGB Variations
Color information
#B71C52 (or 0xB71C52) is known color: Old Rose. HEX triplet: B7, 1C and 52. RGB value is (183,28,82). Sum of RGB (Red+Green+Blue) = 183+28+82=293 (38% of max value = 765). Red value is 183 (71.88% from 255 or 62.46% from 293); Green value is 28 (11.33% from 255 or 9.56% from 293); Blue value is 82 (32.42% from 255 or 27.99% from 293); Max value from RGB is 183 - color contains mainly: red. Hex color #B71C52 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B71C52 is #48E3AD. Grayscale: #505050. Windows color (decimal): -4776878 or 5381303. OLE color: 5381303.
HSL color Cylindrical-coordinate representation of color #B71C52: hue angle of 339.1º 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 #B71C52 is Cyan = 0, Magento = 0.85, Yellow = 0.55 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 28 | 82 | - |
| CMYK | 0 | 0.85 | 0.55 | 0.28 |
| HSL | 339.1º | 0.73% | 0.41% | - |
| HSV(B) | 339.1º | 0.85% | 0.72% | - |
| XYZ | 21.47 | 11.51 | 9.07 | - |
| YUV | 80.5 | 128.85 | 201.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 28 | 82 | 0 | 0.85 | 0.55 | 0.28 | 339.1 | 0.73 | 0.41 |
| Hex | B7 | 1C | 52 | 0 | 55 | 37 | 1C | 153 | 49 | 29 |
| Octal | 267 | 34 | 122 | 0 | 125 | 67 | 34 | 523 | 111 | 51 |
| Binary | 10110111 | 11100 | 1010010 | 0 | 1010101 | 110111 | 11100 | 101010011 | 1001001 | 101001 |
Color Harmonies of #B71C52
Complementary color
Monochromatic Colors of #B71C52
Black with #B71C52
Text Example
Text Example
White with #B71C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71C52; }
p { color: rgb(183,28,82); }
H1.HeaderClassName
{
color: #B71C52;
}
.AnyTagClassName
{
color: #B71C52;
}
</style>
background-color css
<style>
a { background-color: #B71C52; }
a { background-color: rgb(183,28,82); }
div.DivClassName
{
background-color: #B71C52;
}
.BgClassName
{
background-color: #B71C52;
}
</style>
border-color css
<style>
span { border-color: #B71C52; }
span { border-color: rgb(183,28,82); }
td.TdClassName
{
border-color: #B71C52;
}
.TagClassName
{
border-color: #B71C52;
}
</style>