#BE2727

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

Shades of Fire Brick #BE2727

Tints of Fire Brick #BE2727

Color information

#BE2727 (or 0xBE2727) is unknown color: approx Fire Brick. HEX triplet: BE, 27 and 27. RGB value is (190,39,39). Sum of RGB (Red+Green+Blue) = 190+39+39=268 (35% of max value = 765). Red value is 190 (74.61% from 255 or 70.90% from 268); Green value is 39 (15.62% from 255 or 14.55% from 268); Blue value is 39 (15.62% from 255 or 14.55% from 268); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2727 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE2727 is #41D8D8. Grayscale: #545454. Windows color (decimal): -4315353 or 2566078. OLE color: 2566078.

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

Color convert

RGB1903939-
CMYK00.790.790.25
HSL65.94%44.9%-
HSV(B)79.47%74.51%-
XYZ22.3312.543.16-
YUV84.15102.53203.5-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 70.90%
GREEN value IS 39 (15.62% from 255) = 14.55%
BLUE value IS 39 (15.62% from 255) = 14.55%
R=70.90%
G=14.55%
B=14.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.79
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190393900.790.790.25065.9444.9
HexBE272704F4F190422d
Octal2764747011711731010255
Binary101111101001111001110100111110011111100101000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE2727

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE2727; }

 p { color: rgb(190,39,39); }

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

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

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

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

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

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

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