Html Css Color HEX #B11C0B Fire Brick

📋 copy color: '#B11C0B'

red 177 ◦ green 28 ◦ blue 11

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

Shades of Fire Brick #B11C0B

Tints of Fire Brick #B11C0B

RGB

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

 GREEN value IS 28 (11.33% from 255) = 12.96%

 BLUE value IS 11 (4.69% from 255) = 5.09%

R = 81.94%
G = 12.96%
B = 5.09%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.94

 K value IS 0.31

RGB Variations

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

Color information

#B11C0B (or 0xB11C0B) is known color: Fire Brick. HEX triplet: B1, 1C and 0B. RGB value is (177,28,11). Sum of RGB (Red+Green+Blue) = 177+28+11=216 (28% of max value = 765). Red value is 177 (69.53% from 255 or 81.94% from 216); Green value is 28 (11.33% from 255 or 12.96% from 216); Blue value is 11 (4.69% from 255 or 5.09% from 216); Max value from RGB is 177 - color contains mainly: red. Hex color #B11C0B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B11C0B is #4EE3F4. Grayscale: #464646. Windows color (decimal): -5170165 or 728241. OLE color: 728241.

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

Color convert

RGB 177 28 11 -
CMYK 0 0.84 0.94 0.31
HSL 6.14º 0.88% 0.37% -
HSV(B) 6.14º 0.94% 0.69% -
XYZ 18.61 10.2 1.31 -
YUV 70.61 94.36 203.88 -
System Red Green Blue C M Y K H S L
Decimal 177 28 11 0 0.84 0.94 0.31 6.14 0.88 0.37
Hex B1 1C B 0 54 5E 1F 6 58 25
Octal 261 34 13 0 124 136 37 6 130 45
Binary 10110001 11100 1011 0 1010100 1011110 11111 110 1011000 100101

Color Harmonies of #B11C0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11C0B

Black with #B11C0B

Text Example


Text Example

White with #B11C0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11C0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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