Shades of Old Rose #B72150
Tints of Old Rose #B72150
RGB
CMYK
RGB Variations
Color information
#B72150 (or 0xB72150) is known color: Old Rose. HEX triplet: B7, 21 and 50. RGB value is (183,33,80). Sum of RGB (Red+Green+Blue) = 183+33+80=296 (39% of max value = 765). Red value is 183 (71.88% from 255 or 61.82% from 296); Green value is 33 (13.28% from 255 or 11.15% from 296); Blue value is 80 (31.64% from 255 or 27.03% from 296); Max value from RGB is 183 - color contains mainly: red. Hex color #B72150 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B72150 is #48DEAF. Grayscale: #535353. Windows color (decimal): -4775600 or 5251511. OLE color: 5251511.
HSL color Cylindrical-coordinate representation of color #B72150: hue angle of 341.2º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B72150 is Cyan = 0, Magento = 0.82, Yellow = 0.56 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 33 | 80 | - |
| CMYK | 0 | 0.82 | 0.56 | 0.28 |
| HSL | 341.2º | 0.69% | 0.42% | - |
| HSV(B) | 341.2º | 0.82% | 0.72% | - |
| XYZ | 21.52 | 11.73 | 8.72 | - |
| YUV | 83.21 | 126.2 | 199.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 33 | 80 | 0 | 0.82 | 0.56 | 0.28 | 341.2 | 0.69 | 0.42 |
| Hex | B7 | 21 | 50 | 0 | 52 | 38 | 1C | 155 | 45 | 2A |
| Octal | 267 | 41 | 120 | 0 | 122 | 70 | 34 | 525 | 105 | 52 |
| Binary | 10110111 | 100001 | 1010000 | 0 | 1010010 | 111000 | 11100 | 101010101 | 1000101 | 101010 |
Color Harmonies of #B72150
Complementary color
Monochromatic Colors of #B72150
Black with #B72150
Text Example
Text Example
White with #B72150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72150; }
p { color: rgb(183,33,80); }
H1.HeaderClassName
{
color: #B72150;
}
.AnyTagClassName
{
color: #B72150;
}
</style>
background-color css
<style>
a { background-color: #B72150; }
a { background-color: rgb(183,33,80); }
div.DivClassName
{
background-color: #B72150;
}
.BgClassName
{
background-color: #B72150;
}
</style>
border-color css
<style>
span { border-color: #B72150; }
span { border-color: rgb(183,33,80); }
td.TdClassName
{
border-color: #B72150;
}
.TagClassName
{
border-color: #B72150;
}
</style>