#BE2A29

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

Shades of Fire Brick #BE2A29

Tints of Fire Brick #BE2A29

Color information

#BE2A29 (or 0xBE2A29) is unknown color: approx Fire Brick. HEX triplet: BE, 2A and 29. RGB value is (190,42,41). Sum of RGB (Red+Green+Blue) = 190+42+41=273 (36% of max value = 765). Red value is 190 (74.61% from 255 or 69.60% from 273); Green value is 42 (16.80% from 255 or 15.38% from 273); Blue value is 41 (16.41% from 255 or 15.02% from 273); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2A29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE2A29 is #41D5D6. Grayscale: #565656. Windows color (decimal): -4314583 or 2697918. OLE color: 2697918.

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

Color convert

RGB1904241-
CMYK00.780.780.25
HSL0.4º64.5%45.29%-
HSV(B)0.4º78.42%74.51%-
XYZ22.4612.763.38-
YUV86.14102.53202.08-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 69.60%
GREEN value IS 42 (16.80% from 255) = 15.38%
BLUE value IS 41 (16.41% from 255) = 15.02%
R=69.60%
G=15.38%
B=15.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.78
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190424100.780.780.250.464.545.29
HexBE2A2904E4E190412d
Octal2765251011611631010155
Binary101111101010101010010100111010011101100101000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE2A29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE2A29; }

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

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

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

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

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

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

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

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