#be353f

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

Shades of Brick Red #BE353F

Tints of Brick Red #BE353F

Color information

#BE353F (or 0xBE353F) is unknown color: approx Brick Red. HEX triplet: BE, 35 and 3F. RGB value is (190,53,63). Sum of RGB (Red+Green+Blue) = 190+53+63=306 (40% of max value = 765). Red value is 190 (74.61% from 255 or 62.09% from 306); Green value is 53 (21.09% from 255 or 17.32% from 306); Blue value is 63 (25% from 255 or 20.59% from 306); Max value from RGB is 190 - color contains mainly: red. Hex color #BE353F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE353F is #41CAC0. Grayscale: #5F5F5F. Windows color (decimal): -4311745 or 4142526. OLE color: 4142526.

HSL color Cylindrical-coordinate representation of color #BE353F: hue angle of 355.62º 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 #BE353F is Cyan = 0, Magento = 0.72, Yellow = 0.67 and Black (K on CMYK) = 0.25.

Color convert

RGB1905363-
CMYK00.720.670.25
HSL355.62º56.38%47.65%-
HSV(B)355.62º72.11%74.51%-
XYZ23.4113.856.14-
YUV95.1109.89195.69-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 62.09%
GREEN value IS 53 (21.09% from 255) = 17.32%
BLUE value IS 63 (25% from 255) = 20.59%
R=62.09%
G=17.32%
B=20.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.67
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190536300.720.670.25355.6256.3847.65
HexBE353F04843191643830
Octal27665770110103315447060
Binary1011111011010111111101001000100001111001101100100111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #be353f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #be353f; }

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

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

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

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

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

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

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

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