Html Css Color HEX #BC3D46 Brick Red

📋 copy color: '#BC3D46'

red 188 ◦ green 61 ◦ blue 70

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

Shades of Brick Red #BC3D46

Tints of Brick Red #BC3D46

RGB

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

 GREEN value IS 61 (24.22% from 255) = 19.12%

 BLUE value IS 70 (27.73% from 255) = 21.94%

R = 58.93%
G = 19.12%
B = 21.94%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.63

 K value IS 0.26

RGB Variations

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

Color information

#BC3D46 (or 0xBC3D46) is known color: Brick Red. HEX triplet: BC, 3D and 46. RGB value is (188,61,70). Sum of RGB (Red+Green+Blue) = 188+61+70=319 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.93% from 319); Green value is 61 (24.22% from 255 or 19.12% from 319); Blue value is 70 (27.73% from 255 or 21.94% from 319); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3D46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3D46 is #43C2B9. Grayscale: #646464. Windows color (decimal): -4440762 or 4603324. OLE color: 4603324.

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

Color convert

RGB 188 61 70 -
CMYK 0 0.68 0.63 0.26
HSL 355.75º 0.51% 0.49% -
HSV(B) 355.75º 0.68% 0.74% -
XYZ 23.51 14.47 7.35 -
YUV 100 111.08 190.77 -
System Red Green Blue C M Y K H S L
Decimal 188 61 70 0 0.68 0.63 0.26 355.75 0.51 0.49
Hex BC 3D 46 0 44 3F 1A 164 33 31
Octal 274 75 106 0 104 77 32 544 63 61
Binary 10111100 111101 1000110 0 1000100 111111 11010 101100100 110011 110001

Color Harmonies of #BC3D46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3D46

Black with #BC3D46

Text Example


Text Example

White with #BC3D46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3D46; }

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

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

background-color css

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

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

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

border-color css

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

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

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