Shades of Old Rose #B72D4B
Tints of Old Rose #B72D4B
RGB
CMYK
RGB Variations
Color information
#B72D4B (or 0xB72D4B) is known color: Old Rose. HEX triplet: B7, 2D and 4B. RGB value is (183,45,75). Sum of RGB (Red+Green+Blue) = 183+45+75=303 (40% of max value = 765). Red value is 183 (71.88% from 255 or 60.40% from 303); Green value is 45 (17.97% from 255 or 14.85% from 303); Blue value is 75 (29.69% from 255 or 24.75% from 303); Max value from RGB is 183 - color contains mainly: red. Hex color #B72D4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B72D4B is #48D2B4. Grayscale: #595959. Windows color (decimal): -4772533 or 4926903. OLE color: 4926903.
HSL color Cylindrical-coordinate representation of color #B72D4B: hue angle of 346.96º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B72D4B is Cyan = 0, Magento = 0.75, Yellow = 0.59 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 45 | 75 | - |
| CMYK | 0 | 0.75 | 0.59 | 0.28 |
| HSL | 346.96º | 0.61% | 0.45% | - |
| HSV(B) | 346.96º | 0.75% | 0.72% | - |
| XYZ | 21.74 | 12.45 | 7.91 | - |
| YUV | 89.68 | 119.72 | 194.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 45 | 75 | 0 | 0.75 | 0.59 | 0.28 | 346.96 | 0.61 | 0.45 |
| Hex | B7 | 2D | 4B | 0 | 4B | 3B | 1C | 15B | 3D | 2D |
| Octal | 267 | 55 | 113 | 0 | 113 | 73 | 34 | 533 | 75 | 55 |
| Binary | 10110111 | 101101 | 1001011 | 0 | 1001011 | 111011 | 11100 | 101011011 | 111101 | 101101 |
Color Harmonies of #B72D4B
Complementary color
Monochromatic Colors of #B72D4B
Black with #B72D4B
Text Example
Text Example
White with #B72D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72D4B; }
p { color: rgb(183,45,75); }
H1.HeaderClassName
{
color: #B72D4B;
}
.AnyTagClassName
{
color: #B72D4B;
}
</style>
background-color css
<style>
a { background-color: #B72D4B; }
a { background-color: rgb(183,45,75); }
div.DivClassName
{
background-color: #B72D4B;
}
.BgClassName
{
background-color: #B72D4B;
}
</style>
border-color css
<style>
span { border-color: #B72D4B; }
span { border-color: rgb(183,45,75); }
td.TdClassName
{
border-color: #B72D4B;
}
.TagClassName
{
border-color: #B72D4B;
}
</style>