Html Css Color HEX #BC363D Brick Red

📋 copy color: '#BC363D'

red 188 ◦ green 54 ◦ blue 61

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

Shades of Brick Red #BC363D

Tints of Brick Red #BC363D

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 value IS 0

 M value IS 0.71

 Y value IS 0.68

 K value IS 0.26

RGB Variations

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

Color information

#BC363D (or 0xBC363D) is known color: 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

RGB 188 54 61 -
CMYK 0 0.71 0.68 0.26
HSL 356.87º 0.55% 0.47% -
HSV(B) 356.87º 0.71% 0.74% -
XYZ 22.9 13.67 5.85 -
YUV 94.86 108.89 194.43 -
System Red Green Blue C M Y K H S L
Decimal 188 54 61 0 0.71 0.68 0.26 356.87 0.55 0.47
Hex BC 36 3D 0 47 44 1A 165 37 2F
Octal 274 66 75 0 107 104 32 545 67 57
Binary 10111100 110110 111101 0 1000111 1000100 11010 101100101 110111 101111

Color Harmonies of #BC363D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC363D

Black with #BC363D

Text Example


Text Example

White with #BC363D

Text Example


Text Example

HTML Codes & Css Web 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>