Shades of Old Rose #BC424B
Tints of Old Rose #BC424B
RGB
CMYK
RGB Variations
Color information
#BC424B (or 0xBC424B) is known color: Old Rose. HEX triplet: BC, 42 and 4B. RGB value is (188,66,75). Sum of RGB (Red+Green+Blue) = 188+66+75=329 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.14% from 329); Green value is 66 (26.17% from 255 or 20.06% from 329); Blue value is 75 (29.69% from 255 or 22.80% from 329); Max value from RGB is 188 - color contains mainly: red. Hex color #BC424B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC424B is #43BDB4. Grayscale: #676767. Windows color (decimal): -4439477 or 4932284. OLE color: 4932284.
HSL color Cylindrical-coordinate representation of color #BC424B: hue angle of 355.57º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BC424B is Cyan = 0, Magento = 0.65, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 66 | 75 | - |
| CMYK | 0 | 0.65 | 0.60 | 0.26 |
| HSL | 355.57º | 0.48% | 0.5% | - |
| HSV(B) | 355.57º | 0.65% | 0.74% | - |
| XYZ | 23.96 | 15.1 | 8.31 | - |
| YUV | 103.5 | 111.92 | 188.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 66 | 75 | 0 | 0.65 | 0.60 | 0.26 | 355.57 | 0.48 | 0.5 |
| Hex | BC | 42 | 4B | 0 | 41 | 3C | 1A | 164 | 30 | 32 |
| Octal | 274 | 102 | 113 | 0 | 101 | 74 | 32 | 544 | 60 | 62 |
| Binary | 10111100 | 1000010 | 1001011 | 0 | 1000001 | 111100 | 11010 | 101100100 | 110000 | 110010 |
Color Harmonies of #BC424B
Complementary color
Monochromatic Colors of #BC424B
Black with #BC424B
Text Example
Text Example
White with #BC424B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC424B; }
p { color: rgb(188,66,75); }
H1.HeaderClassName
{
color: #BC424B;
}
.AnyTagClassName
{
color: #BC424B;
}
</style>
background-color css
<style>
a { background-color: #BC424B; }
a { background-color: rgb(188,66,75); }
div.DivClassName
{
background-color: #BC424B;
}
.BgClassName
{
background-color: #BC424B;
}
</style>
border-color css
<style>
span { border-color: #BC424B; }
span { border-color: rgb(188,66,75); }
td.TdClassName
{
border-color: #BC424B;
}
.TagClassName
{
border-color: #BC424B;
}
</style>