Html Css Color HEX #B9312B Fire Brick

📋 copy color: '#B9312B'

red 185 ◦ green 49 ◦ blue 43

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

Shades of Fire Brick #B9312B

Tints of Fire Brick #B9312B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 15.52%

R = 66.79%
G = 17.69%
B = 15.52%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.77

 K value IS 0.27

RGB Variations

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

Color information

#B9312B (or 0xB9312B) is known color: Fire Brick. HEX triplet: B9, 31 and 2B. RGB value is (185,49,43). Sum of RGB (Red+Green+Blue) = 185+49+43=277 (36% of max value = 765). Red value is 185 (72.66% from 255 or 66.79% from 277); Green value is 49 (19.53% from 255 or 17.69% from 277); Blue value is 43 (17.19% from 255 or 15.52% from 277); Max value from RGB is 185 - color contains mainly: red. Hex color #B9312B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9312B is #46CED4. Grayscale: #595959. Windows color (decimal): -4640469 or 2830777. OLE color: 2830777.

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

Color convert

RGB 185 49 43 -
CMYK 0 0.74 0.77 0.27
HSL 2.54º 0.62% 0.45% -
HSV(B) 2.54º 0.77% 0.73% -
XYZ 21.54 12.69 3.6 -
YUV 88.98 102.06 196.49 -
System Red Green Blue C M Y K H S L
Decimal 185 49 43 0 0.74 0.77 0.27 2.54 0.62 0.45
Hex B9 31 2B 0 4A 4D 1B 3 3E 2D
Octal 271 61 53 0 112 115 33 3 76 55
Binary 10111001 110001 101011 0 1001010 1001101 11011 11 111110 101101

Color Harmonies of #B9312B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9312B

Black with #B9312B

Text Example


Text Example

White with #B9312B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9312B; }

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

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

background-color css

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

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

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

border-color css

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

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

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