Html Css Color HEX #BC3745 Brick Red

📋 copy color: '#BC3745'

red 188 ◦ green 55 ◦ blue 69

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

Shades of Brick Red #BC3745

Tints of Brick Red #BC3745

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 22.12%

R = 60.26%
G = 17.63%
B = 22.12%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.63

 K value IS 0.26

RGB Variations

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

Color information

#BC3745 (or 0xBC3745) is known color: Brick Red. HEX triplet: BC, 37 and 45. RGB value is (188,55,69). Sum of RGB (Red+Green+Blue) = 188+55+69=312 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.26% from 312); Green value is 55 (21.88% from 255 or 17.63% from 312); Blue value is 69 (27.34% from 255 or 22.12% from 312); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3745 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3745 is #43C8BA. Grayscale: #606060. Windows color (decimal): -4442299 or 4536252. OLE color: 4536252.

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

Color convert

RGB 188 55 69 -
CMYK 0 0.71 0.63 0.26
HSL 353.68º 0.55% 0.48% -
HSV(B) 353.68º 0.71% 0.74% -
XYZ 23.18 13.85 7.08 -
YUV 96.36 112.56 193.36 -
System Red Green Blue C M Y K H S L
Decimal 188 55 69 0 0.71 0.63 0.26 353.68 0.55 0.48
Hex BC 37 45 0 47 3F 1A 162 37 30
Octal 274 67 105 0 107 77 32 542 67 60
Binary 10111100 110111 1000101 0 1000111 111111 11010 101100010 110111 110000

Color Harmonies of #BC3745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3745

Black with #BC3745

Text Example


Text Example

White with #BC3745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3745; }

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

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

background-color css

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

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

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

border-color css

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

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

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