Html Css Color HEX #BC343D Brick Red

📋 copy color: '#BC343D'

red 188 ◦ green 52 ◦ blue 61

#BC343D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brick Red #BC343D

Tints of Brick Red #BC343D

RGB

 RED value IS 188 (73.83% from 255) = 62.46%

 GREEN value IS 52 (20.7% 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 value IS 0

 M value IS 0.72

 Y value IS 0.68

 K value IS 0.26

RGB Variations

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

Color information

#BC343D (or 0xBC343D) is known color: 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

RGB 188 52 61 -
CMYK 0 0.72 0.68 0.26
HSL 356.03º 0.57% 0.47% -
HSV(B) 356.03º 0.72% 0.74% -
XYZ 22.81 13.48 5.82 -
YUV 93.69 109.56 195.27 -
System Red Green Blue C M Y K H S L
Decimal 188 52 61 0 0.72 0.68 0.26 356.03 0.57 0.47
Hex BC 34 3D 0 48 44 1A 164 39 2F
Octal 274 64 75 0 110 104 32 544 71 57
Binary 10111100 110100 111101 0 1001000 1000100 11010 101100100 111001 101111

Color Harmonies of #BC343D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC343D

Black with #BC343D

Text Example


Text Example

White with #BC343D

Text Example


Text Example

HTML Codes & Css Web 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>