Shades of Old Rose #B2314C
Tints of Old Rose #B2314C
RGB
CMYK
RGB Variations
Color information
#B2314C (or 0xB2314C) is known color: Old Rose. HEX triplet: B2, 31 and 4C. RGB value is (178,49,76). Sum of RGB (Red+Green+Blue) = 178+49+76=303 (40% of max value = 765). Red value is 178 (69.92% from 255 or 58.75% from 303); Green value is 49 (19.53% from 255 or 16.17% from 303); Blue value is 76 (30.08% from 255 or 25.08% from 303); Max value from RGB is 178 - color contains mainly: red. Hex color #B2314C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2314C is #4DCEB3. Grayscale: #5A5A5A. Windows color (decimal): -5099188 or 4993458. OLE color: 4993458.
HSL color Cylindrical-coordinate representation of color #B2314C: hue angle of 347.44º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B2314C is Cyan = 0, Magento = 0.72, Yellow = 0.57 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 49 | 76 | - |
| CMYK | 0 | 0.72 | 0.57 | 0.30 |
| HSL | 347.44º | 0.57% | 0.45% | - |
| HSV(B) | 347.44º | 0.72% | 0.7% | - |
| XYZ | 20.76 | 12.18 | 8.09 | - |
| YUV | 90.65 | 119.74 | 190.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 49 | 76 | 0 | 0.72 | 0.57 | 0.30 | 347.44 | 0.57 | 0.45 |
| Hex | B2 | 31 | 4C | 0 | 48 | 39 | 1E | 15B | 39 | 2D |
| Octal | 262 | 61 | 114 | 0 | 110 | 71 | 36 | 533 | 71 | 55 |
| Binary | 10110010 | 110001 | 1001100 | 0 | 1001000 | 111001 | 11110 | 101011011 | 111001 | 101101 |
Color Harmonies of #B2314C
Complementary color
Monochromatic Colors of #B2314C
Black with #B2314C
Text Example
Text Example
White with #B2314C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2314C; }
p { color: rgb(178,49,76); }
H1.HeaderClassName
{
color: #B2314C;
}
.AnyTagClassName
{
color: #B2314C;
}
</style>
background-color css
<style>
a { background-color: #B2314C; }
a { background-color: rgb(178,49,76); }
div.DivClassName
{
background-color: #B2314C;
}
.BgClassName
{
background-color: #B2314C;
}
</style>
border-color css
<style>
span { border-color: #B2314C; }
span { border-color: rgb(178,49,76); }
td.TdClassName
{
border-color: #B2314C;
}
.TagClassName
{
border-color: #B2314C;
}
</style>