Shades of Old Rose #B72D42
Tints of Old Rose #B72D42
RGB
CMYK
RGB Variations
Color information
#B72D42 (or 0xB72D42) is known color: Old Rose. HEX triplet: B7, 2D and 42. RGB value is (183,45,66). Sum of RGB (Red+Green+Blue) = 183+45+66=294 (38% of max value = 765). Red value is 183 (71.88% from 255 or 62.24% from 294); Green value is 45 (17.97% from 255 or 15.31% from 294); Blue value is 66 (26.17% from 255 or 22.45% from 294); Max value from RGB is 183 - color contains mainly: red. Hex color #B72D42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B72D42 is #48D2BD. Grayscale: #585858. Windows color (decimal): -4772542 or 4337079. OLE color: 4337079.
HSL color Cylindrical-coordinate representation of color #B72D42: hue angle of 350.87º 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 #B72D42 is Cyan = 0, Magento = 0.75, Yellow = 0.64 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 45 | 66 | - |
| CMYK | 0 | 0.75 | 0.64 | 0.28 |
| HSL | 350.87º | 0.61% | 0.45% | - |
| HSV(B) | 350.87º | 0.75% | 0.72% | - |
| XYZ | 21.45 | 12.34 | 6.41 | - |
| YUV | 88.66 | 115.22 | 195.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 45 | 66 | 0 | 0.75 | 0.64 | 0.28 | 350.87 | 0.61 | 0.45 |
| Hex | B7 | 2D | 42 | 0 | 4B | 40 | 1C | 15F | 3D | 2D |
| Octal | 267 | 55 | 102 | 0 | 113 | 100 | 34 | 537 | 75 | 55 |
| Binary | 10110111 | 101101 | 1000010 | 0 | 1001011 | 1000000 | 11100 | 101011111 | 111101 | 101101 |
Color Harmonies of #B72D42
Complementary color
Monochromatic Colors of #B72D42
Black with #B72D42
Text Example
Text Example
White with #B72D42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72D42; }
p { color: rgb(183,45,66); }
H1.HeaderClassName
{
color: #B72D42;
}
.AnyTagClassName
{
color: #B72D42;
}
</style>
background-color css
<style>
a { background-color: #B72D42; }
a { background-color: rgb(183,45,66); }
div.DivClassName
{
background-color: #B72D42;
}
.BgClassName
{
background-color: #B72D42;
}
</style>
border-color css
<style>
span { border-color: #B72D42; }
span { border-color: rgb(183,45,66); }
td.TdClassName
{
border-color: #B72D42;
}
.TagClassName
{
border-color: #B72D42;
}
</style>