#BE343D

Color #BE343D Brick Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brick Red #BE343D

Tints of Brick Red #BE343D

Color information

#BE343D (or 0xBE343D) is unknown color: approx 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

RGB1905261-
CMYK00.730.680.25
HSL356.09º57.02%47.45%-
HSV(B)356.09º72.63%74.51%-
XYZ23.3113.745.84-
YUV94.29109.22196.27-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 62.71%
GREEN value IS 52 (20.70% 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 (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.68
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190526100.730.680.25356.0957.0247.45
HexBE343D0494419164392f
Octal27664750111104315447157
Binary1011111011010011110101001001100010011001101100100111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE343D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>