Html Css Color HEX #BC323F Brick Red

📋 copy color: '#BC323F'

red 188 ◦ green 50 ◦ blue 63

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

Shades of Brick Red #BC323F

Tints of Brick Red #BC323F

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.61%

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

R = 62.46%
G = 16.61%
B = 20.93%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.66

 K value IS 0.26

RGB Variations

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

Color information

#BC323F (or 0xBC323F) is known color: Brick Red. HEX triplet: BC, 32 and 3F. RGB value is (188,50,63). Sum of RGB (Red+Green+Blue) = 188+50+63=301 (39% of max value = 765). Red value is 188 (73.83% from 255 or 62.46% from 301); Green value is 50 (19.92% from 255 or 16.61% from 301); Blue value is 63 (25% from 255 or 20.93% from 301); Max value from RGB is 188 - color contains mainly: red. Hex color #BC323F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC323F is #43CDC0. Grayscale: #5C5C5C. Windows color (decimal): -4443585 or 4141756. OLE color: 4141756.

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

Color convert

RGB 188 50 63 -
CMYK 0 0.73 0.66 0.26
HSL 354.35º 0.58% 0.47% -
HSV(B) 354.35º 0.73% 0.74% -
XYZ 22.78 13.33 6.08 -
YUV 92.74 111.22 195.94 -
System Red Green Blue C M Y K H S L
Decimal 188 50 63 0 0.73 0.66 0.26 354.35 0.58 0.47
Hex BC 32 3F 0 49 42 1A 162 3A 2F
Octal 274 62 77 0 111 102 32 542 72 57
Binary 10111100 110010 111111 0 1001001 1000010 11010 101100010 111010 101111

Color Harmonies of #BC323F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC323F

Black with #BC323F

Text Example


Text Example

White with #BC323F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC323F; }

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

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

background-color css

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

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

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

border-color css

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

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

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