Html Css Color HEX #BC2940 Brick Red

📋 copy color: '#BC2940'

red 188 ◦ green 41 ◦ blue 64

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

Shades of Brick Red #BC2940

Tints of Brick Red #BC2940

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.99%

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

R = 64.16%
G = 13.99%
B = 21.84%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.66

 K value IS 0.26

RGB Variations

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

Color information

#BC2940 (or 0xBC2940) is known color: Brick Red. HEX triplet: BC, 29 and 40. RGB value is (188,41,64). Sum of RGB (Red+Green+Blue) = 188+41+64=293 (38% of max value = 765). Red value is 188 (73.83% from 255 or 64.16% from 293); Green value is 41 (16.41% from 255 or 13.99% from 293); Blue value is 64 (25.39% from 255 or 21.84% from 293); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2940 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2940 is #43D6BF. Grayscale: #575757. Windows color (decimal): -4445888 or 4204988. OLE color: 4204988.

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

Color convert

RGB 188 41 64 -
CMYK 0 0.78 0.66 0.26
HSL 350.61º 0.64% 0.45% -
HSV(B) 350.61º 0.78% 0.74% -
XYZ 22.46 12.65 6.11 -
YUV 87.58 114.7 199.63 -
System Red Green Blue C M Y K H S L
Decimal 188 41 64 0 0.78 0.66 0.26 350.61 0.64 0.45
Hex BC 29 40 0 4E 42 1A 15F 40 2D
Octal 274 51 100 0 116 102 32 537 100 55
Binary 10111100 101001 1000000 0 1001110 1000010 11010 101011111 1000000 101101

Color Harmonies of #BC2940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2940

Black with #BC2940

Text Example


Text Example

White with #BC2940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2940; }

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

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

background-color css

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

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

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

border-color css

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

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

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