Shades of Old Rose #B4324D
Tints of Old Rose #B4324D
RGB
CMYK
RGB Variations
Color information
#B4324D (or 0xB4324D) is known color: Old Rose. HEX triplet: B4, 32 and 4D. RGB value is (180,50,77). Sum of RGB (Red+Green+Blue) = 180+50+77=307 (40% of max value = 765). Red value is 180 (70.70% from 255 or 58.63% from 307); Green value is 50 (19.92% from 255 or 16.29% from 307); Blue value is 77 (30.47% from 255 or 25.08% from 307); Max value from RGB is 180 - color contains mainly: red. Hex color #B4324D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B4324D is #4BCDB2. Grayscale: #5B5B5B. Windows color (decimal): -4967859 or 5059252. OLE color: 5059252.
HSL color Cylindrical-coordinate representation of color #B4324D: hue angle of 347.54º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B4324D is Cyan = 0, Magento = 0.72, Yellow = 0.57 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 50 | 77 | - |
| CMYK | 0 | 0.72 | 0.57 | 0.29 |
| HSL | 347.54º | 0.57% | 0.45% | - |
| HSV(B) | 347.54º | 0.72% | 0.71% | - |
| XYZ | 21.3 | 12.52 | 8.32 | - |
| YUV | 91.95 | 119.57 | 190.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 50 | 77 | 0 | 0.72 | 0.57 | 0.29 | 347.54 | 0.57 | 0.45 |
| Hex | B4 | 32 | 4D | 0 | 48 | 39 | 1D | 15C | 39 | 2D |
| Octal | 264 | 62 | 115 | 0 | 110 | 71 | 35 | 534 | 71 | 55 |
| Binary | 10110100 | 110010 | 1001101 | 0 | 1001000 | 111001 | 11101 | 101011100 | 111001 | 101101 |
Color Harmonies of #B4324D
Complementary color
Monochromatic Colors of #B4324D
Black with #B4324D
Text Example
Text Example
White with #B4324D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4324D; }
p { color: rgb(180,50,77); }
H1.HeaderClassName
{
color: #B4324D;
}
.AnyTagClassName
{
color: #B4324D;
}
</style>
background-color css
<style>
a { background-color: #B4324D; }
a { background-color: rgb(180,50,77); }
div.DivClassName
{
background-color: #B4324D;
}
.BgClassName
{
background-color: #B4324D;
}
</style>
border-color css
<style>
span { border-color: #B4324D; }
span { border-color: rgb(180,50,77); }
td.TdClassName
{
border-color: #B4324D;
}
.TagClassName
{
border-color: #B4324D;
}
</style>