Html Css Color HEX #BC3743 Brick Red

📋 copy color: '#BC3743'

red 188 ◦ green 55 ◦ blue 67

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

Shades of Brick Red #BC3743

Tints of Brick Red #BC3743

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.74%

 BLUE value IS 67 (26.56% from 255) = 21.61%

R = 60.65%
G = 17.74%
B = 21.61%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.64

 K value IS 0.26

RGB Variations

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

Color information

#BC3743 (or 0xBC3743) is known color: Brick Red. HEX triplet: BC, 37 and 43. RGB value is (188,55,67). Sum of RGB (Red+Green+Blue) = 188+55+67=310 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.65% from 310); Green value is 55 (21.88% from 255 or 17.74% from 310); Blue value is 67 (26.56% from 255 or 21.61% from 310); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3743 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3743 is #43C8BC. Grayscale: #606060. Windows color (decimal): -4442301 or 4405180. OLE color: 4405180.

HSL color Cylindrical-coordinate representation of color #BC3743: hue angle of 354.59º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BC3743 is Cyan = 0, Magento = 0.71, Yellow = 0.64 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 55 67 -
CMYK 0 0.71 0.64 0.26
HSL 354.59º 0.55% 0.48% -
HSV(B) 354.59º 0.71% 0.74% -
XYZ 23.12 13.83 6.76 -
YUV 96.14 111.56 193.52 -
System Red Green Blue C M Y K H S L
Decimal 188 55 67 0 0.71 0.64 0.26 354.59 0.55 0.48
Hex BC 37 43 0 47 40 1A 163 37 30
Octal 274 67 103 0 107 100 32 543 67 60
Binary 10111100 110111 1000011 0 1000111 1000000 11010 101100011 110111 110000

Color Harmonies of #BC3743

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3743

Black with #BC3743

Text Example


Text Example

White with #BC3743

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3743; }

 p { color: rgb(188,55,67); }

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

background-color css

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

 a { background-color: rgb(188,55,67); }

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

border-color css

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

 span { border-color: rgb(188,55,67); }

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