Shades of Old Rose #B8334C
Tints of Old Rose #B8334C
RGB
CMYK
RGB Variations
Color information
#B8334C (or 0xB8334C) is known color: Old Rose. HEX triplet: B8, 33 and 4C. RGB value is (184,51,76). Sum of RGB (Red+Green+Blue) = 184+51+76=311 (41% of max value = 765). Red value is 184 (72.27% from 255 or 59.16% from 311); Green value is 51 (20.31% from 255 or 16.40% from 311); Blue value is 76 (30.08% from 255 or 24.44% from 311); Max value from RGB is 184 - color contains mainly: red. Hex color #B8334C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8334C is #47CCB3. Grayscale: #5D5D5D. Windows color (decimal): -4705460 or 4993976. OLE color: 4993976.
HSL color Cylindrical-coordinate representation of color #B8334C: hue angle of 348.72º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B8334C is Cyan = 0, Magento = 0.72, Yellow = 0.59 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 51 | 76 | - |
| CMYK | 0 | 0.72 | 0.59 | 0.28 |
| HSL | 348.72º | 0.57% | 0.46% | - |
| HSV(B) | 348.72º | 0.72% | 0.72% | - |
| XYZ | 22.26 | 13.08 | 8.19 | - |
| YUV | 93.62 | 118.06 | 192.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 51 | 76 | 0 | 0.72 | 0.59 | 0.28 | 348.72 | 0.57 | 0.46 |
| Hex | B8 | 33 | 4C | 0 | 48 | 3B | 1C | 15D | 39 | 2E |
| Octal | 270 | 63 | 114 | 0 | 110 | 73 | 34 | 535 | 71 | 56 |
| Binary | 10111000 | 110011 | 1001100 | 0 | 1001000 | 111011 | 11100 | 101011101 | 111001 | 101110 |
Color Harmonies of #B8334C
Complementary color
Monochromatic Colors of #B8334C
Black with #B8334C
Text Example
Text Example
White with #B8334C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8334C; }
p { color: rgb(184,51,76); }
H1.HeaderClassName
{
color: #B8334C;
}
.AnyTagClassName
{
color: #B8334C;
}
</style>
background-color css
<style>
a { background-color: #B8334C; }
a { background-color: rgb(184,51,76); }
div.DivClassName
{
background-color: #B8334C;
}
.BgClassName
{
background-color: #B8334C;
}
</style>
border-color css
<style>
span { border-color: #B8334C; }
span { border-color: rgb(184,51,76); }
td.TdClassName
{
border-color: #B8334C;
}
.TagClassName
{
border-color: #B8334C;
}
</style>