Shades of Old Rose #B2214C
Tints of Old Rose #B2214C
RGB
CMYK
RGB Variations
Color information
#B2214C (or 0xB2214C) is known color: Old Rose. HEX triplet: B2, 21 and 4C. RGB value is (178,33,76). Sum of RGB (Red+Green+Blue) = 178+33+76=287 (38% of max value = 765). Red value is 178 (69.92% from 255 or 62.02% from 287); Green value is 33 (13.28% from 255 or 11.50% from 287); Blue value is 76 (30.08% from 255 or 26.48% from 287); Max value from RGB is 178 - color contains mainly: red. Hex color #B2214C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2214C is #4DDEB3. Grayscale: #515151. Windows color (decimal): -5103284 or 4989362. OLE color: 4989362.
HSL color Cylindrical-coordinate representation of color #B2214C: hue angle of 342.21º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B2214C is Cyan = 0, Magento = 0.81, Yellow = 0.57 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 33 | 76 | - |
| CMYK | 0 | 0.81 | 0.57 | 0.30 |
| HSL | 342.21º | 0.69% | 0.41% | - |
| HSV(B) | 342.21º | 0.81% | 0.7% | - |
| XYZ | 20.21 | 11.07 | 7.91 | - |
| YUV | 81.26 | 125.04 | 197 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 33 | 76 | 0 | 0.81 | 0.57 | 0.30 | 342.21 | 0.69 | 0.41 |
| Hex | B2 | 21 | 4C | 0 | 51 | 39 | 1E | 156 | 45 | 29 |
| Octal | 262 | 41 | 114 | 0 | 121 | 71 | 36 | 526 | 105 | 51 |
| Binary | 10110010 | 100001 | 1001100 | 0 | 1010001 | 111001 | 11110 | 101010110 | 1000101 | 101001 |
Color Harmonies of #B2214C
Complementary color
Monochromatic Colors of #B2214C
Black with #B2214C
Text Example
Text Example
White with #B2214C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2214C; }
p { color: rgb(178,33,76); }
H1.HeaderClassName
{
color: #B2214C;
}
.AnyTagClassName
{
color: #B2214C;
}
</style>
background-color css
<style>
a { background-color: #B2214C; }
a { background-color: rgb(178,33,76); }
div.DivClassName
{
background-color: #B2214C;
}
.BgClassName
{
background-color: #B2214C;
}
</style>
border-color css
<style>
span { border-color: #B2214C; }
span { border-color: rgb(178,33,76); }
td.TdClassName
{
border-color: #B2214C;
}
.TagClassName
{
border-color: #B2214C;
}
</style>