Html Css Color HEX #B7312C Fire Brick

📋 copy color: '#B7312C'

red 183 ◦ green 49 ◦ blue 44

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

Shades of Fire Brick #B7312C

Tints of Fire Brick #B7312C

RGB

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

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

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

R = 66.3%
G = 17.75%
B = 15.94%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.76

 K value IS 0.28

RGB Variations

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

Color information

#B7312C (or 0xB7312C) is known color: Fire Brick. HEX triplet: B7, 31 and 2C. RGB value is (183,49,44). Sum of RGB (Red+Green+Blue) = 183+49+44=276 (36% of max value = 765). Red value is 183 (71.88% from 255 or 66.30% from 276); Green value is 49 (19.53% from 255 or 17.75% from 276); Blue value is 44 (17.58% from 255 or 15.94% from 276); Max value from RGB is 183 - color contains mainly: red. Hex color #B7312C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7312C is #48CED3. Grayscale: #585858. Windows color (decimal): -4771540 or 2896311. OLE color: 2896311.

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

Color convert

RGB 183 49 44 -
CMYK 0 0.73 0.76 0.28
HSL 2.16º 0.61% 0.45% -
HSV(B) 2.16º 0.76% 0.72% -
XYZ 21.08 12.45 3.67 -
YUV 88.5 102.89 195.41 -
System Red Green Blue C M Y K H S L
Decimal 183 49 44 0 0.73 0.76 0.28 2.16 0.61 0.45
Hex B7 31 2C 0 49 4C 1C 2 3D 2D
Octal 267 61 54 0 111 114 34 2 75 55
Binary 10110111 110001 101100 0 1001001 1001100 11100 10 111101 101101

Color Harmonies of #B7312C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7312C

Black with #B7312C

Text Example


Text Example

White with #B7312C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7312C; }

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

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

background-color css

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

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

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

border-color css

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

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

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