Shades of Old Rose #BC304B
Tints of Old Rose #BC304B
RGB
CMYK
RGB Variations
Color information
#BC304B (or 0xBC304B) is known color: Old Rose. HEX triplet: BC, 30 and 4B. RGB value is (188,48,75). Sum of RGB (Red+Green+Blue) = 188+48+75=311 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.45% from 311); Green value is 48 (19.14% from 255 or 15.43% from 311); Blue value is 75 (29.69% from 255 or 24.12% from 311); Max value from RGB is 188 - color contains mainly: red. Hex color #BC304B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC304B is #43CFB4. Grayscale: #5C5C5C. Windows color (decimal): -4444085 or 4927676. OLE color: 4927676.
HSL color Cylindrical-coordinate representation of color #BC304B: hue angle of 348.43º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BC304B is Cyan = 0, Magento = 0.74, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 48 | 75 | - |
| CMYK | 0 | 0.74 | 0.60 | 0.26 |
| HSL | 348.43º | 0.59% | 0.46% | - |
| HSV(B) | 348.43º | 0.74% | 0.74% | - |
| XYZ | 23.07 | 13.31 | 8.01 | - |
| YUV | 92.94 | 117.88 | 195.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 48 | 75 | 0 | 0.74 | 0.60 | 0.26 | 348.43 | 0.59 | 0.46 |
| Hex | BC | 30 | 4B | 0 | 4A | 3C | 1A | 15C | 3B | 2E |
| Octal | 274 | 60 | 113 | 0 | 112 | 74 | 32 | 534 | 73 | 56 |
| Binary | 10111100 | 110000 | 1001011 | 0 | 1001010 | 111100 | 11010 | 101011100 | 111011 | 101110 |
Color Harmonies of #BC304B
Complementary color
Monochromatic Colors of #BC304B
Black with #BC304B
Text Example
Text Example
White with #BC304B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC304B; }
p { color: rgb(188,48,75); }
H1.HeaderClassName
{
color: #BC304B;
}
.AnyTagClassName
{
color: #BC304B;
}
</style>
background-color css
<style>
a { background-color: #BC304B; }
a { background-color: rgb(188,48,75); }
div.DivClassName
{
background-color: #BC304B;
}
.BgClassName
{
background-color: #BC304B;
}
</style>
border-color css
<style>
span { border-color: #BC304B; }
span { border-color: rgb(188,48,75); }
td.TdClassName
{
border-color: #BC304B;
}
.TagClassName
{
border-color: #BC304B;
}
</style>