Html Css Color HEX #B7140E Fire Brick

📋 copy color: '#B7140E'

red 183 ◦ green 20 ◦ blue 14

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

Shades of Fire Brick #B7140E

Tints of Fire Brick #B7140E

RGB

 RED value IS 183 (71.88% from 255) = 84.33%

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

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

R = 84.33%
G = 9.22%
B = 6.45%

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

#B7140E (or 0xB7140E) is known color: Fire Brick. HEX triplet: B7, 14 and 0E. RGB value is (183,20,14). Sum of RGB (Red+Green+Blue) = 183+20+14=217 (28% of max value = 765). Red value is 183 (71.88% from 255 or 84.33% from 217); Green value is 20 (8.20% from 255 or 9.22% from 217); Blue value is 14 (5.86% from 255 or 6.45% from 217); Max value from RGB is 183 - color contains mainly: red. Hex color #B7140E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B7140E is #48EBF1. Grayscale: #444444. Windows color (decimal): -4778994 or 922807. OLE color: 922807.

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

Color convert

RGB 183 20 14 -
CMYK 0 0.89 0.92 0.28
HSL 2.13º 0.86% 0.39% -
HSV(B) 2.13º 0.92% 0.72% -
XYZ 19.86 10.6 1.41 -
YUV 68.05 97.5 209.99 -
System Red Green Blue C M Y K H S L
Decimal 183 20 14 0 0.89 0.92 0.28 2.13 0.86 0.39
Hex B7 14 E 0 59 5C 1C 2 56 27
Octal 267 24 16 0 131 134 34 2 126 47
Binary 10110111 10100 1110 0 1011001 1011100 11100 10 1010110 100111

Color Harmonies of #B7140E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7140E

Black with #B7140E

Text Example


Text Example

White with #B7140E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7140E; }

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

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

background-color css

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

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

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

border-color css

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

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

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