Shades of Old Rose #B22D4C
Tints of Old Rose #B22D4C
RGB
CMYK
RGB Variations
Color information
#B22D4C (or 0xB22D4C) is known color: Old Rose. HEX triplet: B2, 2D and 4C. RGB value is (178,45,76). Sum of RGB (Red+Green+Blue) = 178+45+76=299 (39% of max value = 765). Red value is 178 (69.92% from 255 or 59.53% from 299); Green value is 45 (17.97% from 255 or 15.05% from 299); Blue value is 76 (30.08% from 255 or 25.42% from 299); Max value from RGB is 178 - color contains mainly: red. Hex color #B22D4C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B22D4C is #4DD2B3. Grayscale: #585858. Windows color (decimal): -5100212 or 4992434. OLE color: 4992434.
HSL color Cylindrical-coordinate representation of color #B22D4C: hue angle of 346.02º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B22D4C is Cyan = 0, Magento = 0.75, Yellow = 0.57 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 45 | 76 | - |
| CMYK | 0 | 0.75 | 0.57 | 0.30 |
| HSL | 346.02º | 0.6% | 0.44% | - |
| HSV(B) | 346.02º | 0.75% | 0.7% | - |
| XYZ | 20.6 | 11.86 | 8.04 | - |
| YUV | 88.3 | 121.06 | 191.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 45 | 76 | 0 | 0.75 | 0.57 | 0.30 | 346.02 | 0.6 | 0.44 |
| Hex | B2 | 2D | 4C | 0 | 4B | 39 | 1E | 15A | 3C | 2C |
| Octal | 262 | 55 | 114 | 0 | 113 | 71 | 36 | 532 | 74 | 54 |
| Binary | 10110010 | 101101 | 1001100 | 0 | 1001011 | 111001 | 11110 | 101011010 | 111100 | 101100 |
Color Harmonies of #B22D4C
Complementary color
Monochromatic Colors of #B22D4C
Black with #B22D4C
Text Example
Text Example
White with #B22D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B22D4C; }
p { color: rgb(178,45,76); }
H1.HeaderClassName
{
color: #B22D4C;
}
.AnyTagClassName
{
color: #B22D4C;
}
</style>
background-color css
<style>
a { background-color: #B22D4C; }
a { background-color: rgb(178,45,76); }
div.DivClassName
{
background-color: #B22D4C;
}
.BgClassName
{
background-color: #B22D4C;
}
</style>
border-color css
<style>
span { border-color: #B22D4C; }
span { border-color: rgb(178,45,76); }
td.TdClassName
{
border-color: #B22D4C;
}
.TagClassName
{
border-color: #B22D4C;
}
</style>