Shades of Old Rose #BD424A
Tints of Old Rose #BD424A
RGB
CMYK
RGB Variations
Color information
#BD424A (or 0xBD424A) is known color: Old Rose. HEX triplet: BD, 42 and 4A. RGB value is (189,66,74). Sum of RGB (Red+Green+Blue) = 189+66+74=329 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.45% from 329); Green value is 66 (26.17% from 255 or 20.06% from 329); Blue value is 74 (29.30% from 255 or 22.49% from 329); Max value from RGB is 189 - color contains mainly: red. Hex color #BD424A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD424A is #42BDB5. Grayscale: #676767. Windows color (decimal): -4373942 or 4866749. OLE color: 4866749.
HSL color Cylindrical-coordinate representation of color #BD424A: hue angle of 356.1º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BD424A is Cyan = 0, Magento = 0.65, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 66 | 74 | - |
| CMYK | 0 | 0.65 | 0.61 | 0.26 |
| HSL | 356.1º | 0.48% | 0.5% | - |
| HSV(B) | 356.1º | 0.65% | 0.74% | - |
| XYZ | 24.17 | 15.21 | 8.14 | - |
| YUV | 103.69 | 111.25 | 188.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 66 | 74 | 0 | 0.65 | 0.61 | 0.26 | 356.1 | 0.48 | 0.5 |
| Hex | BD | 42 | 4A | 0 | 41 | 3D | 1A | 164 | 30 | 32 |
| Octal | 275 | 102 | 112 | 0 | 101 | 75 | 32 | 544 | 60 | 62 |
| Binary | 10111101 | 1000010 | 1001010 | 0 | 1000001 | 111101 | 11010 | 101100100 | 110000 | 110010 |
Color Harmonies of #BD424A
Complementary color
Monochromatic Colors of #BD424A
Black with #BD424A
Text Example
Text Example
White with #BD424A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD424A; }
p { color: rgb(189,66,74); }
H1.HeaderClassName
{
color: #BD424A;
}
.AnyTagClassName
{
color: #BD424A;
}
</style>
background-color css
<style>
a { background-color: #BD424A; }
a { background-color: rgb(189,66,74); }
div.DivClassName
{
background-color: #BD424A;
}
.BgClassName
{
background-color: #BD424A;
}
</style>
border-color css
<style>
span { border-color: #BD424A; }
span { border-color: rgb(189,66,74); }
td.TdClassName
{
border-color: #BD424A;
}
.TagClassName
{
border-color: #BD424A;
}
</style>