#BE241A

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

Shades of Fire Brick #BE241A

Tints of Fire Brick #BE241A

Color information

#BE241A (or 0xBE241A) is unknown color: approx Fire Brick. HEX triplet: BE, 24 and 1A. RGB value is (190,36,26). Sum of RGB (Red+Green+Blue) = 190+36+26=252 (33% of max value = 765). Red value is 190 (74.61% from 255 or 75.40% from 252); Green value is 36 (14.45% from 255 or 14.29% from 252); Blue value is 26 (10.55% from 255 or 10.32% from 252); Max value from RGB is 190 - color contains mainly: red. Hex color #BE241A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE241A is #41DBE5. Grayscale: #515151. Windows color (decimal): -4316134 or 1713342. OLE color: 1713342.

HSL color Cylindrical-coordinate representation of color #BE241A: hue angle of 3.66º 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 #BE241A is Cyan = 0, Magento = 0.81, Yellow = 0.86 and Black (K on CMYK) = 0.25.

Color convert

RGB1903626-
CMYK00.810.860.25
HSL3.66º75.93%42.35%-
HSV(B)3.66º86.32%74.51%-
XYZ22.0512.282.19-
YUV80.9197.02205.81-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 75.40%
GREEN value IS 36 (14.45% from 255) = 14.29%
BLUE value IS 26 (10.55% from 255) = 10.32%
R=75.40%
G=14.29%
B=10.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.86
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190362600.810.860.253.6675.9342.35
HexBE241A051561944c2a
Octal2764432012112631411452
Binary1011111010010011010010100011010110110011001001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE241A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE241A; }

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

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

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

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

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

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

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

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