#BE3642

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

Shades of Brick Red #BE3642

Tints of Brick Red #BE3642

Color information

#BE3642 (or 0xBE3642) is unknown color: approx Brick Red. HEX triplet: BE, 36 and 42. RGB value is (190,54,66). Sum of RGB (Red+Green+Blue) = 190+54+66=310 (41% of max value = 765). Red value is 190 (74.61% from 255 or 61.29% from 310); Green value is 54 (21.48% from 255 or 17.42% from 310); Blue value is 66 (26.17% from 255 or 21.29% from 310); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3642 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE3642 is #41C9BD. Grayscale: #606060. Windows color (decimal): -4311486 or 4339390. OLE color: 4339390.

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

Color convert

RGB1905466-
CMYK00.720.650.25
HSL354.71º55.74%47.84%-
HSV(B)354.71º71.58%74.51%-
XYZ23.5413.986.61-
YUV96.03111.06195.02-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 61.29%
GREEN value IS 54 (21.48% from 255) = 17.42%
BLUE value IS 66 (26.17% from 255) = 21.29%
R=61.29%
G=17.42%
B=21.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.65
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190546600.720.650.25354.7155.7447.84
HexBE364204841191633830
Octal276661020110101315437060
Binary10111110110110100001001001000100000111001101100011111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE3642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE3642; }

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

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

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

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

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

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

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

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