Shades of Old Rose #B7354A
Tints of Old Rose #B7354A
RGB
CMYK
RGB Variations
Color information
#B7354A (or 0xB7354A) is known color: Old Rose. HEX triplet: B7, 35 and 4A. RGB value is (183,53,74). Sum of RGB (Red+Green+Blue) = 183+53+74=310 (41% of max value = 765). Red value is 183 (71.88% from 255 or 59.03% from 310); Green value is 53 (21.09% from 255 or 17.10% from 310); Blue value is 74 (29.30% from 255 or 23.87% from 310); Max value from RGB is 183 - color contains mainly: red. Hex color #B7354A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7354A is #48CAB5. Grayscale: #5E5E5E. Windows color (decimal): -4770486 or 4863415. OLE color: 4863415.
HSL color Cylindrical-coordinate representation of color #B7354A: hue angle of 350.31º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B7354A is Cyan = 0, Magento = 0.71, Yellow = 0.60 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 53 | 74 | - |
| CMYK | 0 | 0.71 | 0.60 | 0.28 |
| HSL | 350.31º | 0.55% | 0.46% | - |
| HSV(B) | 350.31º | 0.71% | 0.72% | - |
| XYZ | 22.04 | 13.11 | 7.85 | - |
| YUV | 94.26 | 116.57 | 191.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 53 | 74 | 0 | 0.71 | 0.60 | 0.28 | 350.31 | 0.55 | 0.46 |
| Hex | B7 | 35 | 4A | 0 | 47 | 3C | 1C | 15E | 37 | 2E |
| Octal | 267 | 65 | 112 | 0 | 107 | 74 | 34 | 536 | 67 | 56 |
| Binary | 10110111 | 110101 | 1001010 | 0 | 1000111 | 111100 | 11100 | 101011110 | 110111 | 101110 |
Color Harmonies of #B7354A
Complementary color
Monochromatic Colors of #B7354A
Black with #B7354A
Text Example
Text Example
White with #B7354A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7354A; }
p { color: rgb(183,53,74); }
H1.HeaderClassName
{
color: #B7354A;
}
.AnyTagClassName
{
color: #B7354A;
}
</style>
background-color css
<style>
a { background-color: #B7354A; }
a { background-color: rgb(183,53,74); }
div.DivClassName
{
background-color: #B7354A;
}
.BgClassName
{
background-color: #B7354A;
}
</style>
border-color css
<style>
span { border-color: #B7354A; }
span { border-color: rgb(183,53,74); }
td.TdClassName
{
border-color: #B7354A;
}
.TagClassName
{
border-color: #B7354A;
}
</style>