Html Css Color HEX #B11D1C Fire Brick

📋 copy color: '#B11D1C'

red 177 ◦ green 29 ◦ blue 28

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

Shades of Fire Brick #B11D1C

Tints of Fire Brick #B11D1C

RGB

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

 GREEN value IS 29 (11.72% from 255) = 12.39%

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

R = 75.64%
G = 12.39%
B = 11.97%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.84

 K value IS 0.31

RGB Variations

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

Color information

#B11D1C (or 0xB11D1C) is known color: Fire Brick. HEX triplet: B1, 1D and 1C. RGB value is (177,29,28). Sum of RGB (Red+Green+Blue) = 177+29+28=234 (30% of max value = 765). Red value is 177 (69.53% from 255 or 75.64% from 234); Green value is 29 (11.72% from 255 or 12.39% from 234); Blue value is 28 (11.33% from 255 or 11.97% from 234); Max value from RGB is 177 - color contains mainly: red. Hex color #B11D1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B11D1C is #4EE2E3. Grayscale: #494949. Windows color (decimal): -5169892 or 1842609. OLE color: 1842609.

HSL color Cylindrical-coordinate representation of color #B11D1C: hue angle of 0.4º 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 #B11D1C is Cyan = 0, Magento = 0.84, Yellow = 0.84 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 29 28 -
CMYK 0 0.84 0.84 0.31
HSL 0.4º 0.73% 0.4% -
HSV(B) 0.4º 0.84% 0.69% -
XYZ 18.78 10.31 2.1 -
YUV 73.14 102.53 202.08 -
System Red Green Blue C M Y K H S L
Decimal 177 29 28 0 0.84 0.84 0.31 0.4 0.73 0.4
Hex B1 1D 1C 0 54 54 1F 0 49 28
Octal 261 35 34 0 124 124 37 0 111 50
Binary 10110001 11101 11100 0 1010100 1010100 11111 0 1001001 101000

Color Harmonies of #B11D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11D1C

Black with #B11D1C

Text Example


Text Example

White with #B11D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11D1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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