Shades of Old Rose #BD1C4D
Tints of Old Rose #BD1C4D
RGB
CMYK
RGB Variations
Color information
#BD1C4D (or 0xBD1C4D) is known color: Old Rose. HEX triplet: BD, 1C and 4D. RGB value is (189,28,77). Sum of RGB (Red+Green+Blue) = 189+28+77=294 (38% of max value = 765). Red value is 189 (74.22% from 255 or 64.29% from 294); Green value is 28 (11.33% from 255 or 9.52% from 294); Blue value is 77 (30.47% from 255 or 26.19% from 294); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1C4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD1C4D is #42E3B2. Grayscale: #515151. Windows color (decimal): -4383667 or 5053629. OLE color: 5053629.
HSL color Cylindrical-coordinate representation of color #BD1C4D: hue angle of 341.74º degrees, saturation: 0.74, 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 #BD1C4D is Cyan = 0, Magento = 0.85, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 28 | 77 | - |
| CMYK | 0 | 0.85 | 0.59 | 0.26 |
| HSL | 341.74º | 0.74% | 0.43% | - |
| HSV(B) | 341.74º | 0.85% | 0.74% | - |
| XYZ | 22.74 | 12.19 | 8.17 | - |
| YUV | 81.73 | 125.34 | 204.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 28 | 77 | 0 | 0.85 | 0.59 | 0.26 | 341.74 | 0.74 | 0.43 |
| Hex | BD | 1C | 4D | 0 | 55 | 3B | 1A | 156 | 4A | 2B |
| Octal | 275 | 34 | 115 | 0 | 125 | 73 | 32 | 526 | 112 | 53 |
| Binary | 10111101 | 11100 | 1001101 | 0 | 1010101 | 111011 | 11010 | 101010110 | 1001010 | 101011 |
Color Harmonies of #BD1C4D
Complementary color
Monochromatic Colors of #BD1C4D
Black with #BD1C4D
Text Example
Text Example
White with #BD1C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1C4D; }
p { color: rgb(189,28,77); }
H1.HeaderClassName
{
color: #BD1C4D;
}
.AnyTagClassName
{
color: #BD1C4D;
}
</style>
background-color css
<style>
a { background-color: #BD1C4D; }
a { background-color: rgb(189,28,77); }
div.DivClassName
{
background-color: #BD1C4D;
}
.BgClassName
{
background-color: #BD1C4D;
}
</style>
border-color css
<style>
span { border-color: #BD1C4D; }
span { border-color: rgb(189,28,77); }
td.TdClassName
{
border-color: #BD1C4D;
}
.TagClassName
{
border-color: #BD1C4D;
}
</style>