Shades of Old Rose #B7374A
Tints of Old Rose #B7374A
RGB
CMYK
RGB Variations
Color information
#B7374A (or 0xB7374A) is known color: Old Rose. HEX triplet: B7, 37 and 4A. RGB value is (183,55,74). Sum of RGB (Red+Green+Blue) = 183+55+74=312 (41% of max value = 765). Red value is 183 (71.88% from 255 or 58.65% from 312); Green value is 55 (21.88% from 255 or 17.63% from 312); Blue value is 74 (29.30% from 255 or 23.72% from 312); Max value from RGB is 183 - color contains mainly: red. Hex color #B7374A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7374A is #48C8B5. Grayscale: #5F5F5F. Windows color (decimal): -4769974 or 4863927. OLE color: 4863927.
HSL color Cylindrical-coordinate representation of color #B7374A: hue angle of 351.09º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B7374A is Cyan = 0, Magento = 0.70, Yellow = 0.60 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 55 | 74 | - |
| CMYK | 0 | 0.70 | 0.60 | 0.28 |
| HSL | 351.09º | 0.54% | 0.47% | - |
| HSV(B) | 351.09º | 0.7% | 0.72% | - |
| XYZ | 22.13 | 13.29 | 7.88 | - |
| YUV | 95.44 | 115.91 | 190.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 55 | 74 | 0 | 0.70 | 0.60 | 0.28 | 351.09 | 0.54 | 0.47 |
| Hex | B7 | 37 | 4A | 0 | 46 | 3C | 1C | 15F | 36 | 2F |
| Octal | 267 | 67 | 112 | 0 | 106 | 74 | 34 | 537 | 66 | 57 |
| Binary | 10110111 | 110111 | 1001010 | 0 | 1000110 | 111100 | 11100 | 101011111 | 110110 | 101111 |
Color Harmonies of #B7374A
Complementary color
Monochromatic Colors of #B7374A
Black with #B7374A
Text Example
Text Example
White with #B7374A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7374A; }
p { color: rgb(183,55,74); }
H1.HeaderClassName
{
color: #B7374A;
}
.AnyTagClassName
{
color: #B7374A;
}
</style>
background-color css
<style>
a { background-color: #B7374A; }
a { background-color: rgb(183,55,74); }
div.DivClassName
{
background-color: #B7374A;
}
.BgClassName
{
background-color: #B7374A;
}
</style>
border-color css
<style>
span { border-color: #B7374A; }
span { border-color: rgb(183,55,74); }
td.TdClassName
{
border-color: #B7374A;
}
.TagClassName
{
border-color: #B7374A;
}
</style>