Shades of Old Rose #BD2448
Tints of Old Rose #BD2448
RGB
CMYK
RGB Variations
Color information
#BD2448 (or 0xBD2448) is known color: Old Rose. HEX triplet: BD, 24 and 48. RGB value is (189,36,72). Sum of RGB (Red+Green+Blue) = 189+36+72=297 (39% of max value = 765). Red value is 189 (74.22% from 255 or 63.64% from 297); Green value is 36 (14.45% from 255 or 12.12% from 297); Blue value is 72 (28.52% from 255 or 24.24% from 297); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2448 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD2448 is #42DBB7. Grayscale: #555555. Windows color (decimal): -4381624 or 4727997. OLE color: 4727997.
HSL color Cylindrical-coordinate representation of color #BD2448: hue angle of 345.88º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BD2448 is Cyan = 0, Magento = 0.81, Yellow = 0.62 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 36 | 72 | - |
| CMYK | 0 | 0.81 | 0.62 | 0.26 |
| HSL | 345.88º | 0.68% | 0.44% | - |
| HSV(B) | 345.88º | 0.81% | 0.74% | - |
| XYZ | 22.79 | 12.55 | 7.35 | - |
| YUV | 85.85 | 120.19 | 201.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 36 | 72 | 0 | 0.81 | 0.62 | 0.26 | 345.88 | 0.68 | 0.44 |
| Hex | BD | 24 | 48 | 0 | 51 | 3E | 1A | 15A | 44 | 2C |
| Octal | 275 | 44 | 110 | 0 | 121 | 76 | 32 | 532 | 104 | 54 |
| Binary | 10111101 | 100100 | 1001000 | 0 | 1010001 | 111110 | 11010 | 101011010 | 1000100 | 101100 |
Color Harmonies of #BD2448
Complementary color
Monochromatic Colors of #BD2448
Black with #BD2448
Text Example
Text Example
White with #BD2448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2448; }
p { color: rgb(189,36,72); }
H1.HeaderClassName
{
color: #BD2448;
}
.AnyTagClassName
{
color: #BD2448;
}
</style>
background-color css
<style>
a { background-color: #BD2448; }
a { background-color: rgb(189,36,72); }
div.DivClassName
{
background-color: #BD2448;
}
.BgClassName
{
background-color: #BD2448;
}
</style>
border-color css
<style>
span { border-color: #BD2448; }
span { border-color: rgb(189,36,72); }
td.TdClassName
{
border-color: #BD2448;
}
.TagClassName
{
border-color: #BD2448;
}
</style>