Shades of Old Rose #BD235C
Tints of Old Rose #BD235C
RGB
CMYK
RGB Variations
Color information
#BD235C (or 0xBD235C) is known color: Old Rose. HEX triplet: BD, 23 and 5C. RGB value is (189,35,92). Sum of RGB (Red+Green+Blue) = 189+35+92=316 (41% of max value = 765). Red value is 189 (74.22% from 255 or 59.81% from 316); Green value is 35 (14.06% from 255 or 11.08% from 316); Blue value is 92 (36.33% from 255 or 29.11% from 316); Max value from RGB is 189 - color contains mainly: red. Hex color #BD235C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD235C is #42DCA3. Grayscale: #575757. Windows color (decimal): -4381860 or 6038461. OLE color: 6038461.
HSL color Cylindrical-coordinate representation of color #BD235C: hue angle of 337.79º 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 #BD235C is Cyan = 0, Magento = 0.81, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 35 | 92 | - |
| CMYK | 0 | 0.81 | 0.51 | 0.26 |
| HSL | 337.79º | 0.69% | 0.44% | - |
| HSV(B) | 337.79º | 0.81% | 0.74% | - |
| XYZ | 23.52 | 12.79 | 11.36 | - |
| YUV | 87.54 | 130.52 | 200.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 35 | 92 | 0 | 0.81 | 0.51 | 0.26 | 337.79 | 0.69 | 0.44 |
| Hex | BD | 23 | 5C | 0 | 51 | 33 | 1A | 152 | 45 | 2C |
| Octal | 275 | 43 | 134 | 0 | 121 | 63 | 32 | 522 | 105 | 54 |
| Binary | 10111101 | 100011 | 1011100 | 0 | 1010001 | 110011 | 11010 | 101010010 | 1000101 | 101100 |
Color Harmonies of #BD235C
Complementary color
Monochromatic Colors of #BD235C
Black with #BD235C
Text Example
Text Example
White with #BD235C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD235C; }
p { color: rgb(189,35,92); }
H1.HeaderClassName
{
color: #BD235C;
}
.AnyTagClassName
{
color: #BD235C;
}
</style>
background-color css
<style>
a { background-color: #BD235C; }
a { background-color: rgb(189,35,92); }
div.DivClassName
{
background-color: #BD235C;
}
.BgClassName
{
background-color: #BD235C;
}
</style>
border-color css
<style>
span { border-color: #BD235C; }
span { border-color: rgb(189,35,92); }
td.TdClassName
{
border-color: #BD235C;
}
.TagClassName
{
border-color: #BD235C;
}
</style>