Shades of Old Rose #BC234A
Tints of Old Rose #BC234A
RGB
CMYK
RGB Variations
Color information
#BC234A (or 0xBC234A) is known color: Old Rose. HEX triplet: BC, 23 and 4A. RGB value is (188,35,74). Sum of RGB (Red+Green+Blue) = 188+35+74=297 (39% of max value = 765). Red value is 188 (73.83% from 255 or 63.30% from 297); Green value is 35 (14.06% from 255 or 11.78% from 297); Blue value is 74 (29.30% from 255 or 24.92% from 297); Max value from RGB is 188 - color contains mainly: red. Hex color #BC234A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC234A is #43DCB5. Grayscale: #555555. Windows color (decimal): -4447414 or 4858812. OLE color: 4858812.
HSL color Cylindrical-coordinate representation of color #BC234A: hue angle of 344.71º 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 #BC234A is Cyan = 0, Magento = 0.81, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 35 | 74 | - |
| CMYK | 0 | 0.81 | 0.61 | 0.26 |
| HSL | 344.71º | 0.69% | 0.44% | - |
| HSV(B) | 344.71º | 0.81% | 0.74% | - |
| XYZ | 22.58 | 12.39 | 7.68 | - |
| YUV | 85.19 | 121.69 | 201.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 35 | 74 | 0 | 0.81 | 0.61 | 0.26 | 344.71 | 0.69 | 0.44 |
| Hex | BC | 23 | 4A | 0 | 51 | 3D | 1A | 159 | 45 | 2C |
| Octal | 274 | 43 | 112 | 0 | 121 | 75 | 32 | 531 | 105 | 54 |
| Binary | 10111100 | 100011 | 1001010 | 0 | 1010001 | 111101 | 11010 | 101011001 | 1000101 | 101100 |
Color Harmonies of #BC234A
Complementary color
Monochromatic Colors of #BC234A
Black with #BC234A
Text Example
Text Example
White with #BC234A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC234A; }
p { color: rgb(188,35,74); }
H1.HeaderClassName
{
color: #BC234A;
}
.AnyTagClassName
{
color: #BC234A;
}
</style>
background-color css
<style>
a { background-color: #BC234A; }
a { background-color: rgb(188,35,74); }
div.DivClassName
{
background-color: #BC234A;
}
.BgClassName
{
background-color: #BC234A;
}
</style>
border-color css
<style>
span { border-color: #BC234A; }
span { border-color: rgb(188,35,74); }
td.TdClassName
{
border-color: #BC234A;
}
.TagClassName
{
border-color: #BC234A;
}
</style>