Html Css Color HEX #BC3841 Brick Red

📋 copy color: '#BC3841'

red 188 ◦ green 56 ◦ blue 65

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

Shades of Brick Red #BC3841

Tints of Brick Red #BC3841

RGB

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

 GREEN value IS 56 (22.27% from 255) = 18.12%

 BLUE value IS 65 (25.78% from 255) = 21.04%

R = 60.84%
G = 18.12%
B = 21.04%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.65

 K value IS 0.26

RGB Variations

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

Color information

#BC3841 (or 0xBC3841) is known color: Brick Red. HEX triplet: BC, 38 and 41. RGB value is (188,56,65). Sum of RGB (Red+Green+Blue) = 188+56+65=309 (40% of max value = 765). Red value is 188 (73.83% from 255 or 60.84% from 309); Green value is 56 (22.27% from 255 or 18.12% from 309); Blue value is 65 (25.78% from 255 or 21.04% from 309); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3841 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3841 is #43C7BE. Grayscale: #606060. Windows color (decimal): -4442047 or 4274364. OLE color: 4274364.

HSL color Cylindrical-coordinate representation of color #BC3841: hue angle of 355.91º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BC3841 is Cyan = 0, Magento = 0.70, Yellow = 0.65 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 56 65 -
CMYK 0 0.70 0.65 0.26
HSL 355.91º 0.54% 0.48% -
HSV(B) 355.91º 0.7% 0.74% -
XYZ 23.11 13.9 6.47 -
YUV 96.49 110.23 193.27 -
System Red Green Blue C M Y K H S L
Decimal 188 56 65 0 0.70 0.65 0.26 355.91 0.54 0.48
Hex BC 38 41 0 46 41 1A 164 36 30
Octal 274 70 101 0 106 101 32 544 66 60
Binary 10111100 111000 1000001 0 1000110 1000001 11010 101100100 110110 110000

Color Harmonies of #BC3841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3841

Black with #BC3841

Text Example


Text Example

White with #BC3841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3841; }

 p { color: rgb(188,56,65); }

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

background-color css

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

 a { background-color: rgb(188,56,65); }

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

border-color css

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

 span { border-color: rgb(188,56,65); }

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