Html Css Color HEX #BE4044 Brick Red

📋 copy color: '#BE4044'

red 190 ◦ green 64 ◦ blue 68

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

Shades of Brick Red #BE4044

Tints of Brick Red #BE4044

RGB

 RED value IS 190 (74.61% from 255) = 59.01%

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

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

R = 59.01%
G = 19.88%
B = 21.12%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#BE4044 (or 0xBE4044) is known color: Brick Red. HEX triplet: BE, 40 and 44. RGB value is (190,64,68). Sum of RGB (Red+Green+Blue) = 190+64+68=322 (42% of max value = 765). Red value is 190 (74.61% from 255 or 59.01% from 322); Green value is 64 (25.39% from 255 or 19.88% from 322); Blue value is 68 (26.95% from 255 or 21.12% from 322); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4044 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE4044 is #41BFBB. Grayscale: #666666. Windows color (decimal): -4308924 or 4473022. OLE color: 4473022.

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

Color convert

RGB 190 64 68 -
CMYK 0 0.66 0.64 0.25
HSL 358.1º 0.5% 0.5% -
HSV(B) 358.1º 0.66% 0.75% -
XYZ 24.11 15.03 7.1 -
YUV 102.13 108.74 190.67 -
System Red Green Blue C M Y K H S L
Decimal 190 64 68 0 0.66 0.64 0.25 358.1 0.5 0.5
Hex BE 40 44 0 42 40 19 166 32 32
Octal 276 100 104 0 102 100 31 546 62 62
Binary 10111110 1000000 1000100 0 1000010 1000000 11001 101100110 110010 110010

Color Harmonies of #BE4044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4044

Black with #BE4044

Text Example


Text Example

White with #BE4044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4044; }

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

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

background-color css

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

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

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

border-color css

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

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

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