Shades of Old Rose #BC365D
Tints of Old Rose #BC365D
RGB
CMYK
RGB Variations
Color information
#BC365D (or 0xBC365D) is known color: Old Rose. HEX triplet: BC, 36 and 5D. RGB value is (188,54,93). Sum of RGB (Red+Green+Blue) = 188+54+93=335 (44% of max value = 765). Red value is 188 (73.83% from 255 or 56.12% from 335); Green value is 54 (21.48% from 255 or 16.12% from 335); Blue value is 93 (36.72% from 255 or 27.76% from 335); Max value from RGB is 188 - color contains mainly: red. Hex color #BC365D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC365D is #43C9A2. Grayscale: #626262. Windows color (decimal): -4442531 or 6108860. OLE color: 6108860.
HSL color Cylindrical-coordinate representation of color #BC365D: hue angle of 342.54º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BC365D is Cyan = 0, Magento = 0.71, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 54 | 93 | - |
| CMYK | 0 | 0.71 | 0.51 | 0.26 |
| HSL | 342.54º | 0.55% | 0.47% | - |
| HSV(B) | 342.54º | 0.71% | 0.74% | - |
| XYZ | 24.03 | 14.12 | 11.81 | - |
| YUV | 98.51 | 124.89 | 191.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 54 | 93 | 0 | 0.71 | 0.51 | 0.26 | 342.54 | 0.55 | 0.47 |
| Hex | BC | 36 | 5D | 0 | 47 | 33 | 1A | 157 | 37 | 2F |
| Octal | 274 | 66 | 135 | 0 | 107 | 63 | 32 | 527 | 67 | 57 |
| Binary | 10111100 | 110110 | 1011101 | 0 | 1000111 | 110011 | 11010 | 101010111 | 110111 | 101111 |
Color Harmonies of #BC365D
Complementary color
Monochromatic Colors of #BC365D
Black with #BC365D
Text Example
Text Example
White with #BC365D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC365D; }
p { color: rgb(188,54,93); }
H1.HeaderClassName
{
color: #BC365D;
}
.AnyTagClassName
{
color: #BC365D;
}
</style>
background-color css
<style>
a { background-color: #BC365D; }
a { background-color: rgb(188,54,93); }
div.DivClassName
{
background-color: #BC365D;
}
.BgClassName
{
background-color: #BC365D;
}
</style>
border-color css
<style>
span { border-color: #BC365D; }
span { border-color: rgb(188,54,93); }
td.TdClassName
{
border-color: #BC365D;
}
.TagClassName
{
border-color: #BC365D;
}
</style>