Html Css Color HEX #BC2942 Brick Red

📋 copy color: '#BC2942'

red 188 ◦ green 41 ◦ blue 66

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

Shades of Brick Red #BC2942

Tints of Brick Red #BC2942

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 22.37%

R = 63.73%
G = 13.9%
B = 22.37%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.65

 K value IS 0.26

RGB Variations

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

Color information

#BC2942 (or 0xBC2942) is known color: Brick Red. HEX triplet: BC, 29 and 42. RGB value is (188,41,66). Sum of RGB (Red+Green+Blue) = 188+41+66=295 (39% of max value = 765). Red value is 188 (73.83% from 255 or 63.73% from 295); Green value is 41 (16.41% from 255 or 13.90% from 295); Blue value is 66 (26.17% from 255 or 22.37% from 295); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2942 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2942 is #43D6BD. Grayscale: #575757. Windows color (decimal): -4445886 or 4336060. OLE color: 4336060.

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

Color convert

RGB 188 41 66 -
CMYK 0 0.78 0.65 0.26
HSL 349.8º 0.64% 0.45% -
HSV(B) 349.8º 0.78% 0.74% -
XYZ 22.52 12.67 6.41 -
YUV 87.8 115.7 199.47 -
System Red Green Blue C M Y K H S L
Decimal 188 41 66 0 0.78 0.65 0.26 349.8 0.64 0.45
Hex BC 29 42 0 4E 41 1A 15E 40 2D
Octal 274 51 102 0 116 101 32 536 100 55
Binary 10111100 101001 1000010 0 1001110 1000001 11010 101011110 1000000 101101

Color Harmonies of #BC2942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2942

Black with #BC2942

Text Example


Text Example

White with #BC2942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2942; }

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

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

background-color css

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

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

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

border-color css

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

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

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