Html Css Color HEX #B5140E Fire Brick

📋 copy color: '#B5140E'

red 181 ◦ green 20 ◦ blue 14

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

Shades of Fire Brick #B5140E

Tints of Fire Brick #B5140E

RGB

 RED value IS 181 (71.09% from 255) = 84.19%

 GREEN value IS 20 (8.2% from 255) = 9.3%

 BLUE value IS 14 (5.86% from 255) = 6.51%

R = 84.19%
G = 9.3%
B = 6.51%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.92

 K value IS 0.29

RGB Variations

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

Color information

#B5140E (or 0xB5140E) is known color: Fire Brick. HEX triplet: B5, 14 and 0E. RGB value is (181,20,14). Sum of RGB (Red+Green+Blue) = 181+20+14=215 (28% of max value = 765). Red value is 181 (71.09% from 255 or 84.19% from 215); Green value is 20 (8.20% from 255 or 9.30% from 215); Blue value is 14 (5.86% from 255 or 6.51% from 215); Max value from RGB is 181 - color contains mainly: red. Hex color #B5140E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B5140E is #4AEBF1. Grayscale: #434343. Windows color (decimal): -4910066 or 922805. OLE color: 922805.

HSL color Cylindrical-coordinate representation of color #B5140E: hue angle of 2.16º 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 #B5140E is Cyan = 0, Magento = 0.89, Yellow = 0.92 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 20 14 -
CMYK 0 0.89 0.92 0.29
HSL 2.16º 0.86% 0.38% -
HSV(B) 2.16º 0.92% 0.71% -
XYZ 19.39 10.36 1.39 -
YUV 67.46 97.84 208.99 -
System Red Green Blue C M Y K H S L
Decimal 181 20 14 0 0.89 0.92 0.29 2.16 0.86 0.38
Hex B5 14 E 0 59 5C 1D 2 56 26
Octal 265 24 16 0 131 134 35 2 126 46
Binary 10110101 10100 1110 0 1011001 1011100 11101 10 1010110 100110

Color Harmonies of #B5140E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5140E

Black with #B5140E

Text Example


Text Example

White with #B5140E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5140E; }

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

 H1.HeaderClassName
 {
   color: #B5140E;
 }
 .AnyTagClassName
 {
   color: #B5140E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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