Html Css Color HEX #BC323D Brick Red

📋 copy color: '#BC323D'

red 188 ◦ green 50 ◦ blue 61

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

Shades of Brick Red #BC323D

Tints of Brick Red #BC323D

RGB

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

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

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

R = 62.88%
G = 16.72%
B = 20.4%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.68

 K value IS 0.26

RGB Variations

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

Color information

#BC323D (or 0xBC323D) is known color: Brick Red. HEX triplet: BC, 32 and 3D. RGB value is (188,50,61). Sum of RGB (Red+Green+Blue) = 188+50+61=299 (39% of max value = 765). Red value is 188 (73.83% from 255 or 62.88% from 299); Green value is 50 (19.92% from 255 or 16.72% from 299); Blue value is 61 (24.22% from 255 or 20.40% from 299); Max value from RGB is 188 - color contains mainly: red. Hex color #BC323D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC323D is #43CDC2. Grayscale: #5C5C5C. Windows color (decimal): -4443587 or 4010684. OLE color: 4010684.

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

Color convert

RGB 188 50 61 -
CMYK 0 0.73 0.68 0.26
HSL 355.22º 0.58% 0.47% -
HSV(B) 355.22º 0.73% 0.74% -
XYZ 22.72 13.31 5.79 -
YUV 92.52 110.22 196.11 -
System Red Green Blue C M Y K H S L
Decimal 188 50 61 0 0.73 0.68 0.26 355.22 0.58 0.47
Hex BC 32 3D 0 49 44 1A 163 3A 2F
Octal 274 62 75 0 111 104 32 543 72 57
Binary 10111100 110010 111101 0 1001001 1000100 11010 101100011 111010 101111

Color Harmonies of #BC323D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC323D

Black with #BC323D

Text Example


Text Example

White with #BC323D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC323D; }

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

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

background-color css

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

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

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

border-color css

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

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

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