Shades of Old Rose #B71C58
Tints of Old Rose #B71C58
RGB
CMYK
RGB Variations
Color information
#B71C58 (or 0xB71C58) is known color: Old Rose. HEX triplet: B7, 1C and 58. RGB value is (183,28,88). Sum of RGB (Red+Green+Blue) = 183+28+88=299 (39% of max value = 765). Red value is 183 (71.88% from 255 or 61.20% from 299); Green value is 28 (11.33% from 255 or 9.36% from 299); Blue value is 88 (34.77% from 255 or 29.43% from 299); Max value from RGB is 183 - color contains mainly: red. Hex color #B71C58 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B71C58 is #48E3A7. Grayscale: #515151. Windows color (decimal): -4776872 or 5774519. OLE color: 5774519.
HSL color Cylindrical-coordinate representation of color #B71C58: hue angle of 336.77º 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 #B71C58 is Cyan = 0, Magento = 0.85, Yellow = 0.52 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 28 | 88 | - |
| CMYK | 0 | 0.85 | 0.52 | 0.28 |
| HSL | 336.77º | 0.73% | 0.41% | - |
| HSV(B) | 336.77º | 0.85% | 0.72% | - |
| XYZ | 21.71 | 11.6 | 10.33 | - |
| YUV | 81.19 | 131.85 | 200.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 28 | 88 | 0 | 0.85 | 0.52 | 0.28 | 336.77 | 0.73 | 0.41 |
| Hex | B7 | 1C | 58 | 0 | 55 | 34 | 1C | 151 | 49 | 29 |
| Octal | 267 | 34 | 130 | 0 | 125 | 64 | 34 | 521 | 111 | 51 |
| Binary | 10110111 | 11100 | 1011000 | 0 | 1010101 | 110100 | 11100 | 101010001 | 1001001 | 101001 |
Color Harmonies of #B71C58
Complementary color
Monochromatic Colors of #B71C58
Black with #B71C58
Text Example
Text Example
White with #B71C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71C58; }
p { color: rgb(183,28,88); }
H1.HeaderClassName
{
color: #B71C58;
}
.AnyTagClassName
{
color: #B71C58;
}
</style>
background-color css
<style>
a { background-color: #B71C58; }
a { background-color: rgb(183,28,88); }
div.DivClassName
{
background-color: #B71C58;
}
.BgClassName
{
background-color: #B71C58;
}
</style>
border-color css
<style>
span { border-color: #B71C58; }
span { border-color: rgb(183,28,88); }
td.TdClassName
{
border-color: #B71C58;
}
.TagClassName
{
border-color: #B71C58;
}
</style>