#BE2D29

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

Shades of Fire Brick #BE2D29

Tints of Fire Brick #BE2D29

Color information

#BE2D29 (or 0xBE2D29) is unknown color: approx Fire Brick. HEX triplet: BE, 2D and 29. RGB value is (190,45,41). Sum of RGB (Red+Green+Blue) = 190+45+41=276 (36% of max value = 765). Red value is 190 (74.61% from 255 or 68.84% from 276); Green value is 45 (17.97% from 255 or 16.30% from 276); Blue value is 41 (16.41% from 255 or 14.86% from 276); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2D29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE2D29 is #41D2D6. Grayscale: #585858. Windows color (decimal): -4313815 or 2698686. OLE color: 2698686.

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

Color convert

RGB1904541-
CMYK00.760.780.25
HSL1.61º64.5%45.29%-
HSV(B)1.61º78.42%74.51%-
XYZ22.5712.983.41-
YUV87.9101.54200.83-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 68.84%
GREEN value IS 45 (17.97% from 255) = 16.30%
BLUE value IS 41 (16.41% from 255) = 14.86%
R=68.84%
G=16.30%
B=14.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.78
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190454100.760.780.251.6164.545.29
HexBE2D2904C4E192412d
Octal2765551011411631210155
Binary1011111010110110100101001100100111011001101000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE2D29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE2D29; }

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

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

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

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

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

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

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

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