#BE2D21

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

Shades of Fire Brick #BE2D21

Tints of Fire Brick #BE2D21

Color information

#BE2D21 (or 0xBE2D21) is unknown color: approx Fire Brick. HEX triplet: BE, 2D and 21. RGB value is (190,45,33). Sum of RGB (Red+Green+Blue) = 190+45+33=268 (35% of max value = 765). Red value is 190 (74.61% from 255 or 70.90% from 268); Green value is 45 (17.97% from 255 or 16.79% from 268); Blue value is 33 (13.28% from 255 or 12.31% from 268); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2D21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE2D21 is #41D2DE. Grayscale: #575757. Windows color (decimal): -4313823 or 2174398. OLE color: 2174398.

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

Color convert

RGB1904533-
CMYK00.760.830.25
HSL4.59º70.4%43.73%-
HSV(B)4.59º82.63%74.51%-
XYZ22.4512.932.75-
YUV86.9997.54201.48-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 70.90%
GREEN value IS 45 (17.97% from 255) = 16.79%
BLUE value IS 33 (13.28% from 255) = 12.31%
R=70.90%
G=16.79%
B=12.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.83
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190453300.760.830.254.5970.443.73
HexBE2D2104C53195462c
Octal2765541011412331510654
Binary10111110101101100001010011001010011110011011000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE2D21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE2D21; }

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

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

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

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

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

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

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

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