Shades of Old Rose #B73042
Tints of Old Rose #B73042
RGB
CMYK
RGB Variations
Color information
#B73042 (or 0xB73042) is known color: Old Rose. HEX triplet: B7, 30 and 42. RGB value is (183,48,66). Sum of RGB (Red+Green+Blue) = 183+48+66=297 (39% of max value = 765). Red value is 183 (71.88% from 255 or 61.62% from 297); Green value is 48 (19.14% from 255 or 16.16% from 297); Blue value is 66 (26.17% from 255 or 22.22% from 297); Max value from RGB is 183 - color contains mainly: red. Hex color #B73042 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73042 is #48CFBD. Grayscale: #5A5A5A. Windows color (decimal): -4771774 or 4337847. OLE color: 4337847.
HSL color Cylindrical-coordinate representation of color #B73042: hue angle of 352º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B73042 is Cyan = 0, Magento = 0.74, Yellow = 0.64 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 48 | 66 | - |
| CMYK | 0 | 0.74 | 0.64 | 0.28 |
| HSL | 352º | 0.58% | 0.45% | - |
| HSV(B) | 352º | 0.74% | 0.72% | - |
| XYZ | 21.57 | 12.57 | 6.44 | - |
| YUV | 90.42 | 114.23 | 194.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 48 | 66 | 0 | 0.74 | 0.64 | 0.28 | 352 | 0.58 | 0.45 |
| Hex | B7 | 30 | 42 | 0 | 4A | 40 | 1C | 160 | 3A | 2D |
| Octal | 267 | 60 | 102 | 0 | 112 | 100 | 34 | 540 | 72 | 55 |
| Binary | 10110111 | 110000 | 1000010 | 0 | 1001010 | 1000000 | 11100 | 101100000 | 111010 | 101101 |
Color Harmonies of #B73042
Complementary color
Monochromatic Colors of #B73042
Black with #B73042
Text Example
Text Example
White with #B73042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73042; }
p { color: rgb(183,48,66); }
H1.HeaderClassName
{
color: #B73042;
}
.AnyTagClassName
{
color: #B73042;
}
</style>
background-color css
<style>
a { background-color: #B73042; }
a { background-color: rgb(183,48,66); }
div.DivClassName
{
background-color: #B73042;
}
.BgClassName
{
background-color: #B73042;
}
</style>
border-color css
<style>
span { border-color: #B73042; }
span { border-color: rgb(183,48,66); }
td.TdClassName
{
border-color: #B73042;
}
.TagClassName
{
border-color: #B73042;
}
</style>