Shades of Old Rose #BC404B
Tints of Old Rose #BC404B
RGB
CMYK
RGB Variations
Color information
#BC404B (or 0xBC404B) is known color: Old Rose. HEX triplet: BC, 40 and 4B. RGB value is (188,64,75). Sum of RGB (Red+Green+Blue) = 188+64+75=327 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.49% from 327); Green value is 64 (25.39% from 255 or 19.57% from 327); Blue value is 75 (29.69% from 255 or 22.94% from 327); Max value from RGB is 188 - color contains mainly: red. Hex color #BC404B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC404B is #43BFB4. Grayscale: #666666. Windows color (decimal): -4439989 or 4931772. OLE color: 4931772.
HSL color Cylindrical-coordinate representation of color #BC404B: hue angle of 354.68º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BC404B is Cyan = 0, Magento = 0.66, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 64 | 75 | - |
| CMYK | 0 | 0.66 | 0.60 | 0.26 |
| HSL | 354.68º | 0.49% | 0.49% | - |
| HSV(B) | 354.68º | 0.66% | 0.74% | - |
| XYZ | 23.84 | 14.87 | 8.27 | - |
| YUV | 102.33 | 112.58 | 189.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 64 | 75 | 0 | 0.66 | 0.60 | 0.26 | 354.68 | 0.49 | 0.49 |
| Hex | BC | 40 | 4B | 0 | 42 | 3C | 1A | 163 | 31 | 31 |
| Octal | 274 | 100 | 113 | 0 | 102 | 74 | 32 | 543 | 61 | 61 |
| Binary | 10111100 | 1000000 | 1001011 | 0 | 1000010 | 111100 | 11010 | 101100011 | 110001 | 110001 |
Color Harmonies of #BC404B
Complementary color
Monochromatic Colors of #BC404B
Black with #BC404B
Text Example
Text Example
White with #BC404B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC404B; }
p { color: rgb(188,64,75); }
H1.HeaderClassName
{
color: #BC404B;
}
.AnyTagClassName
{
color: #BC404B;
}
</style>
background-color css
<style>
a { background-color: #BC404B; }
a { background-color: rgb(188,64,75); }
div.DivClassName
{
background-color: #BC404B;
}
.BgClassName
{
background-color: #BC404B;
}
</style>
border-color css
<style>
span { border-color: #BC404B; }
span { border-color: rgb(188,64,75); }
td.TdClassName
{
border-color: #BC404B;
}
.TagClassName
{
border-color: #BC404B;
}
</style>