Shades of Old Rose #BD2645
Tints of Old Rose #BD2645
RGB
CMYK
RGB Variations
Color information
#BD2645 (or 0xBD2645) is known color: Old Rose. HEX triplet: BD, 26 and 45. RGB value is (189,38,69). Sum of RGB (Red+Green+Blue) = 189+38+69=296 (39% of max value = 765). Red value is 189 (74.22% from 255 or 63.85% from 296); Green value is 38 (15.23% from 255 or 12.84% from 296); Blue value is 69 (27.34% from 255 or 23.31% from 296); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2645 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD2645 is #42D9BA. Grayscale: #565656. Windows color (decimal): -4381115 or 4531901. OLE color: 4531901.
HSL color Cylindrical-coordinate representation of color #BD2645: hue angle of 347.68º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BD2645 is Cyan = 0, Magento = 0.80, Yellow = 0.63 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 38 | 69 | - |
| CMYK | 0 | 0.80 | 0.63 | 0.26 |
| HSL | 347.68º | 0.67% | 0.45% | - |
| HSV(B) | 347.68º | 0.8% | 0.74% | - |
| XYZ | 22.75 | 12.63 | 6.87 | - |
| YUV | 86.68 | 118.03 | 200.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 38 | 69 | 0 | 0.80 | 0.63 | 0.26 | 347.68 | 0.67 | 0.45 |
| Hex | BD | 26 | 45 | 0 | 50 | 3F | 1A | 15C | 43 | 2D |
| Octal | 275 | 46 | 105 | 0 | 120 | 77 | 32 | 534 | 103 | 55 |
| Binary | 10111101 | 100110 | 1000101 | 0 | 1010000 | 111111 | 11010 | 101011100 | 1000011 | 101101 |
Color Harmonies of #BD2645
Complementary color
Monochromatic Colors of #BD2645
Black with #BD2645
Text Example
Text Example
White with #BD2645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2645; }
p { color: rgb(189,38,69); }
H1.HeaderClassName
{
color: #BD2645;
}
.AnyTagClassName
{
color: #BD2645;
}
</style>
background-color css
<style>
a { background-color: #BD2645; }
a { background-color: rgb(189,38,69); }
div.DivClassName
{
background-color: #BD2645;
}
.BgClassName
{
background-color: #BD2645;
}
</style>
border-color css
<style>
span { border-color: #BD2645; }
span { border-color: rgb(189,38,69); }
td.TdClassName
{
border-color: #BD2645;
}
.TagClassName
{
border-color: #BD2645;
}
</style>