Html Css Color HEX #B8140E Fire Brick

📋 copy color: '#B8140E'

red 184 ◦ green 20 ◦ blue 14

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

Shades of Fire Brick #B8140E

Tints of Fire Brick #B8140E

RGB

 RED value IS 184 (72.27% from 255) = 84.4%

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

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

R = 84.4%
G = 9.17%
B = 6.42%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.92

 K value IS 0.28

RGB Variations

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

Color information

#B8140E (or 0xB8140E) is known color: Fire Brick. HEX triplet: B8, 14 and 0E. RGB value is (184,20,14). Sum of RGB (Red+Green+Blue) = 184+20+14=218 (28% of max value = 765). Red value is 184 (72.27% from 255 or 84.40% from 218); Green value is 20 (8.20% from 255 or 9.17% from 218); Blue value is 14 (5.86% from 255 or 6.42% from 218); Max value from RGB is 184 - color contains mainly: red. Hex color #B8140E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B8140E is #47EBF1. Grayscale: #444444. Windows color (decimal): -4713458 or 922808. OLE color: 922808.

HSL color Cylindrical-coordinate representation of color #B8140E: hue angle of 2.12º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B8140E is Cyan = 0, Magento = 0.89, Yellow = 0.92 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 20 14 -
CMYK 0 0.89 0.92 0.28
HSL 2.12º 0.86% 0.39% -
HSV(B) 2.12º 0.92% 0.72% -
XYZ 20.1 10.72 1.43 -
YUV 68.35 97.33 210.49 -
System Red Green Blue C M Y K H S L
Decimal 184 20 14 0 0.89 0.92 0.28 2.12 0.86 0.39
Hex B8 14 E 0 59 5C 1C 2 56 27
Octal 270 24 16 0 131 134 34 2 126 47
Binary 10111000 10100 1110 0 1011001 1011100 11100 10 1010110 100111

Color Harmonies of #B8140E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8140E

Black with #B8140E

Text Example


Text Example

White with #B8140E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8140E; }

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

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

background-color css

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

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

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

border-color css

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

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

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