#BE2A23

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

Shades of Fire Brick #BE2A23

Tints of Fire Brick #BE2A23

Color information

#BE2A23 (or 0xBE2A23) is unknown color: approx Fire Brick. HEX triplet: BE, 2A and 23. RGB value is (190,42,35). Sum of RGB (Red+Green+Blue) = 190+42+35=267 (35% of max value = 765). Red value is 190 (74.61% from 255 or 71.16% from 267); Green value is 42 (16.80% from 255 or 15.73% from 267); Blue value is 35 (14.06% from 255 or 13.11% from 267); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2A23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE2A23 is #41D5DC. Grayscale: #555555. Windows color (decimal): -4314589 or 2304702. OLE color: 2304702.

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

Color convert

RGB1904235-
CMYK00.780.820.25
HSL2.71º68.89%44.12%-
HSV(B)2.71º81.58%74.51%-
XYZ22.3712.722.87-
YUV85.4599.53202.57-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 71.16%
GREEN value IS 42 (16.80% from 255) = 15.73%
BLUE value IS 35 (14.06% from 255) = 13.11%
R=71.16%
G=15.73%
B=13.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.82
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190423500.780.820.252.7168.8944.12
HexBE2A2304E52193452c
Octal2765243011612231310554
Binary1011111010101010001101001110101001011001111000101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE2A23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE2A23; }

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

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

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

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

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

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

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

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