Shades of Old Rose #B8214C
Tints of Old Rose #B8214C
RGB
CMYK
RGB Variations
Color information
#B8214C (or 0xB8214C) is known color: Old Rose. HEX triplet: B8, 21 and 4C. RGB value is (184,33,76). Sum of RGB (Red+Green+Blue) = 184+33+76=293 (38% of max value = 765). Red value is 184 (72.27% from 255 or 62.80% from 293); Green value is 33 (13.28% from 255 or 11.26% from 293); Blue value is 76 (30.08% from 255 or 25.94% from 293); Max value from RGB is 184 - color contains mainly: red. Hex color #B8214C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8214C is #47DEB3. Grayscale: #535353. Windows color (decimal): -4710068 or 4989368. OLE color: 4989368.
HSL color Cylindrical-coordinate representation of color #B8214C: hue angle of 342.91º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B8214C is Cyan = 0, Magento = 0.82, Yellow = 0.59 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 33 | 76 | - |
| CMYK | 0 | 0.82 | 0.59 | 0.28 |
| HSL | 342.91º | 0.7% | 0.43% | - |
| HSV(B) | 342.91º | 0.82% | 0.72% | - |
| XYZ | 21.62 | 11.8 | 7.98 | - |
| YUV | 83.05 | 124.03 | 200 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 33 | 76 | 0 | 0.82 | 0.59 | 0.28 | 342.91 | 0.7 | 0.43 |
| Hex | B8 | 21 | 4C | 0 | 52 | 3B | 1C | 157 | 46 | 2B |
| Octal | 270 | 41 | 114 | 0 | 122 | 73 | 34 | 527 | 106 | 53 |
| Binary | 10111000 | 100001 | 1001100 | 0 | 1010010 | 111011 | 11100 | 101010111 | 1000110 | 101011 |
Color Harmonies of #B8214C
Complementary color
Monochromatic Colors of #B8214C
Black with #B8214C
Text Example
Text Example
White with #B8214C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8214C; }
p { color: rgb(184,33,76); }
H1.HeaderClassName
{
color: #B8214C;
}
.AnyTagClassName
{
color: #B8214C;
}
</style>
background-color css
<style>
a { background-color: #B8214C; }
a { background-color: rgb(184,33,76); }
div.DivClassName
{
background-color: #B8214C;
}
.BgClassName
{
background-color: #B8214C;
}
</style>
border-color css
<style>
span { border-color: #B8214C; }
span { border-color: rgb(184,33,76); }
td.TdClassName
{
border-color: #B8214C;
}
.TagClassName
{
border-color: #B8214C;
}
</style>