Shades of Old Rose #BD224C
Tints of Old Rose #BD224C
RGB
CMYK
RGB Variations
Color information
#BD224C (or 0xBD224C) is known color: Old Rose. HEX triplet: BD, 22 and 4C. RGB value is (189,34,76). Sum of RGB (Red+Green+Blue) = 189+34+76=299 (39% of max value = 765). Red value is 189 (74.22% from 255 or 63.21% from 299); Green value is 34 (13.67% from 255 or 11.37% from 299); Blue value is 76 (30.08% from 255 or 25.42% from 299); Max value from RGB is 189 - color contains mainly: red. Hex color #BD224C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD224C is #42DDB3. Grayscale: #555555. Windows color (decimal): -4382132 or 4989629. OLE color: 4989629.
HSL color Cylindrical-coordinate representation of color #BD224C: hue angle of 343.74º 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 #BD224C is Cyan = 0, Magento = 0.82, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 34 | 76 | - |
| CMYK | 0 | 0.82 | 0.60 | 0.26 |
| HSL | 343.74º | 0.7% | 0.44% | - |
| HSV(B) | 343.74º | 0.82% | 0.74% | - |
| XYZ | 22.86 | 12.48 | 8.04 | - |
| YUV | 85.13 | 122.85 | 202.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 34 | 76 | 0 | 0.82 | 0.60 | 0.26 | 343.74 | 0.7 | 0.44 |
| Hex | BD | 22 | 4C | 0 | 52 | 3C | 1A | 158 | 46 | 2C |
| Octal | 275 | 42 | 114 | 0 | 122 | 74 | 32 | 530 | 106 | 54 |
| Binary | 10111101 | 100010 | 1001100 | 0 | 1010010 | 111100 | 11010 | 101011000 | 1000110 | 101100 |
Color Harmonies of #BD224C
Complementary color
Monochromatic Colors of #BD224C
Black with #BD224C
Text Example
Text Example
White with #BD224C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD224C; }
p { color: rgb(189,34,76); }
H1.HeaderClassName
{
color: #BD224C;
}
.AnyTagClassName
{
color: #BD224C;
}
</style>
background-color css
<style>
a { background-color: #BD224C; }
a { background-color: rgb(189,34,76); }
div.DivClassName
{
background-color: #BD224C;
}
.BgClassName
{
background-color: #BD224C;
}
</style>
border-color css
<style>
span { border-color: #BD224C; }
span { border-color: rgb(189,34,76); }
td.TdClassName
{
border-color: #BD224C;
}
.TagClassName
{
border-color: #BD224C;
}
</style>