Html Css Color HEX #BC3940 Brick Red

📋 copy color: '#BC3940'

red 188 ◦ green 57 ◦ blue 64

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

Shades of Brick Red #BC3940

Tints of Brick Red #BC3940

RGB

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

 GREEN value IS 57 (22.66% from 255) = 18.45%

 BLUE value IS 64 (25.39% from 255) = 20.71%

R = 60.84%
G = 18.45%
B = 20.71%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.66

 K value IS 0.26

RGB Variations

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

Color information

#BC3940 (or 0xBC3940) is known color: Brick Red. HEX triplet: BC, 39 and 40. RGB value is (188,57,64). Sum of RGB (Red+Green+Blue) = 188+57+64=309 (40% of max value = 765). Red value is 188 (73.83% from 255 or 60.84% from 309); Green value is 57 (22.66% from 255 or 18.45% from 309); Blue value is 64 (25.39% from 255 or 20.71% from 309); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3940 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3940 is #43C6BF. Grayscale: #616161. Windows color (decimal): -4441792 or 4209084. OLE color: 4209084.

HSL color Cylindrical-coordinate representation of color #BC3940: hue angle of 356.79º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BC3940 is Cyan = 0, Magento = 0.70, Yellow = 0.66 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 57 64 -
CMYK 0 0.70 0.66 0.26
HSL 356.79º 0.53% 0.48% -
HSV(B) 356.79º 0.7% 0.74% -
XYZ 23.13 13.99 6.33 -
YUV 96.97 109.4 192.93 -
System Red Green Blue C M Y K H S L
Decimal 188 57 64 0 0.70 0.66 0.26 356.79 0.53 0.48
Hex BC 39 40 0 46 42 1A 165 35 30
Octal 274 71 100 0 106 102 32 545 65 60
Binary 10111100 111001 1000000 0 1000110 1000010 11010 101100101 110101 110000

Color Harmonies of #BC3940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3940

Black with #BC3940

Text Example


Text Example

White with #BC3940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3940; }

 p { color: rgb(188,57,64); }

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

background-color css

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

 a { background-color: rgb(188,57,64); }

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

border-color css

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

 span { border-color: rgb(188,57,64); }

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