Shades of Old Rose #B73250
Tints of Old Rose #B73250
RGB
CMYK
RGB Variations
Color information
#B73250 (or 0xB73250) is known color: Old Rose. HEX triplet: B7, 32 and 50. RGB value is (183,50,80). Sum of RGB (Red+Green+Blue) = 183+50+80=313 (41% of max value = 765). Red value is 183 (71.88% from 255 or 58.47% from 313); Green value is 50 (19.92% from 255 or 15.97% from 313); Blue value is 80 (31.64% from 255 or 25.56% from 313); Max value from RGB is 183 - color contains mainly: red. Hex color #B73250 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B73250 is #48CDAF. Grayscale: #5D5D5D. Windows color (decimal): -4771248 or 5255863. OLE color: 5255863.
HSL color Cylindrical-coordinate representation of color #B73250: hue angle of 346.47º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B73250 is Cyan = 0, Magento = 0.73, Yellow = 0.56 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 50 | 80 | - |
| CMYK | 0 | 0.73 | 0.56 | 0.28 |
| HSL | 346.47º | 0.57% | 0.46% | - |
| HSV(B) | 346.47º | 0.73% | 0.72% | - |
| XYZ | 22.12 | 12.93 | 8.92 | - |
| YUV | 93.19 | 120.56 | 192.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 50 | 80 | 0 | 0.73 | 0.56 | 0.28 | 346.47 | 0.57 | 0.46 |
| Hex | B7 | 32 | 50 | 0 | 49 | 38 | 1C | 15A | 39 | 2E |
| Octal | 267 | 62 | 120 | 0 | 111 | 70 | 34 | 532 | 71 | 56 |
| Binary | 10110111 | 110010 | 1010000 | 0 | 1001001 | 111000 | 11100 | 101011010 | 111001 | 101110 |
Color Harmonies of #B73250
Complementary color
Monochromatic Colors of #B73250
Black with #B73250
Text Example
Text Example
White with #B73250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73250; }
p { color: rgb(183,50,80); }
H1.HeaderClassName
{
color: #B73250;
}
.AnyTagClassName
{
color: #B73250;
}
</style>
background-color css
<style>
a { background-color: #B73250; }
a { background-color: rgb(183,50,80); }
div.DivClassName
{
background-color: #B73250;
}
.BgClassName
{
background-color: #B73250;
}
</style>
border-color css
<style>
span { border-color: #B73250; }
span { border-color: rgb(183,50,80); }
td.TdClassName
{
border-color: #B73250;
}
.TagClassName
{
border-color: #B73250;
}
</style>