Html Css Color HEX #B1311C Fire Brick

📋 copy color: '#B1311C'

red 177 ◦ green 49 ◦ blue 28

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

Shades of Fire Brick #B1311C

Tints of Fire Brick #B1311C

RGB

 RED value IS 177 (69.53% from 255) = 69.69%

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

 BLUE value IS 28 (11.33% from 255) = 11.02%

R = 69.69%
G = 19.29%
B = 11.02%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.84

 K value IS 0.31

RGB Variations

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

Color information

#B1311C (or 0xB1311C) is known color: Fire Brick. HEX triplet: B1, 31 and 1C. RGB value is (177,49,28). Sum of RGB (Red+Green+Blue) = 177+49+28=254 (33% of max value = 765). Red value is 177 (69.53% from 255 or 69.69% from 254); Green value is 49 (19.53% from 255 or 19.29% from 254); Blue value is 28 (11.33% from 255 or 11.02% from 254); Max value from RGB is 177 - color contains mainly: red. Hex color #B1311C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1311C is #4ECEE3. Grayscale: #555555. Windows color (decimal): -5164772 or 1847729. OLE color: 1847729.

HSL color Cylindrical-coordinate representation of color #B1311C: hue angle of 8.46º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B1311C is Cyan = 0, Magento = 0.72, Yellow = 0.84 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 49 28 -
CMYK 0 0.72 0.84 0.31
HSL 8.46º 0.73% 0.4% -
HSV(B) 8.46º 0.84% 0.69% -
XYZ 19.44 11.63 2.32 -
YUV 84.88 95.91 193.71 -
System Red Green Blue C M Y K H S L
Decimal 177 49 28 0 0.72 0.84 0.31 8.46 0.73 0.4
Hex B1 31 1C 0 48 54 1F 8 49 28
Octal 261 61 34 0 110 124 37 10 111 50
Binary 10110001 110001 11100 0 1001000 1010100 11111 1000 1001001 101000

Color Harmonies of #B1311C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1311C

Black with #B1311C

Text Example


Text Example

White with #B1311C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1311C; }

 p { color: rgb(177,49,28); }

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

background-color css

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

 a { background-color: rgb(177,49,28); }

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

border-color css

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

 span { border-color: rgb(177,49,28); }

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