Html Css Color HEX #B1110F Fire Brick

📋 copy color: '#B1110F'

red 177 ◦ green 17 ◦ blue 15

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

Shades of Fire Brick #B1110F

Tints of Fire Brick #B1110F

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.13%

 BLUE value IS 15 (6.25% from 255) = 7.18%

R = 84.69%
G = 8.13%
B = 7.18%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.92

 K value IS 0.31

RGB Variations

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

Color information

#B1110F (or 0xB1110F) is known color: Fire Brick. HEX triplet: B1, 11 and 0F. RGB value is (177,17,15). Sum of RGB (Red+Green+Blue) = 177+17+15=209 (27% of max value = 765). Red value is 177 (69.53% from 255 or 84.69% from 209); Green value is 17 (7.03% from 255 or 8.13% from 209); Blue value is 15 (6.25% from 255 or 7.18% from 209); Max value from RGB is 177 - color contains mainly: red. Hex color #B1110F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B1110F is #4EEEF0. Grayscale: #404040. Windows color (decimal): -5172977 or 987569. OLE color: 987569.

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

Color convert

RGB 177 17 15 -
CMYK 0 0.90 0.92 0.31
HSL 0.74º 0.84% 0.38% -
HSV(B) 0.74º 0.92% 0.69% -
XYZ 18.42 9.78 1.37 -
YUV 64.61 100.01 208.16 -
System Red Green Blue C M Y K H S L
Decimal 177 17 15 0 0.90 0.92 0.31 0.74 0.84 0.38
Hex B1 11 F 0 5A 5C 1F 1 54 26
Octal 261 21 17 0 132 134 37 1 124 46
Binary 10110001 10001 1111 0 1011010 1011100 11111 1 1010100 100110

Color Harmonies of #B1110F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1110F

Black with #B1110F

Text Example


Text Example

White with #B1110F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1110F; }

 p { color: rgb(177,17,15); }

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

background-color css

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

 a { background-color: rgb(177,17,15); }

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

border-color css

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

 span { border-color: rgb(177,17,15); }

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