Shades of Old Rose #B22D3F
Tints of Old Rose #B22D3F
RGB
CMYK
RGB Variations
Color information
#B22D3F (or 0xB22D3F) is known color: Old Rose. HEX triplet: B2, 2D and 3F. RGB value is (178,45,63). Sum of RGB (Red+Green+Blue) = 178+45+63=286 (37% of max value = 765). Red value is 178 (69.92% from 255 or 62.24% from 286); Green value is 45 (17.97% from 255 or 15.73% from 286); Blue value is 63 (25% from 255 or 22.03% from 286); Max value from RGB is 178 - color contains mainly: red. Hex color #B22D3F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B22D3F is #4DD2C0. Grayscale: #565656. Windows color (decimal): -5100225 or 4140466. OLE color: 4140466.
HSL color Cylindrical-coordinate representation of color #B22D3F: hue angle of 351.88º 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 #B22D3F is Cyan = 0, Magento = 0.75, Yellow = 0.65 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 45 | 63 | - |
| CMYK | 0 | 0.75 | 0.65 | 0.30 |
| HSL | 351.88º | 0.6% | 0.44% | - |
| HSV(B) | 351.88º | 0.75% | 0.7% | - |
| XYZ | 20.2 | 11.7 | 5.9 | - |
| YUV | 86.82 | 114.56 | 193.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 45 | 63 | 0 | 0.75 | 0.65 | 0.30 | 351.88 | 0.6 | 0.44 |
| Hex | B2 | 2D | 3F | 0 | 4B | 41 | 1E | 160 | 3C | 2C |
| Octal | 262 | 55 | 77 | 0 | 113 | 101 | 36 | 540 | 74 | 54 |
| Binary | 10110010 | 101101 | 111111 | 0 | 1001011 | 1000001 | 11110 | 101100000 | 111100 | 101100 |
Color Harmonies of #B22D3F
Complementary color
Monochromatic Colors of #B22D3F
Black with #B22D3F
Text Example
Text Example
White with #B22D3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B22D3F; }
p { color: rgb(178,45,63); }
H1.HeaderClassName
{
color: #B22D3F;
}
.AnyTagClassName
{
color: #B22D3F;
}
</style>
background-color css
<style>
a { background-color: #B22D3F; }
a { background-color: rgb(178,45,63); }
div.DivClassName
{
background-color: #B22D3F;
}
.BgClassName
{
background-color: #B22D3F;
}
</style>
border-color css
<style>
span { border-color: #B22D3F; }
span { border-color: rgb(178,45,63); }
td.TdClassName
{
border-color: #B22D3F;
}
.TagClassName
{
border-color: #B22D3F;
}
</style>