Shades of Old Rose #BD1D4B
Tints of Old Rose #BD1D4B
RGB
CMYK
RGB Variations
Color information
#BD1D4B (or 0xBD1D4B) is known color: Old Rose. HEX triplet: BD, 1D and 4B. RGB value is (189,29,75). Sum of RGB (Red+Green+Blue) = 189+29+75=293 (38% of max value = 765). Red value is 189 (74.22% from 255 or 64.51% from 293); Green value is 29 (11.72% from 255 or 9.90% from 293); Blue value is 75 (29.69% from 255 or 25.60% from 293); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1D4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD1D4B is #42E2B4. Grayscale: #525252. Windows color (decimal): -4383413 or 4922813. OLE color: 4922813.
HSL color Cylindrical-coordinate representation of color #BD1D4B: hue angle of 342.75º 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 #BD1D4B is Cyan = 0, Magento = 0.85, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 29 | 75 | - |
| CMYK | 0 | 0.85 | 0.60 | 0.26 |
| HSL | 342.75º | 0.73% | 0.43% | - |
| HSV(B) | 342.75º | 0.85% | 0.74% | - |
| XYZ | 22.7 | 12.21 | 7.82 | - |
| YUV | 82.08 | 124.01 | 204.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 29 | 75 | 0 | 0.85 | 0.60 | 0.26 | 342.75 | 0.73 | 0.43 |
| Hex | BD | 1D | 4B | 0 | 55 | 3C | 1A | 157 | 49 | 2B |
| Octal | 275 | 35 | 113 | 0 | 125 | 74 | 32 | 527 | 111 | 53 |
| Binary | 10111101 | 11101 | 1001011 | 0 | 1010101 | 111100 | 11010 | 101010111 | 1001001 | 101011 |
Color Harmonies of #BD1D4B
Complementary color
Monochromatic Colors of #BD1D4B
Black with #BD1D4B
Text Example
Text Example
White with #BD1D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1D4B; }
p { color: rgb(189,29,75); }
H1.HeaderClassName
{
color: #BD1D4B;
}
.AnyTagClassName
{
color: #BD1D4B;
}
</style>
background-color css
<style>
a { background-color: #BD1D4B; }
a { background-color: rgb(189,29,75); }
div.DivClassName
{
background-color: #BD1D4B;
}
.BgClassName
{
background-color: #BD1D4B;
}
</style>
border-color css
<style>
span { border-color: #BD1D4B; }
span { border-color: rgb(189,29,75); }
td.TdClassName
{
border-color: #BD1D4B;
}
.TagClassName
{
border-color: #BD1D4B;
}
</style>