Shades of Old Rose #BD234E
Tints of Old Rose #BD234E
RGB
CMYK
RGB Variations
Color information
#BD234E (or 0xBD234E) is known color: Old Rose. HEX triplet: BD, 23 and 4E. RGB value is (189,35,78). Sum of RGB (Red+Green+Blue) = 189+35+78=302 (40% of max value = 765). Red value is 189 (74.22% from 255 or 62.58% from 302); Green value is 35 (14.06% from 255 or 11.59% from 302); Blue value is 78 (30.86% from 255 or 25.83% from 302); Max value from RGB is 189 - color contains mainly: red. Hex color #BD234E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD234E is #42DCB1. Grayscale: #555555. Windows color (decimal): -4381874 or 5120957. OLE color: 5120957.
HSL color Cylindrical-coordinate representation of color #BD234E: hue angle of 343.25º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BD234E is Cyan = 0, Magento = 0.81, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 35 | 78 | - |
| CMYK | 0 | 0.81 | 0.59 | 0.26 |
| HSL | 343.25º | 0.69% | 0.44% | - |
| HSV(B) | 343.25º | 0.81% | 0.74% | - |
| XYZ | 22.96 | 12.57 | 8.42 | - |
| YUV | 85.95 | 123.52 | 201.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 35 | 78 | 0 | 0.81 | 0.59 | 0.26 | 343.25 | 0.69 | 0.44 |
| Hex | BD | 23 | 4E | 0 | 51 | 3B | 1A | 157 | 45 | 2C |
| Octal | 275 | 43 | 116 | 0 | 121 | 73 | 32 | 527 | 105 | 54 |
| Binary | 10111101 | 100011 | 1001110 | 0 | 1010001 | 111011 | 11010 | 101010111 | 1000101 | 101100 |
Color Harmonies of #BD234E
Complementary color
Monochromatic Colors of #BD234E
Black with #BD234E
Text Example
Text Example
White with #BD234E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD234E; }
p { color: rgb(189,35,78); }
H1.HeaderClassName
{
color: #BD234E;
}
.AnyTagClassName
{
color: #BD234E;
}
</style>
background-color css
<style>
a { background-color: #BD234E; }
a { background-color: rgb(189,35,78); }
div.DivClassName
{
background-color: #BD234E;
}
.BgClassName
{
background-color: #BD234E;
}
</style>
border-color css
<style>
span { border-color: #BD234E; }
span { border-color: rgb(189,35,78); }
td.TdClassName
{
border-color: #BD234E;
}
.TagClassName
{
border-color: #BD234E;
}
</style>