Shades of Old Rose #B73350
Tints of Old Rose #B73350
RGB
CMYK
RGB Variations
Color information
#B73350 (or 0xB73350) is known color: Old Rose. HEX triplet: B7, 33 and 50. RGB value is (183,51,80). Sum of RGB (Red+Green+Blue) = 183+51+80=314 (41% of max value = 765). Red value is 183 (71.88% from 255 or 58.28% from 314); Green value is 51 (20.31% from 255 or 16.24% from 314); Blue value is 80 (31.64% from 255 or 25.48% from 314); Max value from RGB is 183 - color contains mainly: red. Hex color #B73350 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B73350 is #48CCAF. Grayscale: #5D5D5D. Windows color (decimal): -4770992 or 5256119. OLE color: 5256119.
HSL color Cylindrical-coordinate representation of color #B73350: hue angle of 346.82º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B73350 is Cyan = 0, Magento = 0.72, Yellow = 0.56 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 51 | 80 | - |
| CMYK | 0 | 0.72 | 0.56 | 0.28 |
| HSL | 346.82º | 0.56% | 0.46% | - |
| HSV(B) | 346.82º | 0.72% | 0.72% | - |
| XYZ | 22.16 | 13.01 | 8.93 | - |
| YUV | 93.77 | 120.23 | 191.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 51 | 80 | 0 | 0.72 | 0.56 | 0.28 | 346.82 | 0.56 | 0.46 |
| Hex | B7 | 33 | 50 | 0 | 48 | 38 | 1C | 15B | 38 | 2E |
| Octal | 267 | 63 | 120 | 0 | 110 | 70 | 34 | 533 | 70 | 56 |
| Binary | 10110111 | 110011 | 1010000 | 0 | 1001000 | 111000 | 11100 | 101011011 | 111000 | 101110 |
Color Harmonies of #B73350
Complementary color
Monochromatic Colors of #B73350
Black with #B73350
Text Example
Text Example
White with #B73350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73350; }
p { color: rgb(183,51,80); }
H1.HeaderClassName
{
color: #B73350;
}
.AnyTagClassName
{
color: #B73350;
}
</style>
background-color css
<style>
a { background-color: #B73350; }
a { background-color: rgb(183,51,80); }
div.DivClassName
{
background-color: #B73350;
}
.BgClassName
{
background-color: #B73350;
}
</style>
border-color css
<style>
span { border-color: #B73350; }
span { border-color: rgb(183,51,80); }
td.TdClassName
{
border-color: #B73350;
}
.TagClassName
{
border-color: #B73350;
}
</style>