Shades of Old Rose #BD1D4A
Tints of Old Rose #BD1D4A
RGB
CMYK
RGB Variations
Color information
#BD1D4A (or 0xBD1D4A) is known color: Old Rose. HEX triplet: BD, 1D and 4A. RGB value is (189,29,74). Sum of RGB (Red+Green+Blue) = 189+29+74=292 (38% of max value = 765). Red value is 189 (74.22% from 255 or 64.73% from 292); Green value is 29 (11.72% from 255 or 9.93% from 292); Blue value is 74 (29.30% from 255 or 25.34% from 292); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1D4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD1D4A is #42E2B5. Grayscale: #515151. Windows color (decimal): -4383414 or 4857277. OLE color: 4857277.
HSL color Cylindrical-coordinate representation of color #BD1D4A: hue angle of 343.12º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BD1D4A is Cyan = 0, Magento = 0.85, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 29 | 74 | - |
| CMYK | 0 | 0.85 | 0.61 | 0.26 |
| HSL | 343.13º | 0.73% | 0.43% | - |
| HSV(B) | 343.13º | 0.85% | 0.74% | - |
| XYZ | 22.66 | 12.19 | 7.64 | - |
| YUV | 81.97 | 123.51 | 204.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 29 | 74 | 0 | 0.85 | 0.61 | 0.26 | 343.13 | 0.73 | 0.43 |
| Hex | BD | 1D | 4A | 0 | 55 | 3D | 1A | 157 | 49 | 2B |
| Octal | 275 | 35 | 112 | 0 | 125 | 75 | 32 | 527 | 111 | 53 |
| Binary | 10111101 | 11101 | 1001010 | 0 | 1010101 | 111101 | 11010 | 101010111 | 1001001 | 101011 |
Color Harmonies of #BD1D4A
Complementary color
Monochromatic Colors of #BD1D4A
Black with #BD1D4A
Text Example
Text Example
White with #BD1D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1D4A; }
p { color: rgb(189,29,74); }
H1.HeaderClassName
{
color: #BD1D4A;
}
.AnyTagClassName
{
color: #BD1D4A;
}
</style>
background-color css
<style>
a { background-color: #BD1D4A; }
a { background-color: rgb(189,29,74); }
div.DivClassName
{
background-color: #BD1D4A;
}
.BgClassName
{
background-color: #BD1D4A;
}
</style>
border-color css
<style>
span { border-color: #BD1D4A; }
span { border-color: rgb(189,29,74); }
td.TdClassName
{
border-color: #BD1D4A;
}
.TagClassName
{
border-color: #BD1D4A;
}
</style>