Html Css Color HEX #B1311E Fire Brick

📋 copy color: '#B1311E'

red 177 ◦ green 49 ◦ blue 30

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

Shades of Fire Brick #B1311E

Tints of Fire Brick #B1311E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 11.72%

R = 69.14%
G = 19.14%
B = 11.72%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.83

 K value IS 0.31

RGB Variations

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

Color information

#B1311E (or 0xB1311E) is known color: Fire Brick. HEX triplet: B1, 31 and 1E. RGB value is (177,49,30). Sum of RGB (Red+Green+Blue) = 177+49+30=256 (33% of max value = 765). Red value is 177 (69.53% from 255 or 69.14% from 256); Green value is 49 (19.53% from 255 or 19.14% from 256); Blue value is 30 (12.11% from 255 or 11.72% from 256); Max value from RGB is 177 - color contains mainly: red. Hex color #B1311E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1311E is #4ECEE1. Grayscale: #555555. Windows color (decimal): -5164770 or 1978801. OLE color: 1978801.

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

Color convert

RGB 177 49 30 -
CMYK 0 0.72 0.83 0.31
HSL 7.76º 0.71% 0.41% -
HSV(B) 7.76º 0.83% 0.69% -
XYZ 19.46 11.64 2.45 -
YUV 85.11 96.91 193.54 -
System Red Green Blue C M Y K H S L
Decimal 177 49 30 0 0.72 0.83 0.31 7.76 0.71 0.41
Hex B1 31 1E 0 48 53 1F 8 47 29
Octal 261 61 36 0 110 123 37 10 107 51
Binary 10110001 110001 11110 0 1001000 1010011 11111 1000 1000111 101001

Color Harmonies of #B1311E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1311E

Black with #B1311E

Text Example


Text Example

White with #B1311E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1311E; }

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

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

background-color css

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

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

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

border-color css

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

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

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