Shades of Brick Red #BC4045
Tints of Brick Red #BC4045
RGB
CMYK
RGB Variations
Color information
#BC4045 (or 0xBC4045) is known color: Brick Red. HEX triplet: BC, 40 and 45. RGB value is (188,64,69). Sum of RGB (Red+Green+Blue) = 188+64+69=321 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.57% from 321); Green value is 64 (25.39% from 255 or 19.94% from 321); Blue value is 69 (27.34% from 255 or 21.50% from 321); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4045 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4045 is #43BFBA. Grayscale: #656565. Windows color (decimal): -4439995 or 4538556. OLE color: 4538556.
HSL color Cylindrical-coordinate representation of color #BC4045: hue angle of 357.58º 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 #BC4045 is Cyan = 0, Magento = 0.66, Yellow = 0.63 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 64 | 69 | - |
| CMYK | 0 | 0.66 | 0.63 | 0.26 |
| HSL | 357.58º | 0.49% | 0.49% | - |
| HSV(B) | 357.58º | 0.66% | 0.74% | - |
| XYZ | 23.65 | 14.79 | 7.24 | - |
| YUV | 101.65 | 109.58 | 189.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 64 | 69 | 0 | 0.66 | 0.63 | 0.26 | 357.58 | 0.49 | 0.49 |
| Hex | BC | 40 | 45 | 0 | 42 | 3F | 1A | 166 | 31 | 31 |
| Octal | 274 | 100 | 105 | 0 | 102 | 77 | 32 | 546 | 61 | 61 |
| Binary | 10111100 | 1000000 | 1000101 | 0 | 1000010 | 111111 | 11010 | 101100110 | 110001 | 110001 |
Color Harmonies of #BC4045
Complementary color
Monochromatic Colors of #BC4045
Black with #BC4045
Text Example
Text Example
White with #BC4045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4045; }
p { color: rgb(188,64,69); }
H1.HeaderClassName
{
color: #BC4045;
}
.AnyTagClassName
{
color: #BC4045;
}
</style>
background-color css
<style>
a { background-color: #BC4045; }
a { background-color: rgb(188,64,69); }
div.DivClassName
{
background-color: #BC4045;
}
.BgClassName
{
background-color: #BC4045;
}
</style>
border-color css
<style>
span { border-color: #BC4045; }
span { border-color: rgb(188,64,69); }
td.TdClassName
{
border-color: #BC4045;
}
.TagClassName
{
border-color: #BC4045;
}
</style>