#BE2A3B

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

Shades of Brick Red #BE2A3B

Tints of Brick Red #BE2A3B

Color information

#BE2A3B (or 0xBE2A3B) is unknown color: approx Brick Red. HEX triplet: BE, 2A and 3B. RGB value is (190,42,59). Sum of RGB (Red+Green+Blue) = 190+42+59=291 (38% of max value = 765). Red value is 190 (74.61% from 255 or 65.29% from 291); Green value is 42 (16.80% from 255 or 14.43% from 291); Blue value is 59 (23.44% from 255 or 20.27% from 291); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2A3B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE2A3B is #41D5C4. Grayscale: #585858. Windows color (decimal): -4314565 or 3877566. OLE color: 3877566.

HSL color Cylindrical-coordinate representation of color #BE2A3B: hue angle of 353.11º degrees, saturation: 0.64, 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 #BE2A3B is Cyan = 0, Magento = 0.78, Yellow = 0.69 and Black (K on CMYK) = 0.25.

Color convert

RGB1904259-
CMYK00.780.690.25
HSL353.11º63.79%45.49%-
HSV(B)353.11º77.89%74.51%-
XYZ22.8512.925.43-
YUV88.19111.53200.62-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 65.29%
GREEN value IS 42 (16.80% from 255) = 14.43%
BLUE value IS 59 (23.44% from 255) = 20.27%
R=65.29%
G=14.43%
B=20.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.69
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190425900.780.690.25353.1163.7945.49
HexBE2A3B04E4519161402d
Octal276527301161053154110055
Binary10111110101010111011010011101000101110011011000011000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE2A3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE2A3B; }

 p { color: rgb(190,42,59); }

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

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

 a { background-color: rgb(190,42,59); }

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

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

 span { border-color: rgb(190,42,59); }

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