Shades of Old Rose #BD1753
Tints of Old Rose #BD1753
RGB
CMYK
RGB Variations
Color information
#BD1753 (or 0xBD1753) is known color: Old Rose. HEX triplet: BD, 17 and 53. RGB value is (189,23,83). Sum of RGB (Red+Green+Blue) = 189+23+83=295 (39% of max value = 765). Red value is 189 (74.22% from 255 or 64.07% from 295); Green value is 23 (9.38% from 255 or 7.80% from 295); Blue value is 83 (32.81% from 255 or 28.14% from 295); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1753 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD1753 is #42E8AC. Grayscale: #4F4F4F. Windows color (decimal): -4384941 or 5445565. OLE color: 5445565.
HSL color Cylindrical-coordinate representation of color #BD1753: hue angle of 338.31º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BD1753 is Cyan = 0, Magento = 0.88, Yellow = 0.56 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 23 | 83 | - |
| CMYK | 0 | 0.88 | 0.56 | 0.26 |
| HSL | 338.31º | 0.78% | 0.42% | - |
| HSV(B) | 338.31º | 0.88% | 0.74% | - |
| XYZ | 22.85 | 12.06 | 9.31 | - |
| YUV | 79.47 | 130 | 206.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 23 | 83 | 0 | 0.88 | 0.56 | 0.26 | 338.31 | 0.78 | 0.42 |
| Hex | BD | 17 | 53 | 0 | 58 | 38 | 1A | 152 | 4E | 2A |
| Octal | 275 | 27 | 123 | 0 | 130 | 70 | 32 | 522 | 116 | 52 |
| Binary | 10111101 | 10111 | 1010011 | 0 | 1011000 | 111000 | 11010 | 101010010 | 1001110 | 101010 |
Color Harmonies of #BD1753
Complementary color
Monochromatic Colors of #BD1753
Black with #BD1753
Text Example
Text Example
White with #BD1753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1753; }
p { color: rgb(189,23,83); }
H1.HeaderClassName
{
color: #BD1753;
}
.AnyTagClassName
{
color: #BD1753;
}
</style>
background-color css
<style>
a { background-color: #BD1753; }
a { background-color: rgb(189,23,83); }
div.DivClassName
{
background-color: #BD1753;
}
.BgClassName
{
background-color: #BD1753;
}
</style>
border-color css
<style>
span { border-color: #BD1753; }
span { border-color: rgb(189,23,83); }
td.TdClassName
{
border-color: #BD1753;
}
.TagClassName
{
border-color: #BD1753;
}
</style>