Html Css Color HEX #BC4145 Brick Red

📋 copy color: '#BC4145'

red 188 ◦ green 65 ◦ blue 69

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

Shades of Brick Red #BC4145

Tints of Brick Red #BC4145

RGB

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

 GREEN value IS 65 (25.78% from 255) = 20.19%

 BLUE value IS 69 (27.34% from 255) = 21.43%

R = 58.39%
G = 20.19%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.63

 K value IS 0.26

RGB Variations

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

Color information

#BC4145 (or 0xBC4145) is known color: Brick Red. HEX triplet: BC, 41 and 45. RGB value is (188,65,69). Sum of RGB (Red+Green+Blue) = 188+65+69=322 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.39% from 322); Green value is 65 (25.78% from 255 or 20.19% from 322); Blue value is 69 (27.34% from 255 or 21.43% from 322); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4145 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4145 is #43BEBA. Grayscale: #666666. Windows color (decimal): -4439739 or 4538812. OLE color: 4538812.

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

Color convert

RGB 188 65 69 -
CMYK 0 0.65 0.63 0.26
HSL 358.05º 0.49% 0.5% -
HSV(B) 358.05º 0.65% 0.74% -
XYZ 23.7 14.9 7.26 -
YUV 102.23 109.25 189.17 -
System Red Green Blue C M Y K H S L
Decimal 188 65 69 0 0.65 0.63 0.26 358.05 0.49 0.5
Hex BC 41 45 0 41 3F 1A 166 31 32
Octal 274 101 105 0 101 77 32 546 61 62
Binary 10111100 1000001 1000101 0 1000001 111111 11010 101100110 110001 110010

Color Harmonies of #BC4145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4145

Black with #BC4145

Text Example


Text Example

White with #BC4145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4145; }

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

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

background-color css

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

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

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

border-color css

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

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

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