Shades of Old Rose #BD1853
Tints of Old Rose #BD1853
RGB
CMYK
RGB Variations
Color information
#BD1853 (or 0xBD1853) is known color: Old Rose. HEX triplet: BD, 18 and 53. RGB value is (189,24,83). Sum of RGB (Red+Green+Blue) = 189+24+83=296 (39% of max value = 765). Red value is 189 (74.22% from 255 or 63.85% from 296); Green value is 24 (9.77% from 255 or 8.11% from 296); Blue value is 83 (32.81% from 255 or 28.04% from 296); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1853 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD1853 is #42E7AC. Grayscale: #4F4F4F. Windows color (decimal): -4384685 or 5445821. OLE color: 5445821.
HSL color Cylindrical-coordinate representation of color #BD1853: hue angle of 338.55º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BD1853 is Cyan = 0, Magento = 0.87, Yellow = 0.56 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 24 | 83 | - |
| CMYK | 0 | 0.87 | 0.56 | 0.26 |
| HSL | 338.55º | 0.77% | 0.42% | - |
| HSV(B) | 338.55º | 0.87% | 0.74% | - |
| XYZ | 22.87 | 12.1 | 9.31 | - |
| YUV | 80.06 | 129.66 | 205.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 24 | 83 | 0 | 0.87 | 0.56 | 0.26 | 338.55 | 0.77 | 0.42 |
| Hex | BD | 18 | 53 | 0 | 57 | 38 | 1A | 153 | 4D | 2A |
| Octal | 275 | 30 | 123 | 0 | 127 | 70 | 32 | 523 | 115 | 52 |
| Binary | 10111101 | 11000 | 1010011 | 0 | 1010111 | 111000 | 11010 | 101010011 | 1001101 | 101010 |
Color Harmonies of #BD1853
Complementary color
Monochromatic Colors of #BD1853
Black with #BD1853
Text Example
Text Example
White with #BD1853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1853; }
p { color: rgb(189,24,83); }
H1.HeaderClassName
{
color: #BD1853;
}
.AnyTagClassName
{
color: #BD1853;
}
</style>
background-color css
<style>
a { background-color: #BD1853; }
a { background-color: rgb(189,24,83); }
div.DivClassName
{
background-color: #BD1853;
}
.BgClassName
{
background-color: #BD1853;
}
</style>
border-color css
<style>
span { border-color: #BD1853; }
span { border-color: rgb(189,24,83); }
td.TdClassName
{
border-color: #BD1853;
}
.TagClassName
{
border-color: #BD1853;
}
</style>