#BC363D

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

Shades of Brick Red #BC363D

Tints of Brick Red #BC363D

Color information

#BC363D (or 0xBC363D) is unknown color: approx Brick Red. HEX triplet: BC, 36 and 3D. RGB value is (188,54,61). Sum of RGB (Red+Green+Blue) = 188+54+61=303 (40% of max value = 765). Red value is 188 (73.83% from 255 or 62.05% from 303); Green value is 54 (21.48% from 255 or 17.82% from 303); Blue value is 61 (24.22% from 255 or 20.13% from 303); Max value from RGB is 188 - color contains mainly: red. Hex color #BC363D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC363D is #43C9C2. Grayscale: #5E5E5E. Windows color (decimal): -4442563 or 4011708. OLE color: 4011708.

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

Color convert

RGB1885461-
CMYK00.710.680.26
HSL356.87º55.37%47.45%-
HSV(B)356.87º71.28%73.73%-
XYZ22.913.675.85-
YUV94.86108.89194.43-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 62.05%
GREEN value IS 54 (21.48% from 255) = 17.82%
BLUE value IS 61 (24.22% from 255) = 20.13%
R=62.05%
G=17.82%
B=20.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.68
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188546100.710.680.26356.8755.3747.45
HexBC363D047441A165372f
Octal27466750107104325456757
Binary1011110011011011110101000111100010011010101100101110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC363D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC363D; }

 p { color: rgb(188,54,61); }

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

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

 a { background-color: rgb(188,54,61); }

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

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

 span { border-color: rgb(188,54,61); }

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