Html Css Color HEX #BC3B40 Brick Red

📋 copy color: '#BC3B40'

red 188 ◦ green 59 ◦ blue 64

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

Shades of Brick Red #BC3B40

Tints of Brick Red #BC3B40

RGB

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

 GREEN value IS 59 (23.44% from 255) = 18.97%

 BLUE value IS 64 (25.39% from 255) = 20.58%

R = 60.45%
G = 18.97%
B = 20.58%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.66

 K value IS 0.26

RGB Variations

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

Color information

#BC3B40 (or 0xBC3B40) is known color: Brick Red. HEX triplet: BC, 3B and 40. RGB value is (188,59,64). Sum of RGB (Red+Green+Blue) = 188+59+64=311 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.45% from 311); Green value is 59 (23.44% from 255 or 18.97% from 311); Blue value is 64 (25.39% from 255 or 20.58% from 311); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3B40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3B40 is #43C4BF. Grayscale: #626262. Windows color (decimal): -4441280 or 4209596. OLE color: 4209596.

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

Color convert

RGB 188 59 64 -
CMYK 0 0.69 0.66 0.26
HSL 357.67º 0.52% 0.48% -
HSV(B) 357.67º 0.69% 0.74% -
XYZ 23.23 14.19 6.37 -
YUV 98.14 108.74 192.09 -
System Red Green Blue C M Y K H S L
Decimal 188 59 64 0 0.69 0.66 0.26 357.67 0.52 0.48
Hex BC 3B 40 0 45 42 1A 166 34 30
Octal 274 73 100 0 105 102 32 546 64 60
Binary 10111100 111011 1000000 0 1000101 1000010 11010 101100110 110100 110000

Color Harmonies of #BC3B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3B40

Black with #BC3B40

Text Example


Text Example

White with #BC3B40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3B40; }

 p { color: rgb(188,59,64); }

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

background-color css

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

 a { background-color: rgb(188,59,64); }

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

border-color css

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

 span { border-color: rgb(188,59,64); }

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