Html Css Color HEX #BC2E3C Brick Red

📋 copy color: '#BC2E3C'

red 188 ◦ green 46 ◦ blue 60

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

Shades of Brick Red #BC2E3C

Tints of Brick Red #BC2E3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 20.41%

R = 63.95%
G = 15.65%
B = 20.41%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.68

 K value IS 0.26

RGB Variations

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

Color information

#BC2E3C (or 0xBC2E3C) is known color: Brick Red. HEX triplet: BC, 2E and 3C. RGB value is (188,46,60). Sum of RGB (Red+Green+Blue) = 188+46+60=294 (38% of max value = 765). Red value is 188 (73.83% from 255 or 63.95% from 294); Green value is 46 (18.36% from 255 or 15.65% from 294); Blue value is 60 (23.83% from 255 or 20.41% from 294); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2E3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2E3C is #43D1C3. Grayscale: #5A5A5A. Windows color (decimal): -4444612 or 3944124. OLE color: 3944124.

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

Color convert

RGB 188 46 60 -
CMYK 0 0.76 0.68 0.26
HSL 354.08º 0.61% 0.46% -
HSV(B) 354.08º 0.76% 0.74% -
XYZ 22.53 12.97 5.59 -
YUV 90.05 111.04 197.86 -
System Red Green Blue C M Y K H S L
Decimal 188 46 60 0 0.76 0.68 0.26 354.08 0.61 0.46
Hex BC 2E 3C 0 4C 44 1A 162 3D 2E
Octal 274 56 74 0 114 104 32 542 75 56
Binary 10111100 101110 111100 0 1001100 1000100 11010 101100010 111101 101110

Color Harmonies of #BC2E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2E3C

Black with #BC2E3C

Text Example


Text Example

White with #BC2E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2E3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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