Html Css Color HEX #B5240E Fire Brick

📋 copy color: '#B5240E'

red 181 ◦ green 36 ◦ blue 14

#B5240E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fire Brick #B5240E

Tints of Fire Brick #B5240E

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 value IS 0

 M value IS 0.80

 Y value IS 0.92

 K value IS 0.29

RGB Variations

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

Color information

#B5240E (or 0xB5240E) is known color: 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

RGB 181 36 14 -
CMYK 0 0.80 0.92 0.29
HSL 7.9º 0.86% 0.38% -
HSV(B) 7.9º 0.92% 0.71% -
XYZ 19.77 11.12 1.52 -
YUV 76.85 92.54 202.29 -
System Red Green Blue C M Y K H S L
Decimal 181 36 14 0 0.80 0.92 0.29 7.9 0.86 0.38
Hex B5 24 E 0 50 5C 1D 8 56 26
Octal 265 44 16 0 120 134 35 10 126 46
Binary 10110101 100100 1110 0 1010000 1011100 11101 1000 1010110 100110

Color Harmonies of #B5240E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5240E

Black with #B5240E

Text Example


Text Example

White with #B5240E

Text Example


Text Example

HTML Codes & Css Web 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>