Shades of Old Rose #BD224F
Tints of Old Rose #BD224F
RGB
CMYK
RGB Variations
Color information
#BD224F (or 0xBD224F) is known color: Old Rose. HEX triplet: BD, 22 and 4F. RGB value is (189,34,79). Sum of RGB (Red+Green+Blue) = 189+34+79=302 (40% of max value = 765). Red value is 189 (74.22% from 255 or 62.58% from 302); Green value is 34 (13.67% from 255 or 11.26% from 302); Blue value is 79 (31.25% from 255 or 26.16% from 302); Max value from RGB is 189 - color contains mainly: red. Hex color #BD224F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD224F is #42DDB0. Grayscale: #555555. Windows color (decimal): -4382129 or 5186237. OLE color: 5186237.
HSL color Cylindrical-coordinate representation of color #BD224F: hue angle of 342.58º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BD224F is Cyan = 0, Magento = 0.82, Yellow = 0.58 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 34 | 79 | - |
| CMYK | 0 | 0.82 | 0.58 | 0.26 |
| HSL | 342.58º | 0.7% | 0.44% | - |
| HSV(B) | 342.58º | 0.82% | 0.74% | - |
| XYZ | 22.97 | 12.53 | 8.6 | - |
| YUV | 85.48 | 124.35 | 201.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 34 | 79 | 0 | 0.82 | 0.58 | 0.26 | 342.58 | 0.7 | 0.44 |
| Hex | BD | 22 | 4F | 0 | 52 | 3A | 1A | 157 | 46 | 2C |
| Octal | 275 | 42 | 117 | 0 | 122 | 72 | 32 | 527 | 106 | 54 |
| Binary | 10111101 | 100010 | 1001111 | 0 | 1010010 | 111010 | 11010 | 101010111 | 1000110 | 101100 |
Color Harmonies of #BD224F
Complementary color
Monochromatic Colors of #BD224F
Black with #BD224F
Text Example
Text Example
White with #BD224F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD224F; }
p { color: rgb(189,34,79); }
H1.HeaderClassName
{
color: #BD224F;
}
.AnyTagClassName
{
color: #BD224F;
}
</style>
background-color css
<style>
a { background-color: #BD224F; }
a { background-color: rgb(189,34,79); }
div.DivClassName
{
background-color: #BD224F;
}
.BgClassName
{
background-color: #BD224F;
}
</style>
border-color css
<style>
span { border-color: #BD224F; }
span { border-color: rgb(189,34,79); }
td.TdClassName
{
border-color: #BD224F;
}
.TagClassName
{
border-color: #BD224F;
}
</style>