Html Css Color HEX #BC3B41 Brick Red

📋 copy color: '#BC3B41'

red 188 ◦ green 59 ◦ blue 65

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

Shades of Brick Red #BC3B41

Tints of Brick Red #BC3B41

RGB

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

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

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

R = 60.26%
G = 18.91%
B = 20.83%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.65

 K value IS 0.26

RGB Variations

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

Color information

#BC3B41 (or 0xBC3B41) is known color: Brick Red. HEX triplet: BC, 3B and 41. RGB value is (188,59,65). Sum of RGB (Red+Green+Blue) = 188+59+65=312 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.26% from 312); Green value is 59 (23.44% from 255 or 18.91% from 312); Blue value is 65 (25.78% from 255 or 20.83% from 312); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3B41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3B41 is #43C4BE. Grayscale: #626262. Windows color (decimal): -4441279 or 4275132. OLE color: 4275132.

HSL color Cylindrical-coordinate representation of color #BC3B41: hue angle of 357.21º 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 #BC3B41 is Cyan = 0, Magento = 0.69, Yellow = 0.65 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 59 65 -
CMYK 0 0.69 0.65 0.26
HSL 357.21º 0.52% 0.48% -
HSV(B) 357.21º 0.69% 0.74% -
XYZ 23.26 14.2 6.52 -
YUV 98.26 109.24 192.01 -
System Red Green Blue C M Y K H S L
Decimal 188 59 65 0 0.69 0.65 0.26 357.21 0.52 0.48
Hex BC 3B 41 0 45 41 1A 165 34 30
Octal 274 73 101 0 105 101 32 545 64 60
Binary 10111100 111011 1000001 0 1000101 1000001 11010 101100101 110100 110000

Color Harmonies of #BC3B41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3B41

Black with #BC3B41

Text Example


Text Example

White with #BC3B41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3B41; }

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

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

background-color css

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

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

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

border-color css

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

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

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