Shades of Old Rose #BD2748
Tints of Old Rose #BD2748
RGB
CMYK
RGB Variations
Color information
#BD2748 (or 0xBD2748) is known color: Old Rose. HEX triplet: BD, 27 and 48. RGB value is (189,39,72). Sum of RGB (Red+Green+Blue) = 189+39+72=300 (39% of max value = 765). Red value is 189 (74.22% from 255 or 63% from 300); Green value is 39 (15.62% from 255 or 13% from 300); Blue value is 72 (28.52% from 255 or 24% from 300); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2748 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD2748 is #42D8B7. Grayscale: #575757. Windows color (decimal): -4380856 or 4728765. OLE color: 4728765.
HSL color Cylindrical-coordinate representation of color #BD2748: hue angle of 346.8º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BD2748 is Cyan = 0, Magento = 0.79, Yellow = 0.62 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 39 | 72 | - |
| CMYK | 0 | 0.79 | 0.62 | 0.26 |
| HSL | 346.8º | 0.66% | 0.45% | - |
| HSV(B) | 346.8º | 0.79% | 0.74% | - |
| XYZ | 22.88 | 12.74 | 7.38 | - |
| YUV | 87.61 | 119.2 | 200.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 39 | 72 | 0 | 0.79 | 0.62 | 0.26 | 346.8 | 0.66 | 0.45 |
| Hex | BD | 27 | 48 | 0 | 4F | 3E | 1A | 15B | 42 | 2D |
| Octal | 275 | 47 | 110 | 0 | 117 | 76 | 32 | 533 | 102 | 55 |
| Binary | 10111101 | 100111 | 1001000 | 0 | 1001111 | 111110 | 11010 | 101011011 | 1000010 | 101101 |
Color Harmonies of #BD2748
Complementary color
Monochromatic Colors of #BD2748
Black with #BD2748
Text Example
Text Example
White with #BD2748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2748; }
p { color: rgb(189,39,72); }
H1.HeaderClassName
{
color: #BD2748;
}
.AnyTagClassName
{
color: #BD2748;
}
</style>
background-color css
<style>
a { background-color: #BD2748; }
a { background-color: rgb(189,39,72); }
div.DivClassName
{
background-color: #BD2748;
}
.BgClassName
{
background-color: #BD2748;
}
</style>
border-color css
<style>
span { border-color: #BD2748; }
span { border-color: rgb(189,39,72); }
td.TdClassName
{
border-color: #BD2748;
}
.TagClassName
{
border-color: #BD2748;
}
</style>