Shades of Old Rose #BD2247
Tints of Old Rose #BD2247
RGB
CMYK
RGB Variations
Color information
#BD2247 (or 0xBD2247) is known color: Old Rose. HEX triplet: BD, 22 and 47. RGB value is (189,34,71). Sum of RGB (Red+Green+Blue) = 189+34+71=294 (38% of max value = 765). Red value is 189 (74.22% from 255 or 64.29% from 294); Green value is 34 (13.67% from 255 or 11.56% from 294); Blue value is 71 (28.12% from 255 or 24.15% from 294); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2247 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD2247 is #42DDB8. Grayscale: #545454. Windows color (decimal): -4382137 or 4661949. OLE color: 4661949.
HSL color Cylindrical-coordinate representation of color #BD2247: hue angle of 345.68º 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 #BD2247 is Cyan = 0, Magento = 0.82, Yellow = 0.62 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 34 | 71 | - |
| CMYK | 0 | 0.82 | 0.62 | 0.26 |
| HSL | 345.68º | 0.7% | 0.44% | - |
| HSV(B) | 345.68º | 0.82% | 0.74% | - |
| XYZ | 22.7 | 12.42 | 7.16 | - |
| YUV | 84.56 | 120.35 | 202.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 34 | 71 | 0 | 0.82 | 0.62 | 0.26 | 345.68 | 0.7 | 0.44 |
| Hex | BD | 22 | 47 | 0 | 52 | 3E | 1A | 15A | 46 | 2C |
| Octal | 275 | 42 | 107 | 0 | 122 | 76 | 32 | 532 | 106 | 54 |
| Binary | 10111101 | 100010 | 1000111 | 0 | 1010010 | 111110 | 11010 | 101011010 | 1000110 | 101100 |
Color Harmonies of #BD2247
Complementary color
Monochromatic Colors of #BD2247
Black with #BD2247
Text Example
Text Example
White with #BD2247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2247; }
p { color: rgb(189,34,71); }
H1.HeaderClassName
{
color: #BD2247;
}
.AnyTagClassName
{
color: #BD2247;
}
</style>
background-color css
<style>
a { background-color: #BD2247; }
a { background-color: rgb(189,34,71); }
div.DivClassName
{
background-color: #BD2247;
}
.BgClassName
{
background-color: #BD2247;
}
</style>
border-color css
<style>
span { border-color: #BD2247; }
span { border-color: rgb(189,34,71); }
td.TdClassName
{
border-color: #BD2247;
}
.TagClassName
{
border-color: #BD2247;
}
</style>