Shades of Old Rose #B2214F
Tints of Old Rose #B2214F
RGB
CMYK
RGB Variations
Color information
#B2214F (or 0xB2214F) is known color: Old Rose. HEX triplet: B2, 21 and 4F. RGB value is (178,33,79). Sum of RGB (Red+Green+Blue) = 178+33+79=290 (38% of max value = 765). Red value is 178 (69.92% from 255 or 61.38% from 290); Green value is 33 (13.28% from 255 or 11.38% from 290); Blue value is 79 (31.25% from 255 or 27.24% from 290); Max value from RGB is 178 - color contains mainly: red. Hex color #B2214F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2214F is #4DDEB0. Grayscale: #515151. Windows color (decimal): -5103281 or 5185970. OLE color: 5185970.
HSL color Cylindrical-coordinate representation of color #B2214F: hue angle of 340.97º 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 #B2214F is Cyan = 0, Magento = 0.81, Yellow = 0.56 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 33 | 79 | - |
| CMYK | 0 | 0.81 | 0.56 | 0.30 |
| HSL | 340.97º | 0.69% | 0.41% | - |
| HSV(B) | 340.97º | 0.81% | 0.7% | - |
| XYZ | 20.32 | 11.12 | 8.47 | - |
| YUV | 81.6 | 126.54 | 196.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 33 | 79 | 0 | 0.81 | 0.56 | 0.30 | 340.97 | 0.69 | 0.41 |
| Hex | B2 | 21 | 4F | 0 | 51 | 38 | 1E | 155 | 45 | 29 |
| Octal | 262 | 41 | 117 | 0 | 121 | 70 | 36 | 525 | 105 | 51 |
| Binary | 10110010 | 100001 | 1001111 | 0 | 1010001 | 111000 | 11110 | 101010101 | 1000101 | 101001 |
Color Harmonies of #B2214F
Complementary color
Monochromatic Colors of #B2214F
Black with #B2214F
Text Example
Text Example
White with #B2214F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2214F; }
p { color: rgb(178,33,79); }
H1.HeaderClassName
{
color: #B2214F;
}
.AnyTagClassName
{
color: #B2214F;
}
</style>
background-color css
<style>
a { background-color: #B2214F; }
a { background-color: rgb(178,33,79); }
div.DivClassName
{
background-color: #B2214F;
}
.BgClassName
{
background-color: #B2214F;
}
</style>
border-color css
<style>
span { border-color: #B2214F; }
span { border-color: rgb(178,33,79); }
td.TdClassName
{
border-color: #B2214F;
}
.TagClassName
{
border-color: #B2214F;
}
</style>