#BE2C3A

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

Shades of Brick Red #BE2C3A

Tints of Brick Red #BE2C3A

Color information

#BE2C3A (or 0xBE2C3A) is unknown color: approx Brick Red. HEX triplet: BE, 2C and 3A. RGB value is (190,44,58). Sum of RGB (Red+Green+Blue) = 190+44+58=292 (38% of max value = 765). Red value is 190 (74.61% from 255 or 65.07% from 292); Green value is 44 (17.58% from 255 or 15.07% from 292); Blue value is 58 (23.05% from 255 or 19.86% from 292); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2C3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE2C3A is #41D3C5. Grayscale: #595959. Windows color (decimal): -4314054 or 3812542. OLE color: 3812542.

HSL color Cylindrical-coordinate representation of color #BE2C3A: hue angle of 354.25º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BE2C3A is Cyan = 0, Magento = 0.77, Yellow = 0.69 and Black (K on CMYK) = 0.25.

Color convert

RGB1904458-
CMYK00.770.690.25
HSL354.25º62.39%45.88%-
HSV(B)354.25º76.84%74.51%-
XYZ22.913.055.32-
YUV89.25110.37199.86-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 65.07%
GREEN value IS 44 (17.58% from 255) = 15.07%
BLUE value IS 58 (23.05% from 255) = 19.86%
R=65.07%
G=15.07%
B=19.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.69
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190445800.770.690.25354.2562.3945.88
HexBE2C3A04D45191623e2e
Octal27654720115105315427656
Binary1011111010110011101001001101100010111001101100010111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE2C3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE2C3A; }

 p { color: rgb(190,44,58); }

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

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

 a { background-color: rgb(190,44,58); }

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

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

 span { border-color: rgb(190,44,58); }

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