Html Css Color HEX #BC293F Brick Red

📋 copy color: '#BC293F'

red 188 ◦ green 41 ◦ blue 63

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

Shades of Brick Red #BC293F

Tints of Brick Red #BC293F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 21.58%

R = 64.38%
G = 14.04%
B = 21.58%

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

#BC293F (or 0xBC293F) is known color: Brick Red. HEX triplet: BC, 29 and 3F. RGB value is (188,41,63). Sum of RGB (Red+Green+Blue) = 188+41+63=292 (38% of max value = 765). Red value is 188 (73.83% from 255 or 64.38% from 292); Green value is 41 (16.41% from 255 or 14.04% from 292); Blue value is 63 (25% from 255 or 21.58% from 292); Max value from RGB is 188 - color contains mainly: red. Hex color #BC293F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC293F is #43D6C0. Grayscale: #575757. Windows color (decimal): -4445889 or 4139452. OLE color: 4139452.

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

Color convert

RGB 188 41 63 -
CMYK 0 0.78 0.66 0.26
HSL 351.02º 0.64% 0.45% -
HSV(B) 351.02º 0.78% 0.74% -
XYZ 22.43 12.64 5.96 -
YUV 87.46 114.2 199.71 -
System Red Green Blue C M Y K H S L
Decimal 188 41 63 0 0.78 0.66 0.26 351.02 0.64 0.45
Hex BC 29 3F 0 4E 42 1A 15F 40 2D
Octal 274 51 77 0 116 102 32 537 100 55
Binary 10111100 101001 111111 0 1001110 1000010 11010 101011111 1000000 101101

Color Harmonies of #BC293F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC293F

Black with #BC293F

Text Example


Text Example

White with #BC293F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC293F; }

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

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

background-color css

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

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

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

border-color css

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

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

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