#BE1716

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

Shades of Fire Brick #BE1716

Tints of Fire Brick #BE1716

Color information

#BE1716 (or 0xBE1716) is unknown color: approx Fire Brick. HEX triplet: BE, 17 and 16. RGB value is (190,23,22). Sum of RGB (Red+Green+Blue) = 190+23+22=235 (31% of max value = 765). Red value is 190 (74.61% from 255 or 80.85% from 235); Green value is 23 (9.38% from 255 or 9.79% from 235); Blue value is 22 (8.98% from 255 or 9.36% from 235); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1716 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BE1716 is #41E8E9. Grayscale: #484848. Windows color (decimal): -4319466 or 1447870. OLE color: 1447870.

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

Color convert

RGB1902322-
CMYK00.880.880.25
HSL0.36º79.25%41.57%-
HSV(B)0.36º88.42%74.51%-
XYZ21.6911.621.86-
YUV72.8299.33211.58-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 80.85%
GREEN value IS 23 (9.38% from 255) = 9.79%
BLUE value IS 22 (8.98% from 255) = 9.36%
R=80.85%
G=9.79%
B=9.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.88
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190232200.880.880.250.3679.2541.57
HexBE1716058581904f2a
Octal2762726013013031011752
Binary1011111010111101100101100010110001100101001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE1716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE1716; }

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

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

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

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

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

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

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

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