Shades of Old Rose #B4334C
Tints of Old Rose #B4334C
RGB
CMYK
RGB Variations
Color information
#B4334C (or 0xB4334C) is known color: Old Rose. HEX triplet: B4, 33 and 4C. RGB value is (180,51,76). Sum of RGB (Red+Green+Blue) = 180+51+76=307 (40% of max value = 765). Red value is 180 (70.70% from 255 or 58.63% from 307); Green value is 51 (20.31% from 255 or 16.61% from 307); Blue value is 76 (30.08% from 255 or 24.76% from 307); Max value from RGB is 180 - color contains mainly: red. Hex color #B4334C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B4334C is #4BCCB3. Grayscale: #5C5C5C. Windows color (decimal): -4967604 or 4993972. OLE color: 4993972.
HSL color Cylindrical-coordinate representation of color #B4334C: hue angle of 348.37º degrees, saturation: 0.56, 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 #B4334C is Cyan = 0, Magento = 0.72, Yellow = 0.58 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 51 | 76 | - |
| CMYK | 0 | 0.72 | 0.58 | 0.29 |
| HSL | 348.37º | 0.56% | 0.45% | - |
| HSV(B) | 348.37º | 0.72% | 0.71% | - |
| XYZ | 21.31 | 12.59 | 8.14 | - |
| YUV | 92.42 | 118.74 | 190.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 51 | 76 | 0 | 0.72 | 0.58 | 0.29 | 348.37 | 0.56 | 0.45 |
| Hex | B4 | 33 | 4C | 0 | 48 | 3A | 1D | 15C | 38 | 2D |
| Octal | 264 | 63 | 114 | 0 | 110 | 72 | 35 | 534 | 70 | 55 |
| Binary | 10110100 | 110011 | 1001100 | 0 | 1001000 | 111010 | 11101 | 101011100 | 111000 | 101101 |
Color Harmonies of #B4334C
Complementary color
Monochromatic Colors of #B4334C
Black with #B4334C
Text Example
Text Example
White with #B4334C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4334C; }
p { color: rgb(180,51,76); }
H1.HeaderClassName
{
color: #B4334C;
}
.AnyTagClassName
{
color: #B4334C;
}
</style>
background-color css
<style>
a { background-color: #B4334C; }
a { background-color: rgb(180,51,76); }
div.DivClassName
{
background-color: #B4334C;
}
.BgClassName
{
background-color: #B4334C;
}
</style>
border-color css
<style>
span { border-color: #B4334C; }
span { border-color: rgb(180,51,76); }
td.TdClassName
{
border-color: #B4334C;
}
.TagClassName
{
border-color: #B4334C;
}
</style>