#BC3745

Color #BC3745 Brick Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brick Red #BC3745

Tints of Brick Red #BC3745

Color information

#BC3745 (or 0xBC3745) is unknown color: approx 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

RGB1885569-
CMYK00.710.630.26
HSL353.68º54.73%47.65%-
HSV(B)353.68º70.74%73.73%-
XYZ23.1813.857.08-
YUV96.36112.56193.36-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.63
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188556900.710.630.26353.6854.7347.65
HexBC37450473F1A1623730
Octal27467105010777325426760
Binary1011110011011110001010100011111111111010101100010110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC3745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>