Html Css Color HEX #B1311B Fire Brick

📋 copy color: '#B1311B'

red 177 ◦ green 49 ◦ blue 27

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

Shades of Fire Brick #B1311B

Tints of Fire Brick #B1311B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 10.67%

R = 69.96%
G = 19.37%
B = 10.67%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.85

 K value IS 0.31

RGB Variations

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

Color information

#B1311B (or 0xB1311B) is known color: Fire Brick. HEX triplet: B1, 31 and 1B. RGB value is (177,49,27). Sum of RGB (Red+Green+Blue) = 177+49+27=253 (33% of max value = 765). Red value is 177 (69.53% from 255 or 69.96% from 253); Green value is 49 (19.53% from 255 or 19.37% from 253); Blue value is 27 (10.94% from 255 or 10.67% from 253); Max value from RGB is 177 - color contains mainly: red. Hex color #B1311B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1311B is #4ECEE4. Grayscale: #545454. Windows color (decimal): -5164773 or 1782193. OLE color: 1782193.

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

Color convert

RGB 177 49 27 -
CMYK 0 0.72 0.85 0.31
HSL 8.8º 0.74% 0.4% -
HSV(B) 8.8º 0.85% 0.69% -
XYZ 19.43 11.62 2.26 -
YUV 84.76 95.41 193.79 -
System Red Green Blue C M Y K H S L
Decimal 177 49 27 0 0.72 0.85 0.31 8.8 0.74 0.4
Hex B1 31 1B 0 48 55 1F 9 4A 28
Octal 261 61 33 0 110 125 37 11 112 50
Binary 10110001 110001 11011 0 1001000 1010101 11111 1001 1001010 101000

Color Harmonies of #B1311B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1311B

Black with #B1311B

Text Example


Text Example

White with #B1311B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1311B; }

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

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

background-color css

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

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

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

border-color css

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

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

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