Html Css Color HEX #B9311F Fire Brick

📋 copy color: '#B9311F'

red 185 ◦ green 49 ◦ blue 31

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

Shades of Fire Brick #B9311F

Tints of Fire Brick #B9311F

RGB

 RED value IS 185 (72.66% from 255) = 69.81%

 GREEN value IS 49 (19.53% from 255) = 18.49%

 BLUE value IS 31 (12.5% from 255) = 11.7%

R = 69.81%
G = 18.49%
B = 11.7%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#B9311F (or 0xB9311F) is known color: Fire Brick. HEX triplet: B9, 31 and 1F. RGB value is (185,49,31). Sum of RGB (Red+Green+Blue) = 185+49+31=265 (35% of max value = 765). Red value is 185 (72.66% from 255 or 69.81% from 265); Green value is 49 (19.53% from 255 or 18.49% from 265); Blue value is 31 (12.5% from 255 or 11.70% from 265); Max value from RGB is 185 - color contains mainly: red. Hex color #B9311F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9311F is #46CEE0. Grayscale: #575757. Windows color (decimal): -4640481 or 2044345. OLE color: 2044345.

HSL color Cylindrical-coordinate representation of color #B9311F: hue angle of 7.01º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B9311F is Cyan = 0, Magento = 0.74, Yellow = 0.83 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 49 31 -
CMYK 0 0.74 0.83 0.27
HSL 7.01º 0.71% 0.42% -
HSV(B) 7.01º 0.83% 0.73% -
XYZ 21.35 12.61 2.6 -
YUV 87.61 96.06 197.46 -
System Red Green Blue C M Y K H S L
Decimal 185 49 31 0 0.74 0.83 0.27 7.01 0.71 0.42
Hex B9 31 1F 0 4A 53 1B 7 47 2A
Octal 271 61 37 0 112 123 33 7 107 52
Binary 10111001 110001 11111 0 1001010 1010011 11011 111 1000111 101010

Color Harmonies of #B9311F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9311F

Black with #B9311F

Text Example


Text Example

White with #B9311F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9311F; }

 p { color: rgb(185,49,31); }

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

background-color css

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

 a { background-color: rgb(185,49,31); }

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

border-color css

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

 span { border-color: rgb(185,49,31); }

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