Html Css Color HEX #BC2E40 Brick Red

📋 copy color: '#BC2E40'

red 188 ◦ green 46 ◦ blue 64

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

Shades of Brick Red #BC2E40

Tints of Brick Red #BC2E40

RGB

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

 GREEN value IS 46 (18.36% from 255) = 15.44%

 BLUE value IS 64 (25.39% from 255) = 21.48%

R = 63.09%
G = 15.44%
B = 21.48%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.66

 K value IS 0.26

RGB Variations

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

Color information

#BC2E40 (or 0xBC2E40) is known color: Brick Red. HEX triplet: BC, 2E and 40. RGB value is (188,46,64). Sum of RGB (Red+Green+Blue) = 188+46+64=298 (39% of max value = 765). Red value is 188 (73.83% from 255 or 63.09% from 298); Green value is 46 (18.36% from 255 or 15.44% from 298); Blue value is 64 (25.39% from 255 or 21.48% from 298); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2E40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2E40 is #43D1BF. Grayscale: #5A5A5A. Windows color (decimal): -4444608 or 4206268. OLE color: 4206268.

HSL color Cylindrical-coordinate representation of color #BC2E40: hue angle of 352.39º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BC2E40 is Cyan = 0, Magento = 0.76, Yellow = 0.66 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 46 64 -
CMYK 0 0.76 0.66 0.26
HSL 352.39º 0.61% 0.46% -
HSV(B) 352.39º 0.76% 0.74% -
XYZ 22.64 13.02 6.17 -
YUV 90.51 113.04 197.54 -
System Red Green Blue C M Y K H S L
Decimal 188 46 64 0 0.76 0.66 0.26 352.39 0.61 0.46
Hex BC 2E 40 0 4C 42 1A 160 3D 2E
Octal 274 56 100 0 114 102 32 540 75 56
Binary 10111100 101110 1000000 0 1001100 1000010 11010 101100000 111101 101110

Color Harmonies of #BC2E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2E40

Black with #BC2E40

Text Example


Text Example

White with #BC2E40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2E40; }

 p { color: rgb(188,46,64); }

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

background-color css

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

 a { background-color: rgb(188,46,64); }

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

border-color css

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

 span { border-color: rgb(188,46,64); }

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