Shades of Brick Red #BC3A45
Tints of Brick Red #BC3A45
RGB
CMYK
RGB Variations
Color information
#BC3A45 (or 0xBC3A45) is known color: Brick Red. HEX triplet: BC, 3A and 45. RGB value is (188,58,69). Sum of RGB (Red+Green+Blue) = 188+58+69=315 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.68% from 315); Green value is 58 (23.05% from 255 or 18.41% from 315); Blue value is 69 (27.34% from 255 or 21.90% from 315); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3A45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3A45 is #43C5BA. Grayscale: #626262. Windows color (decimal): -4441531 or 4537020. OLE color: 4537020.
HSL color Cylindrical-coordinate representation of color #BC3A45: hue angle of 354.92º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BC3A45 is Cyan = 0, Magento = 0.69, Yellow = 0.63 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 58 | 69 | - |
| CMYK | 0 | 0.69 | 0.63 | 0.26 |
| HSL | 354.92º | 0.53% | 0.48% | - |
| HSV(B) | 354.92º | 0.69% | 0.74% | - |
| XYZ | 23.33 | 14.15 | 7.13 | - |
| YUV | 98.12 | 111.57 | 192.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 58 | 69 | 0 | 0.69 | 0.63 | 0.26 | 354.92 | 0.53 | 0.48 |
| Hex | BC | 3A | 45 | 0 | 45 | 3F | 1A | 163 | 35 | 30 |
| Octal | 274 | 72 | 105 | 0 | 105 | 77 | 32 | 543 | 65 | 60 |
| Binary | 10111100 | 111010 | 1000101 | 0 | 1000101 | 111111 | 11010 | 101100011 | 110101 | 110000 |
Color Harmonies of #BC3A45
Complementary color
Monochromatic Colors of #BC3A45
Black with #BC3A45
Text Example
Text Example
White with #BC3A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3A45; }
p { color: rgb(188,58,69); }
H1.HeaderClassName
{
color: #BC3A45;
}
.AnyTagClassName
{
color: #BC3A45;
}
</style>
background-color css
<style>
a { background-color: #BC3A45; }
a { background-color: rgb(188,58,69); }
div.DivClassName
{
background-color: #BC3A45;
}
.BgClassName
{
background-color: #BC3A45;
}
</style>
border-color css
<style>
span { border-color: #BC3A45; }
span { border-color: rgb(188,58,69); }
td.TdClassName
{
border-color: #BC3A45;
}
.TagClassName
{
border-color: #BC3A45;
}
</style>