Html Css Color HEX #BC2841 Brick Red

📋 copy color: '#BC2841'

red 188 ◦ green 40 ◦ blue 65

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

Shades of Brick Red #BC2841

Tints of Brick Red #BC2841

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.65%

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

R = 64.16%
G = 13.65%
B = 22.18%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.65

 K value IS 0.26

RGB Variations

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

Color information

#BC2841 (or 0xBC2841) is known color: Brick Red. HEX triplet: BC, 28 and 41. RGB value is (188,40,65). Sum of RGB (Red+Green+Blue) = 188+40+65=293 (38% of max value = 765). Red value is 188 (73.83% from 255 or 64.16% from 293); Green value is 40 (16.02% from 255 or 13.65% from 293); Blue value is 65 (25.78% from 255 or 22.18% from 293); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2841 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2841 is #43D7BE. Grayscale: #575757. Windows color (decimal): -4446143 or 4270268. OLE color: 4270268.

HSL color Cylindrical-coordinate representation of color #BC2841: hue angle of 349.86º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BC2841 is Cyan = 0, Magento = 0.79, Yellow = 0.65 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 40 65 -
CMYK 0 0.79 0.65 0.26
HSL 349.86º 0.65% 0.45% -
HSV(B) 349.86º 0.79% 0.74% -
XYZ 22.45 12.59 6.25 -
YUV 87.1 115.53 199.97 -
System Red Green Blue C M Y K H S L
Decimal 188 40 65 0 0.79 0.65 0.26 349.86 0.65 0.45
Hex BC 28 41 0 4F 41 1A 15E 41 2D
Octal 274 50 101 0 117 101 32 536 101 55
Binary 10111100 101000 1000001 0 1001111 1000001 11010 101011110 1000001 101101

Color Harmonies of #BC2841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2841

Black with #BC2841

Text Example


Text Example

White with #BC2841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2841; }

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

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

background-color css

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

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

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

border-color css

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

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

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