Shades of Old Rose #B73845
Tints of Old Rose #B73845
RGB
CMYK
RGB Variations
Color information
#B73845 (or 0xB73845) is known color: Old Rose. HEX triplet: B7, 38 and 45. RGB value is (183,56,69). Sum of RGB (Red+Green+Blue) = 183+56+69=308 (40% of max value = 765). Red value is 183 (71.88% from 255 or 59.42% from 308); Green value is 56 (22.27% from 255 or 18.18% from 308); Blue value is 69 (27.34% from 255 or 22.40% from 308); Max value from RGB is 183 - color contains mainly: red. Hex color #B73845 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73845 is #48C7BA. Grayscale: #5F5F5F. Windows color (decimal): -4769723 or 4536503. OLE color: 4536503.
HSL color Cylindrical-coordinate representation of color #B73845: hue angle of 353.86º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B73845 is Cyan = 0, Magento = 0.69, Yellow = 0.62 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 56 | 69 | - |
| CMYK | 0 | 0.69 | 0.62 | 0.28 |
| HSL | 353.86º | 0.53% | 0.47% | - |
| HSV(B) | 353.86º | 0.69% | 0.72% | - |
| XYZ | 22.02 | 13.33 | 7.04 | - |
| YUV | 95.46 | 113.08 | 190.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 56 | 69 | 0 | 0.69 | 0.62 | 0.28 | 353.86 | 0.53 | 0.47 |
| Hex | B7 | 38 | 45 | 0 | 45 | 3E | 1C | 162 | 35 | 2F |
| Octal | 267 | 70 | 105 | 0 | 105 | 76 | 34 | 542 | 65 | 57 |
| Binary | 10110111 | 111000 | 1000101 | 0 | 1000101 | 111110 | 11100 | 101100010 | 110101 | 101111 |
Color Harmonies of #B73845
Complementary color
Monochromatic Colors of #B73845
Black with #B73845
Text Example
Text Example
White with #B73845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73845; }
p { color: rgb(183,56,69); }
H1.HeaderClassName
{
color: #B73845;
}
.AnyTagClassName
{
color: #B73845;
}
</style>
background-color css
<style>
a { background-color: #B73845; }
a { background-color: rgb(183,56,69); }
div.DivClassName
{
background-color: #B73845;
}
.BgClassName
{
background-color: #B73845;
}
</style>
border-color css
<style>
span { border-color: #B73845; }
span { border-color: rgb(183,56,69); }
td.TdClassName
{
border-color: #B73845;
}
.TagClassName
{
border-color: #B73845;
}
</style>