Shades of Old Rose #B22D4A
Tints of Old Rose #B22D4A
RGB
CMYK
RGB Variations
Color information
#B22D4A (or 0xB22D4A) is known color: Old Rose. HEX triplet: B2, 2D and 4A. RGB value is (178,45,74). Sum of RGB (Red+Green+Blue) = 178+45+74=297 (39% of max value = 765). Red value is 178 (69.92% from 255 or 59.93% from 297); Green value is 45 (17.97% from 255 or 15.15% from 297); Blue value is 74 (29.30% from 255 or 24.92% from 297); Max value from RGB is 178 - color contains mainly: red. Hex color #B22D4A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B22D4A is #4DD2B5. Grayscale: #585858. Windows color (decimal): -5100214 or 4861362. OLE color: 4861362.
HSL color Cylindrical-coordinate representation of color #B22D4A: hue angle of 346.92º 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 #B22D4A is Cyan = 0, Magento = 0.75, Yellow = 0.58 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 45 | 74 | - |
| CMYK | 0 | 0.75 | 0.58 | 0.30 |
| HSL | 346.92º | 0.6% | 0.44% | - |
| HSV(B) | 346.92º | 0.75% | 0.7% | - |
| XYZ | 20.53 | 11.84 | 7.68 | - |
| YUV | 88.07 | 120.06 | 192.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 45 | 74 | 0 | 0.75 | 0.58 | 0.30 | 346.92 | 0.6 | 0.44 |
| Hex | B2 | 2D | 4A | 0 | 4B | 3A | 1E | 15B | 3C | 2C |
| Octal | 262 | 55 | 112 | 0 | 113 | 72 | 36 | 533 | 74 | 54 |
| Binary | 10110010 | 101101 | 1001010 | 0 | 1001011 | 111010 | 11110 | 101011011 | 111100 | 101100 |
Color Harmonies of #B22D4A
Complementary color
Monochromatic Colors of #B22D4A
Black with #B22D4A
Text Example
Text Example
White with #B22D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B22D4A; }
p { color: rgb(178,45,74); }
H1.HeaderClassName
{
color: #B22D4A;
}
.AnyTagClassName
{
color: #B22D4A;
}
</style>
background-color css
<style>
a { background-color: #B22D4A; }
a { background-color: rgb(178,45,74); }
div.DivClassName
{
background-color: #B22D4A;
}
.BgClassName
{
background-color: #B22D4A;
}
</style>
border-color css
<style>
span { border-color: #B22D4A; }
span { border-color: rgb(178,45,74); }
td.TdClassName
{
border-color: #B22D4A;
}
.TagClassName
{
border-color: #B22D4A;
}
</style>