#BE2843

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

Shades of Brick Red #BE2843

Tints of Brick Red #BE2843

Color information

#BE2843 (or 0xBE2843) is unknown color: approx Brick Red. HEX triplet: BE, 28 and 43. RGB value is (190,40,67). Sum of RGB (Red+Green+Blue) = 190+40+67=297 (39% of max value = 765). Red value is 190 (74.61% from 255 or 63.97% from 297); Green value is 40 (16.02% from 255 or 13.47% from 297); Blue value is 67 (26.56% from 255 or 22.56% from 297); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2843 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE2843 is #41D7BC. Grayscale: #575757. Windows color (decimal): -4315069 or 4401342. OLE color: 4401342.

HSL color Cylindrical-coordinate representation of color #BE2843: hue angle of 349.2º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BE2843 is Cyan = 0, Magento = 0.79, Yellow = 0.65 and Black (K on CMYK) = 0.25.

Color convert

RGB1904067-
CMYK00.790.650.25
HSL349.2º65.22%45.1%-
HSV(B)349.2º78.95%74.51%-
XYZ23.0112.876.58-
YUV87.93116.2200.8-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 63.97%
GREEN value IS 40 (16.02% from 255) = 13.47%
BLUE value IS 67 (26.56% from 255) = 22.56%
R=63.97%
G=13.47%
B=22.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.65
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190406700.790.650.25349.265.2245.1
HexBE284304F411915d412d
Octal2765010301171013153510155
Binary101111101010001000011010011111000001110011010111011000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE2843

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE2843; }

 p { color: rgb(190,40,67); }

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

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

 a { background-color: rgb(190,40,67); }

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

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

 span { border-color: rgb(190,40,67); }

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