Html Css Color HEX #BC343F Brick Red

📋 copy color: '#BC343F'

red 188 ◦ green 52 ◦ blue 63

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

Shades of Brick Red #BC343F

Tints of Brick Red #BC343F

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.16%

 BLUE value IS 63 (25% from 255) = 20.79%

R = 62.05%
G = 17.16%
B = 20.79%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.66

 K value IS 0.26

RGB Variations

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

Color information

#BC343F (or 0xBC343F) is known color: Brick Red. HEX triplet: BC, 34 and 3F. RGB value is (188,52,63). Sum of RGB (Red+Green+Blue) = 188+52+63=303 (40% of max value = 765). Red value is 188 (73.83% from 255 or 62.05% from 303); Green value is 52 (20.70% from 255 or 17.16% from 303); Blue value is 63 (25% from 255 or 20.79% from 303); Max value from RGB is 188 - color contains mainly: red. Hex color #BC343F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC343F is #43CBC0. Grayscale: #5E5E5E. Windows color (decimal): -4443073 or 4142268. OLE color: 4142268.

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

Color convert

RGB 188 52 63 -
CMYK 0 0.72 0.66 0.26
HSL 355.15º 0.57% 0.47% -
HSV(B) 355.15º 0.72% 0.74% -
XYZ 22.86 13.51 6.1 -
YUV 93.92 110.56 195.11 -
System Red Green Blue C M Y K H S L
Decimal 188 52 63 0 0.72 0.66 0.26 355.15 0.57 0.47
Hex BC 34 3F 0 48 42 1A 163 39 2F
Octal 274 64 77 0 110 102 32 543 71 57
Binary 10111100 110100 111111 0 1001000 1000010 11010 101100011 111001 101111

Color Harmonies of #BC343F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC343F

Black with #BC343F

Text Example


Text Example

White with #BC343F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC343F; }

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

 H1.HeaderClassName
 {
   color: #BC343F;
 }
 .AnyTagClassName
 {
   color: #BC343F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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