Html Css Color HEX #BC3C42 Brick Red

📋 copy color: '#BC3C42'

red 188 ◦ green 60 ◦ blue 66

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

Shades of Brick Red #BC3C42

Tints of Brick Red #BC3C42

RGB

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

 GREEN value IS 60 (23.83% from 255) = 19.11%

 BLUE value IS 66 (26.17% from 255) = 21.02%

R = 59.87%
G = 19.11%
B = 21.02%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.65

 K value IS 0.26

RGB Variations

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

Color information

#BC3C42 (or 0xBC3C42) is known color: Brick Red. HEX triplet: BC, 3C and 42. RGB value is (188,60,66). Sum of RGB (Red+Green+Blue) = 188+60+66=314 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.87% from 314); Green value is 60 (23.83% from 255 or 19.11% from 314); Blue value is 66 (26.17% from 255 or 21.02% from 314); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3C42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3C42 is #43C3BD. Grayscale: #636363. Windows color (decimal): -4441022 or 4340924. OLE color: 4340924.

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

Color convert

RGB 188 60 66 -
CMYK 0 0.68 0.65 0.26
HSL 357.19º 0.52% 0.49% -
HSV(B) 357.19º 0.68% 0.74% -
XYZ 23.34 14.32 6.69 -
YUV 98.96 109.41 191.51 -
System Red Green Blue C M Y K H S L
Decimal 188 60 66 0 0.68 0.65 0.26 357.19 0.52 0.49
Hex BC 3C 42 0 44 41 1A 165 34 31
Octal 274 74 102 0 104 101 32 545 64 61
Binary 10111100 111100 1000010 0 1000100 1000001 11010 101100101 110100 110001

Color Harmonies of #BC3C42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3C42

Black with #BC3C42

Text Example


Text Example

White with #BC3C42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3C42; }

 p { color: rgb(188,60,66); }

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

background-color css

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

 a { background-color: rgb(188,60,66); }

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

border-color css

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

 span { border-color: rgb(188,60,66); }

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