#B5240E

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

Shades of Fire Brick #B5240E

Tints of Fire Brick #B5240E

Color information

#B5240E (or 0xB5240E) is unknown color: approx Fire Brick. HEX triplet: B5, 24 and 0E. RGB value is (181,36,14). Sum of RGB (Red+Green+Blue) = 181+36+14=231 (30% of max value = 765). Red value is 181 (71.09% from 255 or 78.35% from 231); Green value is 36 (14.45% from 255 or 15.58% from 231); Blue value is 14 (5.86% from 255 or 6.06% from 231); Max value from RGB is 181 - color contains mainly: red. Hex color #B5240E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B5240E is #4ADBF1. Grayscale: #4D4D4D. Windows color (decimal): -4905970 or 926901. OLE color: 926901.

HSL color Cylindrical-coordinate representation of color #B5240E: hue angle of 7.9º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B5240E is Cyan = 0, Magento = 0.80, Yellow = 0.92 and Black (K on CMYK) = 0.29.

Color convert

RGB1813614-
CMYK00.800.920.29
HSL7.9º85.64%38.24%-
HSV(B)7.9º92.27%70.98%-
XYZ19.7711.121.52-
YUV76.8592.54202.29-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 78.35%
GREEN value IS 36 (14.45% from 255) = 15.58%
BLUE value IS 14 (5.86% from 255) = 6.06%
R=78.35%
G=15.58%
B=6.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.92
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181361400.800.920.297.985.6438.24
HexB524E0505C1D85626
Octal26544160120134351012646
Binary1011010110010011100101000010111001110110001010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5240E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5240E; }

 p { color: rgb(181,36,14); }

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

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

 a { background-color: rgb(181,36,14); }

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

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

 span { border-color: rgb(181,36,14); }

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