Shades of Brick Red #BC343C
Tints of Brick Red #BC343C
RGB
CMYK
RGB Variations
Color information
#BC343C (or 0xBC343C) is known color: Brick Red. HEX triplet: BC, 34 and 3C. RGB value is (188,52,60). Sum of RGB (Red+Green+Blue) = 188+52+60=300 (39% of max value = 765). Red value is 188 (73.83% from 255 or 62.67% from 300); Green value is 52 (20.70% from 255 or 17.33% from 300); Blue value is 60 (23.83% from 255 or 20% from 300); Max value from RGB is 188 - color contains mainly: red. Hex color #BC343C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC343C is #43CBC3. Grayscale: #5D5D5D. Windows color (decimal): -4443076 or 3945660. OLE color: 3945660.
HSL color Cylindrical-coordinate representation of color #BC343C: hue angle of 356.47º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BC343C is Cyan = 0, Magento = 0.72, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 52 | 60 | - |
| CMYK | 0 | 0.72 | 0.68 | 0.26 |
| HSL | 356.47º | 0.57% | 0.47% | - |
| HSV(B) | 356.47º | 0.72% | 0.74% | - |
| XYZ | 22.78 | 13.47 | 5.67 | - |
| YUV | 93.58 | 109.06 | 195.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 52 | 60 | 0 | 0.72 | 0.68 | 0.26 | 356.47 | 0.57 | 0.47 |
| Hex | BC | 34 | 3C | 0 | 48 | 44 | 1A | 164 | 39 | 2F |
| Octal | 274 | 64 | 74 | 0 | 110 | 104 | 32 | 544 | 71 | 57 |
| Binary | 10111100 | 110100 | 111100 | 0 | 1001000 | 1000100 | 11010 | 101100100 | 111001 | 101111 |
Color Harmonies of #BC343C
Complementary color
Monochromatic Colors of #BC343C
Black with #BC343C
Text Example
Text Example
White with #BC343C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC343C; }
p { color: rgb(188,52,60); }
H1.HeaderClassName
{
color: #BC343C;
}
.AnyTagClassName
{
color: #BC343C;
}
</style>
background-color css
<style>
a { background-color: #BC343C; }
a { background-color: rgb(188,52,60); }
div.DivClassName
{
background-color: #BC343C;
}
.BgClassName
{
background-color: #BC343C;
}
</style>
border-color css
<style>
span { border-color: #BC343C; }
span { border-color: rgb(188,52,60); }
td.TdClassName
{
border-color: #BC343C;
}
.TagClassName
{
border-color: #BC343C;
}
</style>