Html Css Color HEX #BE343D Brick Red

📋 copy color: '#BE343D'

red 190 ◦ green 52 ◦ blue 61

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

Shades of Brick Red #BE343D

Tints of Brick Red #BE343D

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.16%

 BLUE value IS 61 (24.22% from 255) = 20.13%

R = 62.71%
G = 17.16%
B = 20.13%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#BE343D (or 0xBE343D) is known color: Brick Red. HEX triplet: BE, 34 and 3D. RGB value is (190,52,61). Sum of RGB (Red+Green+Blue) = 190+52+61=303 (40% of max value = 765). Red value is 190 (74.61% from 255 or 62.71% from 303); Green value is 52 (20.70% from 255 or 17.16% from 303); Blue value is 61 (24.22% from 255 or 20.13% from 303); Max value from RGB is 190 - color contains mainly: red. Hex color #BE343D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE343D is #41CBC2. Grayscale: #5E5E5E. Windows color (decimal): -4312003 or 4011198. OLE color: 4011198.

HSL color Cylindrical-coordinate representation of color #BE343D: hue angle of 356.09º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BE343D is Cyan = 0, Magento = 0.73, Yellow = 0.68 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 52 61 -
CMYK 0 0.73 0.68 0.25
HSL 356.09º 0.57% 0.47% -
HSV(B) 356.09º 0.73% 0.75% -
XYZ 23.31 13.74 5.84 -
YUV 94.29 109.22 196.27 -
System Red Green Blue C M Y K H S L
Decimal 190 52 61 0 0.73 0.68 0.25 356.09 0.57 0.47
Hex BE 34 3D 0 49 44 19 164 39 2F
Octal 276 64 75 0 111 104 31 544 71 57
Binary 10111110 110100 111101 0 1001001 1000100 11001 101100100 111001 101111

Color Harmonies of #BE343D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE343D

Black with #BE343D

Text Example


Text Example

White with #BE343D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE343D; }

 p { color: rgb(190,52,61); }

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

background-color css

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

 a { background-color: rgb(190,52,61); }

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

border-color css

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

 span { border-color: rgb(190,52,61); }

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