Shades of Old Rose #B7314A
Tints of Old Rose #B7314A
RGB
CMYK
RGB Variations
Color information
#B7314A (or 0xB7314A) is known color: Old Rose. HEX triplet: B7, 31 and 4A. RGB value is (183,49,74). Sum of RGB (Red+Green+Blue) = 183+49+74=306 (40% of max value = 765). Red value is 183 (71.88% from 255 or 59.80% from 306); Green value is 49 (19.53% from 255 or 16.01% from 306); Blue value is 74 (29.30% from 255 or 24.18% from 306); Max value from RGB is 183 - color contains mainly: red. Hex color #B7314A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7314A is #48CEB5. Grayscale: #5B5B5B. Windows color (decimal): -4771510 or 4862391. OLE color: 4862391.
HSL color Cylindrical-coordinate representation of color #B7314A: hue angle of 348.81º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B7314A is Cyan = 0, Magento = 0.73, Yellow = 0.60 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 49 | 74 | - |
| CMYK | 0 | 0.73 | 0.60 | 0.28 |
| HSL | 348.81º | 0.58% | 0.45% | - |
| HSV(B) | 348.81º | 0.73% | 0.72% | - |
| XYZ | 21.86 | 12.76 | 7.79 | - |
| YUV | 91.92 | 117.89 | 192.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 49 | 74 | 0 | 0.73 | 0.60 | 0.28 | 348.81 | 0.58 | 0.45 |
| Hex | B7 | 31 | 4A | 0 | 49 | 3C | 1C | 15D | 3A | 2D |
| Octal | 267 | 61 | 112 | 0 | 111 | 74 | 34 | 535 | 72 | 55 |
| Binary | 10110111 | 110001 | 1001010 | 0 | 1001001 | 111100 | 11100 | 101011101 | 111010 | 101101 |
Color Harmonies of #B7314A
Complementary color
Monochromatic Colors of #B7314A
Black with #B7314A
Text Example
Text Example
White with #B7314A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7314A; }
p { color: rgb(183,49,74); }
H1.HeaderClassName
{
color: #B7314A;
}
.AnyTagClassName
{
color: #B7314A;
}
</style>
background-color css
<style>
a { background-color: #B7314A; }
a { background-color: rgb(183,49,74); }
div.DivClassName
{
background-color: #B7314A;
}
.BgClassName
{
background-color: #B7314A;
}
</style>
border-color css
<style>
span { border-color: #B7314A; }
span { border-color: rgb(183,49,74); }
td.TdClassName
{
border-color: #B7314A;
}
.TagClassName
{
border-color: #B7314A;
}
</style>