Html Css Color HEX #BC293D Brick Red

📋 copy color: '#BC293D'

red 188 ◦ green 41 ◦ blue 61

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

Shades of Brick Red #BC293D

Tints of Brick Red #BC293D

RGB

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

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

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

R = 64.83%
G = 14.14%
B = 21.03%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.68

 K value IS 0.26

RGB Variations

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

Color information

#BC293D (or 0xBC293D) is known color: Brick Red. HEX triplet: BC, 29 and 3D. RGB value is (188,41,61). Sum of RGB (Red+Green+Blue) = 188+41+61=290 (38% of max value = 765). Red value is 188 (73.83% from 255 or 64.83% from 290); Green value is 41 (16.41% from 255 or 14.14% from 290); Blue value is 61 (24.22% from 255 or 21.03% from 290); Max value from RGB is 188 - color contains mainly: red. Hex color #BC293D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC293D is #43D6C2. Grayscale: #575757. Windows color (decimal): -4445891 or 4008380. OLE color: 4008380.

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

Color convert

RGB 188 41 61 -
CMYK 0 0.78 0.68 0.26
HSL 351.84º 0.64% 0.45% -
HSV(B) 351.84º 0.78% 0.74% -
XYZ 22.37 12.61 5.67 -
YUV 87.23 113.2 199.87 -
System Red Green Blue C M Y K H S L
Decimal 188 41 61 0 0.78 0.68 0.26 351.84 0.64 0.45
Hex BC 29 3D 0 4E 44 1A 160 40 2D
Octal 274 51 75 0 116 104 32 540 100 55
Binary 10111100 101001 111101 0 1001110 1000100 11010 101100000 1000000 101101

Color Harmonies of #BC293D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC293D

Black with #BC293D

Text Example


Text Example

White with #BC293D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC293D; }

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

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

background-color css

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

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

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

border-color css

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

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

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