#BE2942

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

Shades of Brick Red #BE2942

Tints of Brick Red #BE2942

Color information

#BE2942 (or 0xBE2942) is unknown color: approx Brick Red. HEX triplet: BE, 29 and 42. RGB value is (190,41,66). Sum of RGB (Red+Green+Blue) = 190+41+66=297 (39% of max value = 765). Red value is 190 (74.61% from 255 or 63.97% from 297); Green value is 41 (16.41% from 255 or 13.80% from 297); Blue value is 66 (26.17% from 255 or 22.22% from 297); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2942 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE2942 is #41D6BD. Grayscale: #585858. Windows color (decimal): -4314814 or 4336062. OLE color: 4336062.

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

Color convert

RGB1904166-
CMYK00.780.650.25
HSL349.93º64.5%45.29%-
HSV(B)349.93º78.42%74.51%-
XYZ23.0112.936.44-
YUV88.4115.36200.47-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 63.97%
GREEN value IS 41 (16.41% from 255) = 13.80%
BLUE value IS 66 (26.17% from 255) = 22.22%
R=63.97%
G=13.80%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.65
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190416600.780.650.25349.9364.545.29
HexBE294204E411915e412d
Octal2765110201161013153610155
Binary101111101010011000010010011101000001110011010111101000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE2942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE2942; }

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

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

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

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

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

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

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

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