Shades of Old Rose #B22D4E
Tints of Old Rose #B22D4E
RGB
CMYK
RGB Variations
Color information
#B22D4E (or 0xB22D4E) is known color: Old Rose. HEX triplet: B2, 2D and 4E. RGB value is (178,45,78). Sum of RGB (Red+Green+Blue) = 178+45+78=301 (39% of max value = 765). Red value is 178 (69.92% from 255 or 59.14% from 301); Green value is 45 (17.97% from 255 or 14.95% from 301); Blue value is 78 (30.86% from 255 or 25.91% from 301); Max value from RGB is 178 - color contains mainly: red. Hex color #B22D4E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B22D4E is #4DD2B1. Grayscale: #585858. Windows color (decimal): -5100210 or 5123506. OLE color: 5123506.
HSL color Cylindrical-coordinate representation of color #B22D4E: hue angle of 345.11º 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 #B22D4E is Cyan = 0, Magento = 0.75, Yellow = 0.56 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 45 | 78 | - |
| CMYK | 0 | 0.75 | 0.56 | 0.30 |
| HSL | 345.11º | 0.6% | 0.44% | - |
| HSV(B) | 345.11º | 0.75% | 0.7% | - |
| XYZ | 20.67 | 11.89 | 8.41 | - |
| YUV | 88.53 | 122.06 | 191.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 45 | 78 | 0 | 0.75 | 0.56 | 0.30 | 345.11 | 0.6 | 0.44 |
| Hex | B2 | 2D | 4E | 0 | 4B | 38 | 1E | 159 | 3C | 2C |
| Octal | 262 | 55 | 116 | 0 | 113 | 70 | 36 | 531 | 74 | 54 |
| Binary | 10110010 | 101101 | 1001110 | 0 | 1001011 | 111000 | 11110 | 101011001 | 111100 | 101100 |
Color Harmonies of #B22D4E
Complementary color
Monochromatic Colors of #B22D4E
Black with #B22D4E
Text Example
Text Example
White with #B22D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B22D4E; }
p { color: rgb(178,45,78); }
H1.HeaderClassName
{
color: #B22D4E;
}
.AnyTagClassName
{
color: #B22D4E;
}
</style>
background-color css
<style>
a { background-color: #B22D4E; }
a { background-color: rgb(178,45,78); }
div.DivClassName
{
background-color: #B22D4E;
}
.BgClassName
{
background-color: #B22D4E;
}
</style>
border-color css
<style>
span { border-color: #B22D4E; }
span { border-color: rgb(178,45,78); }
td.TdClassName
{
border-color: #B22D4E;
}
.TagClassName
{
border-color: #B22D4E;
}
</style>