#BE353D

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

Shades of Brick Red #BE353D

Tints of Brick Red #BE353D

Color information

#BE353D (or 0xBE353D) is unknown color: approx Brick Red. HEX triplet: BE, 35 and 3D. RGB value is (190,53,61). Sum of RGB (Red+Green+Blue) = 190+53+61=304 (40% of max value = 765). Red value is 190 (74.61% from 255 or 62.5% from 304); Green value is 53 (21.09% from 255 or 17.43% from 304); Blue value is 61 (24.22% from 255 or 20.07% from 304); Max value from RGB is 190 - color contains mainly: red. Hex color #BE353D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE353D is #41CAC2. Grayscale: #5E5E5E. Windows color (decimal): -4311747 or 4011454. OLE color: 4011454.

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

Color convert

RGB1905361-
CMYK00.720.680.25
HSL356.5º56.38%47.65%-
HSV(B)356.5º72.11%74.51%-
XYZ23.3513.835.85-
YUV94.88108.89195.85-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 62.5%
GREEN value IS 53 (21.09% from 255) = 17.43%
BLUE value IS 61 (24.22% from 255) = 20.07%
R=62.5%
G=17.43%
B=20.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.68
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190536100.720.680.25356.556.3847.65
HexBE353D04844191643830
Octal27665750110104315447060
Binary1011111011010111110101001000100010011001101100100111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE353D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE353D; }

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

 H1.HeaderClassName
 {
   color: #BE353D;
 }
 .AnyTagClassName
 {
   color: #BE353D;
 }
</style>
background-color css

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

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

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

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

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

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