#BE2220

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

Shades of Fire Brick #BE2220

Tints of Fire Brick #BE2220

Color information

#BE2220 (or 0xBE2220) is unknown color: approx Fire Brick. HEX triplet: BE, 22 and 20. RGB value is (190,34,32). Sum of RGB (Red+Green+Blue) = 190+34+32=256 (33% of max value = 765). Red value is 190 (74.61% from 255 or 74.22% from 256); Green value is 34 (13.67% from 255 or 13.28% from 256); Blue value is 32 (12.89% from 255 or 12.5% from 256); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2220 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE2220 is #41DDDF. Grayscale: #505050. Windows color (decimal): -4316640 or 2106046. OLE color: 2106046.

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

Color convert

RGB1903432-
CMYK00.820.830.25
HSL0.76º71.17%43.53%-
HSV(B)0.76º83.16%74.51%-
XYZ22.0712.22.56-
YUV80.42100.68206.16-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 74.22%
GREEN value IS 34 (13.67% from 255) = 13.28%
BLUE value IS 32 (12.89% from 255) = 12.5%
R=74.22%
G=13.28%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.83
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190343200.820.830.250.7671.1743.53
HexBE222005253191472c
Octal2764240012212331110754
Binary101111101000101000000101001010100111100111000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE2220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE2220; }

 p { color: rgb(190,34,32); }

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

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

 a { background-color: rgb(190,34,32); }

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

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

 span { border-color: rgb(190,34,32); }

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