Shades of Old Rose #B72A5C
Tints of Old Rose #B72A5C
RGB
CMYK
RGB Variations
Color information
#B72A5C (or 0xB72A5C) is known color: Old Rose. HEX triplet: B7, 2A and 5C. RGB value is (183,42,92). Sum of RGB (Red+Green+Blue) = 183+42+92=317 (41% of max value = 765). Red value is 183 (71.88% from 255 or 57.73% from 317); Green value is 42 (16.80% from 255 or 13.25% from 317); Blue value is 92 (36.33% from 255 or 29.02% from 317); Max value from RGB is 183 - color contains mainly: red. Hex color #B72A5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B72A5C is #48D5A3. Grayscale: #595959. Windows color (decimal): -4773284 or 6040247. OLE color: 6040247.
HSL color Cylindrical-coordinate representation of color #B72A5C: hue angle of 338.72º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B72A5C is Cyan = 0, Magento = 0.77, Yellow = 0.50 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 42 | 92 | - |
| CMYK | 0 | 0.77 | 0.50 | 0.28 |
| HSL | 338.72º | 0.63% | 0.44% | - |
| HSV(B) | 338.72º | 0.77% | 0.72% | - |
| XYZ | 22.29 | 12.5 | 11.36 | - |
| YUV | 89.86 | 129.21 | 194.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 42 | 92 | 0 | 0.77 | 0.50 | 0.28 | 338.72 | 0.63 | 0.44 |
| Hex | B7 | 2A | 5C | 0 | 4D | 32 | 1C | 153 | 3F | 2C |
| Octal | 267 | 52 | 134 | 0 | 115 | 62 | 34 | 523 | 77 | 54 |
| Binary | 10110111 | 101010 | 1011100 | 0 | 1001101 | 110010 | 11100 | 101010011 | 111111 | 101100 |
Color Harmonies of #B72A5C
Complementary color
Monochromatic Colors of #B72A5C
Black with #B72A5C
Text Example
Text Example
White with #B72A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72A5C; }
p { color: rgb(183,42,92); }
H1.HeaderClassName
{
color: #B72A5C;
}
.AnyTagClassName
{
color: #B72A5C;
}
</style>
background-color css
<style>
a { background-color: #B72A5C; }
a { background-color: rgb(183,42,92); }
div.DivClassName
{
background-color: #B72A5C;
}
.BgClassName
{
background-color: #B72A5C;
}
</style>
border-color css
<style>
span { border-color: #B72A5C; }
span { border-color: rgb(183,42,92); }
td.TdClassName
{
border-color: #B72A5C;
}
.TagClassName
{
border-color: #B72A5C;
}
</style>