#BE2742

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

Shades of Brick Red #BE2742

Tints of Brick Red #BE2742

Color information

#BE2742 (or 0xBE2742) is unknown color: approx Brick Red. HEX triplet: BE, 27 and 42. RGB value is (190,39,66). Sum of RGB (Red+Green+Blue) = 190+39+66=295 (39% of max value = 765). Red value is 190 (74.61% from 255 or 64.41% from 295); Green value is 39 (15.62% from 255 or 13.22% from 295); Blue value is 66 (26.17% from 255 or 22.37% from 295); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2742 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE2742 is #41D8BD. Grayscale: #575757. Windows color (decimal): -4315326 or 4335550. OLE color: 4335550.

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

Color convert

RGB1903966-
CMYK00.790.650.25
HSL349.27º65.94%44.9%-
HSV(B)349.27º79.47%74.51%-
XYZ22.9412.796.41-
YUV87.23116.03201.3-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 64.41%
GREEN value IS 39 (15.62% from 255) = 13.22%
BLUE value IS 66 (26.17% from 255) = 22.37%
R=64.41%
G=13.22%
B=22.37%

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
Decimal190396600.790.650.25349.2765.9444.9
HexBE274204F411915d422d
Octal2764710201171013153510255
Binary101111101001111000010010011111000001110011010111011000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE2742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE2742; }

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

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

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

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

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

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

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

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