Html Css Color HEX #BC2E3D Brick Red

📋 copy color: '#BC2E3D'

red 188 ◦ green 46 ◦ blue 61

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

Shades of Brick Red #BC2E3D

Tints of Brick Red #BC2E3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 20.68%

R = 63.73%
G = 15.59%
B = 20.68%

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

#BC2E3D (or 0xBC2E3D) is known color: Brick Red. HEX triplet: BC, 2E and 3D. RGB value is (188,46,61). Sum of RGB (Red+Green+Blue) = 188+46+61=295 (39% of max value = 765). Red value is 188 (73.83% from 255 or 63.73% from 295); Green value is 46 (18.36% from 255 or 15.59% from 295); Blue value is 61 (24.22% from 255 or 20.68% from 295); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2E3D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2E3D is #43D1C2. Grayscale: #5A5A5A. Windows color (decimal): -4444611 or 4009660. OLE color: 4009660.

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

Color convert

RGB 188 46 61 -
CMYK 0 0.76 0.68 0.26
HSL 353.66º 0.61% 0.46% -
HSV(B) 353.66º 0.76% 0.74% -
XYZ 22.56 12.98 5.73 -
YUV 90.17 111.54 197.78 -
System Red Green Blue C M Y K H S L
Decimal 188 46 61 0 0.76 0.68 0.26 353.66 0.61 0.46
Hex BC 2E 3D 0 4C 44 1A 162 3D 2E
Octal 274 56 75 0 114 104 32 542 75 56
Binary 10111100 101110 111101 0 1001100 1000100 11010 101100010 111101 101110

Color Harmonies of #BC2E3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2E3D

Black with #BC2E3D

Text Example


Text Example

White with #BC2E3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2E3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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