Shades of Old Rose #B71B4B
Tints of Old Rose #B71B4B
RGB
CMYK
RGB Variations
Color information
#B71B4B (or 0xB71B4B) is known color: Old Rose. HEX triplet: B7, 1B and 4B. RGB value is (183,27,75). Sum of RGB (Red+Green+Blue) = 183+27+75=285 (37% of max value = 765). Red value is 183 (71.88% from 255 or 64.21% from 285); Green value is 27 (10.94% from 255 or 9.47% from 285); Blue value is 75 (29.69% from 255 or 26.32% from 285); Max value from RGB is 183 - color contains mainly: red. Hex color #B71B4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B71B4B is #48E4B4. Grayscale: #4F4F4F. Windows color (decimal): -4777141 or 4922295. OLE color: 4922295.
HSL color Cylindrical-coordinate representation of color #B71B4B: hue angle of 341.54º degrees, saturation: 0.74, 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 #B71B4B is Cyan = 0, Magento = 0.85, Yellow = 0.59 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 27 | 75 | - |
| CMYK | 0 | 0.85 | 0.59 | 0.28 |
| HSL | 341.54º | 0.74% | 0.41% | - |
| HSV(B) | 341.54º | 0.85% | 0.72% | - |
| XYZ | 21.19 | 11.36 | 7.73 | - |
| YUV | 79.12 | 125.68 | 202.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 27 | 75 | 0 | 0.85 | 0.59 | 0.28 | 341.54 | 0.74 | 0.41 |
| Hex | B7 | 1B | 4B | 0 | 55 | 3B | 1C | 156 | 4A | 29 |
| Octal | 267 | 33 | 113 | 0 | 125 | 73 | 34 | 526 | 112 | 51 |
| Binary | 10110111 | 11011 | 1001011 | 0 | 1010101 | 111011 | 11100 | 101010110 | 1001010 | 101001 |
Color Harmonies of #B71B4B
Complementary color
Monochromatic Colors of #B71B4B
Black with #B71B4B
Text Example
Text Example
White with #B71B4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71B4B; }
p { color: rgb(183,27,75); }
H1.HeaderClassName
{
color: #B71B4B;
}
.AnyTagClassName
{
color: #B71B4B;
}
</style>
background-color css
<style>
a { background-color: #B71B4B; }
a { background-color: rgb(183,27,75); }
div.DivClassName
{
background-color: #B71B4B;
}
.BgClassName
{
background-color: #B71B4B;
}
</style>
border-color css
<style>
span { border-color: #B71B4B; }
span { border-color: rgb(183,27,75); }
td.TdClassName
{
border-color: #B71B4B;
}
.TagClassName
{
border-color: #B71B4B;
}
</style>