Html Css Color HEX #BE3744 Brick Red

📋 copy color: '#BE3744'

red 190 ◦ green 55 ◦ blue 68

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

Shades of Brick Red #BE3744

Tints of Brick Red #BE3744

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.57%

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

R = 60.7%
G = 17.57%
B = 21.73%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#BE3744 (or 0xBE3744) is known color: Brick Red. HEX triplet: BE, 37 and 44. RGB value is (190,55,68). Sum of RGB (Red+Green+Blue) = 190+55+68=313 (41% of max value = 765). Red value is 190 (74.61% from 255 or 60.70% from 313); Green value is 55 (21.88% from 255 or 17.57% from 313); Blue value is 68 (26.95% from 255 or 21.73% from 313); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3744 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE3744 is #41C8BB. Grayscale: #606060. Windows color (decimal): -4311228 or 4470718. OLE color: 4470718.

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

Color convert

RGB 190 55 68 -
CMYK 0 0.71 0.64 0.25
HSL 354.22º 0.55% 0.48% -
HSV(B) 354.22º 0.71% 0.75% -
XYZ 23.64 14.1 6.94 -
YUV 96.85 111.73 194.44 -
System Red Green Blue C M Y K H S L
Decimal 190 55 68 0 0.71 0.64 0.25 354.22 0.55 0.48
Hex BE 37 44 0 47 40 19 162 37 30
Octal 276 67 104 0 107 100 31 542 67 60
Binary 10111110 110111 1000100 0 1000111 1000000 11001 101100010 110111 110000

Color Harmonies of #BE3744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3744

Black with #BE3744

Text Example


Text Example

White with #BE3744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3744; }

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

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

background-color css

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

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

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

border-color css

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

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

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