Html Css Color HEX #B1140D Fire Brick

📋 copy color: '#B1140D'

red 177 ◦ green 20 ◦ blue 13

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

Shades of Fire Brick #B1140D

Tints of Fire Brick #B1140D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.52%

 BLUE value IS 13 (5.47% from 255) = 6.19%

R = 84.29%
G = 9.52%
B = 6.19%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.93

 K value IS 0.31

RGB Variations

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

Color information

#B1140D (or 0xB1140D) is known color: Fire Brick. HEX triplet: B1, 14 and 0D. RGB value is (177,20,13). Sum of RGB (Red+Green+Blue) = 177+20+13=210 (27% of max value = 765). Red value is 177 (69.53% from 255 or 84.29% from 210); Green value is 20 (8.20% from 255 or 9.52% from 210); Blue value is 13 (5.47% from 255 or 6.19% from 210); Max value from RGB is 177 - color contains mainly: red. Hex color #B1140D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B1140D is #4EEBF2. Grayscale: #424242. Windows color (decimal): -5172211 or 857265. OLE color: 857265.

HSL color Cylindrical-coordinate representation of color #B1140D: hue angle of 2.56º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B1140D is Cyan = 0, Magento = 0.89, Yellow = 0.93 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 20 13 -
CMYK 0 0.89 0.93 0.31
HSL 2.56º 0.86% 0.37% -
HSV(B) 2.56º 0.93% 0.69% -
XYZ 18.45 9.88 1.31 -
YUV 66.15 98.01 207.07 -
System Red Green Blue C M Y K H S L
Decimal 177 20 13 0 0.89 0.93 0.31 2.56 0.86 0.37
Hex B1 14 D 0 59 5D 1F 3 56 25
Octal 261 24 15 0 131 135 37 3 126 45
Binary 10110001 10100 1101 0 1011001 1011101 11111 11 1010110 100101

Color Harmonies of #B1140D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1140D

Black with #B1140D

Text Example


Text Example

White with #B1140D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1140D; }

 p { color: rgb(177,20,13); }

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

background-color css

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

 a { background-color: rgb(177,20,13); }

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

border-color css

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

 span { border-color: rgb(177,20,13); }

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