#BE363E

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

Shades of Brick Red #BE363E

Tints of Brick Red #BE363E

Color information

#BE363E (or 0xBE363E) is unknown color: approx Brick Red. HEX triplet: BE, 36 and 3E. RGB value is (190,54,62). Sum of RGB (Red+Green+Blue) = 190+54+62=306 (40% of max value = 765). Red value is 190 (74.61% from 255 or 62.09% from 306); Green value is 54 (21.48% from 255 or 17.65% from 306); Blue value is 62 (24.61% from 255 or 20.26% from 306); Max value from RGB is 190 - color contains mainly: red. Hex color #BE363E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE363E is #41C9C1. Grayscale: #5F5F5F. Windows color (decimal): -4311490 or 4077246. OLE color: 4077246.

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

Color convert

RGB1905462-
CMYK00.720.670.25
HSL356.47º55.74%47.84%-
HSV(B)356.47º71.58%74.51%-
XYZ23.4213.936.01-
YUV95.58109.06195.35-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 62.09%
GREEN value IS 54 (21.48% from 255) = 17.65%
BLUE value IS 62 (24.61% from 255) = 20.26%
R=62.09%
G=17.65%
B=20.26%

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
Decimal190546200.720.670.25356.4755.7447.84
HexBE363E04843191643830
Octal27666760110103315447060
Binary1011111011011011111001001000100001111001101100100111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE363E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE363E; }

 p { color: rgb(190,54,62); }

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

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

 a { background-color: rgb(190,54,62); }

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

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

 span { border-color: rgb(190,54,62); }

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