Html Css Color HEX #BC4044 Brick Red

📋 copy color: '#BC4044'

red 188 ◦ green 64 ◦ blue 68

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

Shades of Brick Red #BC4044

Tints of Brick Red #BC4044

RGB

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

 GREEN value IS 64 (25.39% from 255) = 20%

 BLUE value IS 68 (26.95% from 255) = 21.25%

R = 58.75%
G = 20%
B = 21.25%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.64

 K value IS 0.26

RGB Variations

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

Color information

#BC4044 (or 0xBC4044) is known color: Brick Red. HEX triplet: BC, 40 and 44. RGB value is (188,64,68). Sum of RGB (Red+Green+Blue) = 188+64+68=320 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.75% from 320); Green value is 64 (25.39% from 255 or 20% from 320); Blue value is 68 (26.95% from 255 or 21.25% from 320); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4044 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4044 is #43BFBB. Grayscale: #656565. Windows color (decimal): -4439996 or 4473020. OLE color: 4473020.

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

Color convert

RGB 188 64 68 -
CMYK 0 0.66 0.64 0.26
HSL 358.06º 0.49% 0.49% -
HSV(B) 358.06º 0.66% 0.74% -
XYZ 23.62 14.78 7.08 -
YUV 101.53 109.08 189.67 -
System Red Green Blue C M Y K H S L
Decimal 188 64 68 0 0.66 0.64 0.26 358.06 0.49 0.49
Hex BC 40 44 0 42 40 1A 166 31 31
Octal 274 100 104 0 102 100 32 546 61 61
Binary 10111100 1000000 1000100 0 1000010 1000000 11010 101100110 110001 110001

Color Harmonies of #BC4044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4044

Black with #BC4044

Text Example


Text Example

White with #BC4044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4044; }

 p { color: rgb(188,64,68); }

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

background-color css

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

 a { background-color: rgb(188,64,68); }

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

border-color css

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

 span { border-color: rgb(188,64,68); }

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