Shades of Old Rose #BD1752
Tints of Old Rose #BD1752
RGB
CMYK
RGB Variations
Color information
#BD1752 (or 0xBD1752) is known color: Old Rose. HEX triplet: BD, 17 and 52. RGB value is (189,23,82). Sum of RGB (Red+Green+Blue) = 189+23+82=294 (38% of max value = 765). Red value is 189 (74.22% from 255 or 64.29% from 294); Green value is 23 (9.38% from 255 or 7.82% from 294); Blue value is 82 (32.42% from 255 or 27.89% from 294); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1752 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD1752 is #42E8AD. Grayscale: #4F4F4F. Windows color (decimal): -4384942 or 5380029. OLE color: 5380029.
HSL color Cylindrical-coordinate representation of color #BD1752: hue angle of 338.67º 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 #BD1752 is Cyan = 0, Magento = 0.88, Yellow = 0.57 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 23 | 82 | - |
| CMYK | 0 | 0.88 | 0.57 | 0.26 |
| HSL | 338.67º | 0.78% | 0.42% | - |
| HSV(B) | 338.67º | 0.88% | 0.74% | - |
| XYZ | 22.82 | 12.04 | 9.1 | - |
| YUV | 79.36 | 129.5 | 206.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 23 | 82 | 0 | 0.88 | 0.57 | 0.26 | 338.67 | 0.78 | 0.42 |
| Hex | BD | 17 | 52 | 0 | 58 | 39 | 1A | 153 | 4E | 2A |
| Octal | 275 | 27 | 122 | 0 | 130 | 71 | 32 | 523 | 116 | 52 |
| Binary | 10111101 | 10111 | 1010010 | 0 | 1011000 | 111001 | 11010 | 101010011 | 1001110 | 101010 |
Color Harmonies of #BD1752
Complementary color
Monochromatic Colors of #BD1752
Black with #BD1752
Text Example
Text Example
White with #BD1752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1752; }
p { color: rgb(189,23,82); }
H1.HeaderClassName
{
color: #BD1752;
}
.AnyTagClassName
{
color: #BD1752;
}
</style>
background-color css
<style>
a { background-color: #BD1752; }
a { background-color: rgb(189,23,82); }
div.DivClassName
{
background-color: #BD1752;
}
.BgClassName
{
background-color: #BD1752;
}
</style>
border-color css
<style>
span { border-color: #BD1752; }
span { border-color: rgb(189,23,82); }
td.TdClassName
{
border-color: #BD1752;
}
.TagClassName
{
border-color: #BD1752;
}
</style>