Html Css Color HEX #BC3140 Brick Red

📋 copy color: '#BC3140'

red 188 ◦ green 49 ◦ blue 64

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

Shades of Brick Red #BC3140

Tints of Brick Red #BC3140

RGB

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

 GREEN value IS 49 (19.53% from 255) = 16.28%

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

R = 62.46%
G = 16.28%
B = 21.26%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.66

 K value IS 0.26

RGB Variations

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

Color information

#BC3140 (or 0xBC3140) is known color: Brick Red. HEX triplet: BC, 31 and 40. RGB value is (188,49,64). Sum of RGB (Red+Green+Blue) = 188+49+64=301 (39% of max value = 765). Red value is 188 (73.83% from 255 or 62.46% from 301); Green value is 49 (19.53% from 255 or 16.28% from 301); Blue value is 64 (25.39% from 255 or 21.26% from 301); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3140 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3140 is #43CEBF. Grayscale: #5C5C5C. Windows color (decimal): -4443840 or 4207036. OLE color: 4207036.

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

Color convert

RGB 188 49 64 -
CMYK 0 0.74 0.66 0.26
HSL 353.53º 0.59% 0.46% -
HSV(B) 353.53º 0.74% 0.74% -
XYZ 22.76 13.26 6.21 -
YUV 92.27 112.05 196.28 -
System Red Green Blue C M Y K H S L
Decimal 188 49 64 0 0.74 0.66 0.26 353.53 0.59 0.46
Hex BC 31 40 0 4A 42 1A 162 3B 2E
Octal 274 61 100 0 112 102 32 542 73 56
Binary 10111100 110001 1000000 0 1001010 1000010 11010 101100010 111011 101110

Color Harmonies of #BC3140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3140

Black with #BC3140

Text Example


Text Example

White with #BC3140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3140; }

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

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

background-color css

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

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

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

border-color css

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

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

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