Shades of Old Rose #BD404C
Tints of Old Rose #BD404C
RGB
CMYK
RGB Variations
Color information
#BD404C (or 0xBD404C) is known color: Old Rose. HEX triplet: BD, 40 and 4C. RGB value is (189,64,76). Sum of RGB (Red+Green+Blue) = 189+64+76=329 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.45% from 329); Green value is 64 (25.39% from 255 or 19.45% from 329); Blue value is 76 (30.08% from 255 or 23.10% from 329); Max value from RGB is 189 - color contains mainly: red. Hex color #BD404C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD404C is #42BFB3. Grayscale: #666666. Windows color (decimal): -4374452 or 4997309. OLE color: 4997309.
HSL color Cylindrical-coordinate representation of color #BD404C: hue angle of 354.24º 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 #BD404C is Cyan = 0, Magento = 0.66, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 64 | 76 | - |
| CMYK | 0 | 0.66 | 0.60 | 0.26 |
| HSL | 354.24º | 0.49% | 0.5% | - |
| HSV(B) | 354.24º | 0.66% | 0.74% | - |
| XYZ | 24.12 | 15.01 | 8.46 | - |
| YUV | 102.74 | 112.91 | 189.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 64 | 76 | 0 | 0.66 | 0.60 | 0.26 | 354.24 | 0.49 | 0.5 |
| Hex | BD | 40 | 4C | 0 | 42 | 3C | 1A | 162 | 31 | 32 |
| Octal | 275 | 100 | 114 | 0 | 102 | 74 | 32 | 542 | 61 | 62 |
| Binary | 10111101 | 1000000 | 1001100 | 0 | 1000010 | 111100 | 11010 | 101100010 | 110001 | 110010 |
Color Harmonies of #BD404C
Complementary color
Monochromatic Colors of #BD404C
Black with #BD404C
Text Example
Text Example
White with #BD404C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD404C; }
p { color: rgb(189,64,76); }
H1.HeaderClassName
{
color: #BD404C;
}
.AnyTagClassName
{
color: #BD404C;
}
</style>
background-color css
<style>
a { background-color: #BD404C; }
a { background-color: rgb(189,64,76); }
div.DivClassName
{
background-color: #BD404C;
}
.BgClassName
{
background-color: #BD404C;
}
</style>
border-color css
<style>
span { border-color: #BD404C; }
span { border-color: rgb(189,64,76); }
td.TdClassName
{
border-color: #BD404C;
}
.TagClassName
{
border-color: #BD404C;
}
</style>