#BE1611

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

Shades of Fire Brick #BE1611

Tints of Fire Brick #BE1611

Color information

#BE1611 (or 0xBE1611) is unknown color: approx Fire Brick. HEX triplet: BE, 16 and 11. RGB value is (190,22,17). Sum of RGB (Red+Green+Blue) = 190+22+17=229 (30% of max value = 765). Red value is 190 (74.61% from 255 or 82.97% from 229); Green value is 22 (8.98% from 255 or 9.61% from 229); Blue value is 17 (7.03% from 255 or 7.42% from 229); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1611 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BE1611 is #41E9EE. Grayscale: #474747. Windows color (decimal): -4319727 or 1119934. OLE color: 1119934.

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

Color convert

RGB1902217-
CMYK00.880.910.25
HSL1.73º83.57%40.59%-
HSV(B)1.73º91.05%74.51%-
XYZ21.6211.561.62-
YUV71.6697.16212.41-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 82.97%
GREEN value IS 22 (8.98% from 255) = 9.61%
BLUE value IS 17 (7.03% from 255) = 7.42%
R=82.97%
G=9.61%
B=7.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.91
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190221700.880.910.251.7383.5740.59
HexBE16110585B1925429
Octal2762621013013331212451
Binary10111110101101000101011000101101111001101010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE1611

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE1611; }

 p { color: rgb(190,22,17); }

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

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

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

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

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

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

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