#be211d

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

Shades of Fire Brick #BE211D

Tints of Fire Brick #BE211D

Color information

#BE211D (or 0xBE211D) is unknown color: approx Fire Brick. HEX triplet: BE, 21 and 1D. RGB value is (190,33,29). Sum of RGB (Red+Green+Blue) = 190+33+29=252 (33% of max value = 765). Red value is 190 (74.61% from 255 or 75.40% from 252); Green value is 33 (13.28% from 255 or 13.10% from 252); Blue value is 29 (11.72% from 255 or 11.51% from 252); Max value from RGB is 190 - color contains mainly: red. Hex color #BE211D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE211D is #41DEE2. Grayscale: #4F4F4F. Windows color (decimal): -4316899 or 1909182. OLE color: 1909182.

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

Color convert

RGB1903329-
CMYK00.830.850.25
HSL1.49º73.52%42.94%-
HSV(B)1.49º84.74%74.51%-
XYZ2212.122.34-
YUV79.4999.51206.83-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 75.40%
GREEN value IS 33 (13.28% from 255) = 13.10%
BLUE value IS 29 (11.72% from 255) = 11.51%
R=75.40%
G=13.10%
B=11.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.85
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190332900.830.850.251.4973.5242.94
HexBE211D053551914a2b
Octal2764135012312531111253
Binary10111110100001111010101001110101011100111001010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #be211d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #be211d; }

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

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

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

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

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

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

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

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