Shades of Old Rose #B22A4D
Tints of Old Rose #B22A4D
RGB
CMYK
RGB Variations
Color information
#B22A4D (or 0xB22A4D) is known color: Old Rose. HEX triplet: B2, 2A and 4D. RGB value is (178,42,77). Sum of RGB (Red+Green+Blue) = 178+42+77=297 (39% of max value = 765). Red value is 178 (69.92% from 255 or 59.93% from 297); Green value is 42 (16.80% from 255 or 14.14% from 297); Blue value is 77 (30.47% from 255 or 25.93% from 297); Max value from RGB is 178 - color contains mainly: red. Hex color #B22A4D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B22A4D is #4DD5B2. Grayscale: #565656. Windows color (decimal): -5100979 or 5057202. OLE color: 5057202.
HSL color Cylindrical-coordinate representation of color #B22A4D: hue angle of 344.56º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B22A4D is Cyan = 0, Magento = 0.76, Yellow = 0.57 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 42 | 77 | - |
| CMYK | 0 | 0.76 | 0.57 | 0.30 |
| HSL | 344.56º | 0.62% | 0.43% | - |
| HSV(B) | 344.56º | 0.76% | 0.7% | - |
| XYZ | 20.53 | 11.66 | 8.19 | - |
| YUV | 86.65 | 122.56 | 193.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 42 | 77 | 0 | 0.76 | 0.57 | 0.30 | 344.56 | 0.62 | 0.43 |
| Hex | B2 | 2A | 4D | 0 | 4C | 39 | 1E | 159 | 3E | 2B |
| Octal | 262 | 52 | 115 | 0 | 114 | 71 | 36 | 531 | 76 | 53 |
| Binary | 10110010 | 101010 | 1001101 | 0 | 1001100 | 111001 | 11110 | 101011001 | 111110 | 101011 |
Color Harmonies of #B22A4D
Complementary color
Monochromatic Colors of #B22A4D
Black with #B22A4D
Text Example
Text Example
White with #B22A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B22A4D; }
p { color: rgb(178,42,77); }
H1.HeaderClassName
{
color: #B22A4D;
}
.AnyTagClassName
{
color: #B22A4D;
}
</style>
background-color css
<style>
a { background-color: #B22A4D; }
a { background-color: rgb(178,42,77); }
div.DivClassName
{
background-color: #B22A4D;
}
.BgClassName
{
background-color: #B22A4D;
}
</style>
border-color css
<style>
span { border-color: #B22A4D; }
span { border-color: rgb(178,42,77); }
td.TdClassName
{
border-color: #B22A4D;
}
.TagClassName
{
border-color: #B22A4D;
}
</style>