#BE241C

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

Shades of Fire Brick #BE241C

Tints of Fire Brick #BE241C

Color information

#BE241C (or 0xBE241C) is unknown color: approx Fire Brick. HEX triplet: BE, 24 and 1C. RGB value is (190,36,28). Sum of RGB (Red+Green+Blue) = 190+36+28=254 (33% of max value = 765). Red value is 190 (74.61% from 255 or 74.80% from 254); Green value is 36 (14.45% from 255 or 14.17% from 254); Blue value is 28 (11.33% from 255 or 11.02% from 254); Max value from RGB is 190 - color contains mainly: red. Hex color #BE241C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE241C is #41DBE3. Grayscale: #515151. Windows color (decimal): -4316132 or 1844414. OLE color: 1844414.

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

Color convert

RGB1903628-
CMYK00.810.850.25
HSL2.96º74.31%42.75%-
HSV(B)2.96º85.26%74.51%-
XYZ22.0812.292.31-
YUV81.1398.02205.65-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 74.80%
GREEN value IS 36 (14.45% from 255) = 14.17%
BLUE value IS 28 (11.33% from 255) = 11.02%
R=74.80%
G=14.17%
B=11.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.85
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190362800.810.850.252.9674.3142.75
HexBE241C051551934a2b
Octal2764434012112531311253
Binary101111101001001110001010001101010111001111001010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE241C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE241C; }

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

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

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

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

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

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

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

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