Html Css Color HEX #BC3340 Brick Red

📋 copy color: '#BC3340'

red 188 ◦ green 51 ◦ blue 64

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

Shades of Brick Red #BC3340

Tints of Brick Red #BC3340

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.83%

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

R = 62.05%
G = 16.83%
B = 21.12%

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

#BC3340 (or 0xBC3340) is known color: Brick Red. HEX triplet: BC, 33 and 40. RGB value is (188,51,64). Sum of RGB (Red+Green+Blue) = 188+51+64=303 (40% of max value = 765). Red value is 188 (73.83% from 255 or 62.05% from 303); Green value is 51 (20.31% from 255 or 16.83% from 303); Blue value is 64 (25.39% from 255 or 21.12% from 303); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3340 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3340 is #43CCBF. Grayscale: #5D5D5D. Windows color (decimal): -4443328 or 4207548. OLE color: 4207548.

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

Color convert

RGB 188 51 64 -
CMYK 0 0.73 0.66 0.26
HSL 354.31º 0.57% 0.47% -
HSV(B) 354.31º 0.73% 0.74% -
XYZ 22.85 13.43 6.24 -
YUV 93.45 111.39 195.44 -
System Red Green Blue C M Y K H S L
Decimal 188 51 64 0 0.73 0.66 0.26 354.31 0.57 0.47
Hex BC 33 40 0 49 42 1A 162 39 2F
Octal 274 63 100 0 111 102 32 542 71 57
Binary 10111100 110011 1000000 0 1001001 1000010 11010 101100010 111001 101111

Color Harmonies of #BC3340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3340

Black with #BC3340

Text Example


Text Example

White with #BC3340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3340; }

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

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

background-color css

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

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

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

border-color css

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

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

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