Shades of Brick Red #BC3A41
Tints of Brick Red #BC3A41
RGB
CMYK
RGB Variations
Color information
#BC3A41 (or 0xBC3A41) is known color: Brick Red. HEX triplet: BC, 3A and 41. RGB value is (188,58,65). Sum of RGB (Red+Green+Blue) = 188+58+65=311 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.45% from 311); Green value is 58 (23.05% from 255 or 18.65% from 311); Blue value is 65 (25.78% from 255 or 20.90% from 311); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3A41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3A41 is #43C5BE. Grayscale: #616161. Windows color (decimal): -4441535 or 4274876. OLE color: 4274876.
HSL color Cylindrical-coordinate representation of color #BC3A41: hue angle of 356.77º 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 #BC3A41 is Cyan = 0, Magento = 0.69, Yellow = 0.65 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 58 | 65 | - |
| CMYK | 0 | 0.69 | 0.65 | 0.26 |
| HSL | 356.77º | 0.53% | 0.48% | - |
| HSV(B) | 356.77º | 0.69% | 0.74% | - |
| XYZ | 23.21 | 14.1 | 6.5 | - |
| YUV | 97.67 | 109.57 | 192.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 58 | 65 | 0 | 0.69 | 0.65 | 0.26 | 356.77 | 0.53 | 0.48 |
| Hex | BC | 3A | 41 | 0 | 45 | 41 | 1A | 165 | 35 | 30 |
| Octal | 274 | 72 | 101 | 0 | 105 | 101 | 32 | 545 | 65 | 60 |
| Binary | 10111100 | 111010 | 1000001 | 0 | 1000101 | 1000001 | 11010 | 101100101 | 110101 | 110000 |
Color Harmonies of #BC3A41
Complementary color
Monochromatic Colors of #BC3A41
Black with #BC3A41
Text Example
Text Example
White with #BC3A41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3A41; }
p { color: rgb(188,58,65); }
H1.HeaderClassName
{
color: #BC3A41;
}
.AnyTagClassName
{
color: #BC3A41;
}
</style>
background-color css
<style>
a { background-color: #BC3A41; }
a { background-color: rgb(188,58,65); }
div.DivClassName
{
background-color: #BC3A41;
}
.BgClassName
{
background-color: #BC3A41;
}
</style>
border-color css
<style>
span { border-color: #BC3A41; }
span { border-color: rgb(188,58,65); }
td.TdClassName
{
border-color: #BC3A41;
}
.TagClassName
{
border-color: #BC3A41;
}
</style>