Shades of Old Rose #BD224A
Tints of Old Rose #BD224A
RGB
CMYK
RGB Variations
Color information
#BD224A (or 0xBD224A) is known color: Old Rose. HEX triplet: BD, 22 and 4A. RGB value is (189,34,74). Sum of RGB (Red+Green+Blue) = 189+34+74=297 (39% of max value = 765). Red value is 189 (74.22% from 255 or 63.64% from 297); Green value is 34 (13.67% from 255 or 11.45% from 297); Blue value is 74 (29.30% from 255 or 24.92% from 297); Max value from RGB is 189 - color contains mainly: red. Hex color #BD224A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD224A is #42DDB5. Grayscale: #545454. Windows color (decimal): -4382134 or 4858557. OLE color: 4858557.
HSL color Cylindrical-coordinate representation of color #BD224A: hue angle of 344.52º 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 #BD224A is Cyan = 0, Magento = 0.82, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 34 | 74 | - |
| CMYK | 0 | 0.82 | 0.61 | 0.26 |
| HSL | 344.52º | 0.7% | 0.44% | - |
| HSV(B) | 344.52º | 0.82% | 0.74% | - |
| XYZ | 22.79 | 12.46 | 7.68 | - |
| YUV | 84.91 | 121.85 | 202.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 34 | 74 | 0 | 0.82 | 0.61 | 0.26 | 344.52 | 0.7 | 0.44 |
| Hex | BD | 22 | 4A | 0 | 52 | 3D | 1A | 159 | 46 | 2C |
| Octal | 275 | 42 | 112 | 0 | 122 | 75 | 32 | 531 | 106 | 54 |
| Binary | 10111101 | 100010 | 1001010 | 0 | 1010010 | 111101 | 11010 | 101011001 | 1000110 | 101100 |
Color Harmonies of #BD224A
Complementary color
Monochromatic Colors of #BD224A
Black with #BD224A
Text Example
Text Example
White with #BD224A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD224A; }
p { color: rgb(189,34,74); }
H1.HeaderClassName
{
color: #BD224A;
}
.AnyTagClassName
{
color: #BD224A;
}
</style>
background-color css
<style>
a { background-color: #BD224A; }
a { background-color: rgb(189,34,74); }
div.DivClassName
{
background-color: #BD224A;
}
.BgClassName
{
background-color: #BD224A;
}
</style>
border-color css
<style>
span { border-color: #BD224A; }
span { border-color: rgb(189,34,74); }
td.TdClassName
{
border-color: #BD224A;
}
.TagClassName
{
border-color: #BD224A;
}
</style>