Shades of Old Rose #B5334C
Tints of Old Rose #B5334C
RGB
CMYK
RGB Variations
Color information
#B5334C (or 0xB5334C) is known color: Old Rose. HEX triplet: B5, 33 and 4C. RGB value is (181,51,76). Sum of RGB (Red+Green+Blue) = 181+51+76=308 (40% of max value = 765). Red value is 181 (71.09% from 255 or 58.77% from 308); Green value is 51 (20.31% from 255 or 16.56% from 308); Blue value is 76 (30.08% from 255 or 24.68% from 308); Max value from RGB is 181 - color contains mainly: red. Hex color #B5334C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5334C is #4ACCB3. Grayscale: #5C5C5C. Windows color (decimal): -4902068 or 4993973. OLE color: 4993973.
HSL color Cylindrical-coordinate representation of color #B5334C: hue angle of 348.46º 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 #B5334C is Cyan = 0, Magento = 0.72, Yellow = 0.58 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 51 | 76 | - |
| CMYK | 0 | 0.72 | 0.58 | 0.29 |
| HSL | 348.46º | 0.56% | 0.45% | - |
| HSV(B) | 348.46º | 0.72% | 0.71% | - |
| XYZ | 21.54 | 12.71 | 8.16 | - |
| YUV | 92.72 | 118.57 | 190.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 51 | 76 | 0 | 0.72 | 0.58 | 0.29 | 348.46 | 0.56 | 0.45 |
| Hex | B5 | 33 | 4C | 0 | 48 | 3A | 1D | 15C | 38 | 2D |
| Octal | 265 | 63 | 114 | 0 | 110 | 72 | 35 | 534 | 70 | 55 |
| Binary | 10110101 | 110011 | 1001100 | 0 | 1001000 | 111010 | 11101 | 101011100 | 111000 | 101101 |
Color Harmonies of #B5334C
Complementary color
Monochromatic Colors of #B5334C
Black with #B5334C
Text Example
Text Example
White with #B5334C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5334C; }
p { color: rgb(181,51,76); }
H1.HeaderClassName
{
color: #B5334C;
}
.AnyTagClassName
{
color: #B5334C;
}
</style>
background-color css
<style>
a { background-color: #B5334C; }
a { background-color: rgb(181,51,76); }
div.DivClassName
{
background-color: #B5334C;
}
.BgClassName
{
background-color: #B5334C;
}
</style>
border-color css
<style>
span { border-color: #B5334C; }
span { border-color: rgb(181,51,76); }
td.TdClassName
{
border-color: #B5334C;
}
.TagClassName
{
border-color: #B5334C;
}
</style>