#BE1D1A

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

Shades of Fire Brick #BE1D1A

Tints of Fire Brick #BE1D1A

Color information

#BE1D1A (or 0xBE1D1A) is unknown color: approx Fire Brick. HEX triplet: BE, 1D and 1A. RGB value is (190,29,26). Sum of RGB (Red+Green+Blue) = 190+29+26=245 (32% of max value = 765). Red value is 190 (74.61% from 255 or 77.55% from 245); Green value is 29 (11.72% from 255 or 11.84% from 245); Blue value is 26 (10.55% from 255 or 10.61% from 245); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1D1A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE1D1A is #41E2E5. Grayscale: #4C4C4C. Windows color (decimal): -4317926 or 1711550. OLE color: 1711550.

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

Color convert

RGB1902926-
CMYK00.850.860.25
HSL1.1º75.93%42.35%-
HSV(B)1.1º86.32%74.51%-
XYZ21.8611.92.12-
YUV76.899.34208.74-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 77.55%
GREEN value IS 29 (11.72% from 255) = 11.84%
BLUE value IS 26 (10.55% from 255) = 10.61%
R=77.55%
G=11.84%
B=10.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.86
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190292600.850.860.251.175.9342.35
HexBE1D1A055561914c2a
Octal2763532012512631111452
Binary1011111011101110100101010110101101100111001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE1D1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE1D1A; }

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

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

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

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

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

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

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

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