Html Css Color HEX #B6312C Fire Brick

📋 copy color: '#B6312C'

red 182 ◦ green 49 ◦ blue 44

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

Shades of Fire Brick #B6312C

Tints of Fire Brick #B6312C

RGB

 RED value IS 182 (71.48% from 255) = 66.18%

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

 BLUE value IS 44 (17.58% from 255) = 16%

R = 66.18%
G = 17.82%
B = 16%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.76

 K value IS 0.29

RGB Variations

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

Color information

#B6312C (or 0xB6312C) is known color: Fire Brick. HEX triplet: B6, 31 and 2C. RGB value is (182,49,44). Sum of RGB (Red+Green+Blue) = 182+49+44=275 (36% of max value = 765). Red value is 182 (71.48% from 255 or 66.18% from 275); Green value is 49 (19.53% from 255 or 17.82% from 275); Blue value is 44 (17.58% from 255 or 16% from 275); Max value from RGB is 182 - color contains mainly: red. Hex color #B6312C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B6312C is #49CED3. Grayscale: #585858. Windows color (decimal): -4837076 or 2896310. OLE color: 2896310.

HSL color Cylindrical-coordinate representation of color #B6312C: hue angle of 2.17º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B6312C is Cyan = 0, Magento = 0.73, Yellow = 0.76 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 49 44 -
CMYK 0 0.73 0.76 0.29
HSL 2.17º 0.61% 0.44% -
HSV(B) 2.17º 0.76% 0.71% -
XYZ 20.84 12.32 3.66 -
YUV 88.2 103.06 194.91 -
System Red Green Blue C M Y K H S L
Decimal 182 49 44 0 0.73 0.76 0.29 2.17 0.61 0.44
Hex B6 31 2C 0 49 4C 1D 2 3D 2C
Octal 266 61 54 0 111 114 35 2 75 54
Binary 10110110 110001 101100 0 1001001 1001100 11101 10 111101 101100

Color Harmonies of #B6312C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6312C

Black with #B6312C

Text Example


Text Example

White with #B6312C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6312C; }

 p { color: rgb(182,49,44); }

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

background-color css

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

 a { background-color: rgb(182,49,44); }

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

border-color css

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

 span { border-color: rgb(182,49,44); }

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