Shades of Old Rose #B22A40
Tints of Old Rose #B22A40
RGB
CMYK
RGB Variations
Color information
#B22A40 (or 0xB22A40) is known color: Old Rose. HEX triplet: B2, 2A and 40. RGB value is (178,42,64). Sum of RGB (Red+Green+Blue) = 178+42+64=284 (37% of max value = 765). Red value is 178 (69.92% from 255 or 62.68% from 284); Green value is 42 (16.80% from 255 or 14.79% from 284); Blue value is 64 (25.39% from 255 or 22.54% from 284); Max value from RGB is 178 - color contains mainly: red. Hex color #B22A40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B22A40 is #4DD5BF. Grayscale: #555555. Windows color (decimal): -5100992 or 4205234. OLE color: 4205234.
HSL color Cylindrical-coordinate representation of color #B22A40: hue angle of 350.29º 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 #B22A40 is Cyan = 0, Magento = 0.76, Yellow = 0.64 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 42 | 64 | - |
| CMYK | 0 | 0.76 | 0.64 | 0.30 |
| HSL | 350.29º | 0.62% | 0.43% | - |
| HSV(B) | 350.29º | 0.76% | 0.7% | - |
| XYZ | 20.11 | 11.49 | 6.01 | - |
| YUV | 85.17 | 116.06 | 194.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 42 | 64 | 0 | 0.76 | 0.64 | 0.30 | 350.29 | 0.62 | 0.43 |
| Hex | B2 | 2A | 40 | 0 | 4C | 40 | 1E | 15E | 3E | 2B |
| Octal | 262 | 52 | 100 | 0 | 114 | 100 | 36 | 536 | 76 | 53 |
| Binary | 10110010 | 101010 | 1000000 | 0 | 1001100 | 1000000 | 11110 | 101011110 | 111110 | 101011 |
Color Harmonies of #B22A40
Complementary color
Monochromatic Colors of #B22A40
Black with #B22A40
Text Example
Text Example
White with #B22A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B22A40; }
p { color: rgb(178,42,64); }
H1.HeaderClassName
{
color: #B22A40;
}
.AnyTagClassName
{
color: #B22A40;
}
</style>
background-color css
<style>
a { background-color: #B22A40; }
a { background-color: rgb(178,42,64); }
div.DivClassName
{
background-color: #B22A40;
}
.BgClassName
{
background-color: #B22A40;
}
</style>
border-color css
<style>
span { border-color: #B22A40; }
span { border-color: rgb(178,42,64); }
td.TdClassName
{
border-color: #B22A40;
}
.TagClassName
{
border-color: #B22A40;
}
</style>