Shades of Old Rose #BD404D
Tints of Old Rose #BD404D
RGB
CMYK
RGB Variations
Color information
#BD404D (or 0xBD404D) is known color: Old Rose. HEX triplet: BD, 40 and 4D. RGB value is (189,64,77). Sum of RGB (Red+Green+Blue) = 189+64+77=330 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.27% from 330); Green value is 64 (25.39% from 255 or 19.39% from 330); Blue value is 77 (30.47% from 255 or 23.33% from 330); Max value from RGB is 189 - color contains mainly: red. Hex color #BD404D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD404D is #42BFB2. Grayscale: #666666. Windows color (decimal): -4374451 or 5062845. OLE color: 5062845.
HSL color Cylindrical-coordinate representation of color #BD404D: hue angle of 353.76º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BD404D is Cyan = 0, Magento = 0.66, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 64 | 77 | - |
| CMYK | 0 | 0.66 | 0.59 | 0.26 |
| HSL | 353.76º | 0.49% | 0.5% | - |
| HSV(B) | 353.76º | 0.66% | 0.74% | - |
| XYZ | 24.16 | 15.02 | 8.65 | - |
| YUV | 102.86 | 113.41 | 189.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 64 | 77 | 0 | 0.66 | 0.59 | 0.26 | 353.76 | 0.49 | 0.5 |
| Hex | BD | 40 | 4D | 0 | 42 | 3B | 1A | 162 | 31 | 32 |
| Octal | 275 | 100 | 115 | 0 | 102 | 73 | 32 | 542 | 61 | 62 |
| Binary | 10111101 | 1000000 | 1001101 | 0 | 1000010 | 111011 | 11010 | 101100010 | 110001 | 110010 |
Color Harmonies of #BD404D
Complementary color
Monochromatic Colors of #BD404D
Black with #BD404D
Text Example
Text Example
White with #BD404D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD404D; }
p { color: rgb(189,64,77); }
H1.HeaderClassName
{
color: #BD404D;
}
.AnyTagClassName
{
color: #BD404D;
}
</style>
background-color css
<style>
a { background-color: #BD404D; }
a { background-color: rgb(189,64,77); }
div.DivClassName
{
background-color: #BD404D;
}
.BgClassName
{
background-color: #BD404D;
}
</style>
border-color css
<style>
span { border-color: #BD404D; }
span { border-color: rgb(189,64,77); }
td.TdClassName
{
border-color: #BD404D;
}
.TagClassName
{
border-color: #BD404D;
}
</style>