#BC373E

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

Shades of Brick Red #BC373E

Tints of Brick Red #BC373E

Color information

#BC373E (or 0xBC373E) is unknown color: approx Brick Red. HEX triplet: BC, 37 and 3E. RGB value is (188,55,62). Sum of RGB (Red+Green+Blue) = 188+55+62=305 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.64% from 305); Green value is 55 (21.88% from 255 or 18.03% from 305); Blue value is 62 (24.61% from 255 or 20.33% from 305); Max value from RGB is 188 - color contains mainly: red. Hex color #BC373E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC373E is #43C8C1. Grayscale: #5F5F5F. Windows color (decimal): -4442306 or 4077500. OLE color: 4077500.

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

Color convert

RGB1885562-
CMYK00.710.670.26
HSL356.84º54.73%47.65%-
HSV(B)356.84º70.74%73.73%-
XYZ22.9713.776-
YUV95.56109.06193.93-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 61.64%
GREEN value IS 55 (21.88% from 255) = 18.03%
BLUE value IS 62 (24.61% from 255) = 20.33%
R=61.64%
G=18.03%
B=20.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.67
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188556200.710.670.26356.8454.7347.65
HexBC373E047431A1653730
Octal27467760107103325456760
Binary1011110011011111111001000111100001111010101100101110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC373E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC373E; }

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

 H1.HeaderClassName
 {
   color: #BC373E;
 }
 .AnyTagClassName
 {
   color: #BC373E;
 }
</style>
background-color css

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

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

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

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

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

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