#BE2825

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

Shades of Fire Brick #BE2825

Tints of Fire Brick #BE2825

Color information

#BE2825 (or 0xBE2825) is unknown color: approx Fire Brick. HEX triplet: BE, 28 and 25. RGB value is (190,40,37). Sum of RGB (Red+Green+Blue) = 190+40+37=267 (35% of max value = 765). Red value is 190 (74.61% from 255 or 71.16% from 267); Green value is 40 (16.02% from 255 or 14.98% from 267); Blue value is 37 (14.84% from 255 or 13.86% from 267); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2825 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE2825 is #41D7DA. Grayscale: #545454. Windows color (decimal): -4315099 or 2435262. OLE color: 2435262.

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

Color convert

RGB1904037-
CMYK00.790.810.25
HSL1.18º67.4%44.51%-
HSV(B)1.18º80.53%74.51%-
XYZ22.3312.63.01-
YUV84.51101.2203.24-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 71.16%
GREEN value IS 40 (16.02% from 255) = 14.98%
BLUE value IS 37 (14.84% from 255) = 13.86%
R=71.16%
G=14.98%
B=13.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.81
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190403700.790.810.251.1867.444.51
HexBE282504F51191432d
Octal2765045011712131110355
Binary101111101010001001010100111110100011100111000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE2825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE2825; }

 p { color: rgb(190,40,37); }

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

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

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

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

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

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

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