Shades of Old Rose #B73445
Tints of Old Rose #B73445
RGB
CMYK
RGB Variations
Color information
#B73445 (or 0xB73445) is known color: Old Rose. HEX triplet: B7, 34 and 45. RGB value is (183,52,69). Sum of RGB (Red+Green+Blue) = 183+52+69=304 (40% of max value = 765). Red value is 183 (71.88% from 255 or 60.20% from 304); Green value is 52 (20.70% from 255 or 17.11% from 304); Blue value is 69 (27.34% from 255 or 22.70% from 304); Max value from RGB is 183 - color contains mainly: red. Hex color #B73445 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73445 is #48CBBA. Grayscale: #5D5D5D. Windows color (decimal): -4770747 or 4535479. OLE color: 4535479.
HSL color Cylindrical-coordinate representation of color #B73445: hue angle of 352.21º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B73445 is Cyan = 0, Magento = 0.72, Yellow = 0.62 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 52 | 69 | - |
| CMYK | 0 | 0.72 | 0.62 | 0.28 |
| HSL | 352.21º | 0.56% | 0.46% | - |
| HSV(B) | 352.21º | 0.72% | 0.72% | - |
| XYZ | 21.83 | 12.95 | 6.98 | - |
| YUV | 93.11 | 114.4 | 192.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 52 | 69 | 0 | 0.72 | 0.62 | 0.28 | 352.21 | 0.56 | 0.46 |
| Hex | B7 | 34 | 45 | 0 | 48 | 3E | 1C | 160 | 38 | 2E |
| Octal | 267 | 64 | 105 | 0 | 110 | 76 | 34 | 540 | 70 | 56 |
| Binary | 10110111 | 110100 | 1000101 | 0 | 1001000 | 111110 | 11100 | 101100000 | 111000 | 101110 |
Color Harmonies of #B73445
Complementary color
Monochromatic Colors of #B73445
Black with #B73445
Text Example
Text Example
White with #B73445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73445; }
p { color: rgb(183,52,69); }
H1.HeaderClassName
{
color: #B73445;
}
.AnyTagClassName
{
color: #B73445;
}
</style>
background-color css
<style>
a { background-color: #B73445; }
a { background-color: rgb(183,52,69); }
div.DivClassName
{
background-color: #B73445;
}
.BgClassName
{
background-color: #B73445;
}
</style>
border-color css
<style>
span { border-color: #B73445; }
span { border-color: rgb(183,52,69); }
td.TdClassName
{
border-color: #B73445;
}
.TagClassName
{
border-color: #B73445;
}
</style>