Html Css Color HEX #BC2E41 Brick Red

📋 copy color: '#BC2E41'

red 188 ◦ green 46 ◦ blue 65

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

Shades of Brick Red #BC2E41

Tints of Brick Red #BC2E41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 21.74%

R = 62.88%
G = 15.38%
B = 21.74%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.65

 K value IS 0.26

RGB Variations

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

Color information

#BC2E41 (or 0xBC2E41) is known color: Brick Red. HEX triplet: BC, 2E and 41. RGB value is (188,46,65). Sum of RGB (Red+Green+Blue) = 188+46+65=299 (39% of max value = 765). Red value is 188 (73.83% from 255 or 62.88% from 299); Green value is 46 (18.36% from 255 or 15.38% from 299); Blue value is 65 (25.78% from 255 or 21.74% from 299); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2E41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2E41 is #43D1BE. Grayscale: #5A5A5A. Windows color (decimal): -4444607 or 4271804. OLE color: 4271804.

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

Color convert

RGB 188 46 65 -
CMYK 0 0.76 0.65 0.26
HSL 351.97º 0.61% 0.46% -
HSV(B) 351.97º 0.76% 0.74% -
XYZ 22.67 13.03 6.32 -
YUV 90.62 113.54 197.46 -
System Red Green Blue C M Y K H S L
Decimal 188 46 65 0 0.76 0.65 0.26 351.97 0.61 0.46
Hex BC 2E 41 0 4C 41 1A 160 3D 2E
Octal 274 56 101 0 114 101 32 540 75 56
Binary 10111100 101110 1000001 0 1001100 1000001 11010 101100000 111101 101110

Color Harmonies of #BC2E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2E41

Black with #BC2E41

Text Example


Text Example

White with #BC2E41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2E41; }

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

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

background-color css

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

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

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

border-color css

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

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

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