Shades of Old Rose #B72353
Tints of Old Rose #B72353
RGB
CMYK
RGB Variations
Color information
#B72353 (or 0xB72353) is known color: Old Rose. HEX triplet: B7, 23 and 53. RGB value is (183,35,83). Sum of RGB (Red+Green+Blue) = 183+35+83=301 (39% of max value = 765). Red value is 183 (71.88% from 255 or 60.80% from 301); Green value is 35 (14.06% from 255 or 11.63% from 301); Blue value is 83 (32.81% from 255 or 27.57% from 301); Max value from RGB is 183 - color contains mainly: red. Hex color #B72353 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B72353 is #48DCAC. Grayscale: #545454. Windows color (decimal): -4775085 or 5448631. OLE color: 5448631.
HSL color Cylindrical-coordinate representation of color #B72353: hue angle of 340.54º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B72353 is Cyan = 0, Magento = 0.81, Yellow = 0.55 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 35 | 83 | - |
| CMYK | 0 | 0.81 | 0.55 | 0.28 |
| HSL | 340.54º | 0.68% | 0.43% | - |
| HSV(B) | 340.54º | 0.81% | 0.72% | - |
| XYZ | 21.69 | 11.89 | 9.34 | - |
| YUV | 84.72 | 127.03 | 198.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 35 | 83 | 0 | 0.81 | 0.55 | 0.28 | 340.54 | 0.68 | 0.43 |
| Hex | B7 | 23 | 53 | 0 | 51 | 37 | 1C | 155 | 44 | 2B |
| Octal | 267 | 43 | 123 | 0 | 121 | 67 | 34 | 525 | 104 | 53 |
| Binary | 10110111 | 100011 | 1010011 | 0 | 1010001 | 110111 | 11100 | 101010101 | 1000100 | 101011 |
Color Harmonies of #B72353
Complementary color
Monochromatic Colors of #B72353
Black with #B72353
Text Example
Text Example
White with #B72353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72353; }
p { color: rgb(183,35,83); }
H1.HeaderClassName
{
color: #B72353;
}
.AnyTagClassName
{
color: #B72353;
}
</style>
background-color css
<style>
a { background-color: #B72353; }
a { background-color: rgb(183,35,83); }
div.DivClassName
{
background-color: #B72353;
}
.BgClassName
{
background-color: #B72353;
}
</style>
border-color css
<style>
span { border-color: #B72353; }
span { border-color: rgb(183,35,83); }
td.TdClassName
{
border-color: #B72353;
}
.TagClassName
{
border-color: #B72353;
}
</style>