#BC343D

Color #BC343D Brick Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brick Red #BC343D

Tints of Brick Red #BC343D

Color information

#BC343D (or 0xBC343D) is unknown color: approx Brick Red. HEX triplet: BC, 34 and 3D. RGB value is (188,52,61). Sum of RGB (Red+Green+Blue) = 188+52+61=301 (39% of max value = 765). Red value is 188 (73.83% from 255 or 62.46% from 301); Green value is 52 (20.70% from 255 or 17.28% from 301); Blue value is 61 (24.22% from 255 or 20.27% from 301); Max value from RGB is 188 - color contains mainly: red. Hex color #BC343D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC343D is #43CBC2. Grayscale: #5D5D5D. Windows color (decimal): -4443075 or 4011196. OLE color: 4011196.

HSL color Cylindrical-coordinate representation of color #BC343D: hue angle of 356.03º 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 #BC343D is Cyan = 0, Magento = 0.72, Yellow = 0.68 and Black (K on CMYK) = 0.26.

Color convert

RGB1885261-
CMYK00.720.680.26
HSL356.03º56.67%47.06%-
HSV(B)356.03º72.34%73.73%-
XYZ22.8113.485.82-
YUV93.69109.56195.27-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 188 (73.83% from 255) = 62.46%
GREEN value IS 52 (20.70% from 255) = 17.28%
BLUE value IS 61 (24.22% from 255) = 20.27%
R=62.46%
G=17.28%
B=20.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.68
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188526100.720.680.26356.0356.6747.06
HexBC343D048441A164392f
Octal27464750110104325447157
Binary1011110011010011110101001000100010011010101100100111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC343D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC343D; }

 p { color: rgb(188,52,61); }

 H1.HeaderClassName
 {
   color: #BC343D;
 }
 .AnyTagClassName
 {
   color: #BC343D;
 }
</style>
background-color css

<style>
 a { background-color: #BC343D; }

 a { background-color: rgb(188,52,61); }

 div.DivClassName
 {
   background-color: #BC343D;
 }
 .BgClassName
 {
   background-color: #BC343D;
 }
</style>
border-color css

<style>
 span { border-color: #BC343D; }

 span { border-color: rgb(188,52,61); }

 td.TdClassName
 {
   border-color: #BC343D;
 }
 .TagClassName
 {
   border-color: #BC343D;
 }
</style>