Html Css Color HEX #B11C0D Fire Brick

📋 copy color: '#B11C0D'

red 177 ◦ green 28 ◦ blue 13

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

Shades of Fire Brick #B11C0D

Tints of Fire Brick #B11C0D

RGB

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

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

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

R = 81.19%
G = 12.84%
B = 5.96%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.93

 K value IS 0.31

RGB Variations

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

Color information

#B11C0D (or 0xB11C0D) is known color: Fire Brick. HEX triplet: B1, 1C and 0D. RGB value is (177,28,13). Sum of RGB (Red+Green+Blue) = 177+28+13=218 (28% of max value = 765). Red value is 177 (69.53% from 255 or 81.19% from 218); Green value is 28 (11.33% from 255 or 12.84% from 218); Blue value is 13 (5.47% from 255 or 5.96% from 218); Max value from RGB is 177 - color contains mainly: red. Hex color #B11C0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B11C0D is #4EE3F2. Grayscale: #474747. Windows color (decimal): -5170163 or 859313. OLE color: 859313.

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

Color convert

RGB 177 28 13 -
CMYK 0 0.84 0.93 0.31
HSL 5.49º 0.86% 0.37% -
HSV(B) 5.49º 0.93% 0.69% -
XYZ 18.62 10.21 1.37 -
YUV 70.84 95.36 203.72 -
System Red Green Blue C M Y K H S L
Decimal 177 28 13 0 0.84 0.93 0.31 5.49 0.86 0.37
Hex B1 1C D 0 54 5D 1F 5 56 25
Octal 261 34 15 0 124 135 37 5 126 45
Binary 10110001 11100 1101 0 1010100 1011101 11111 101 1010110 100101

Color Harmonies of #B11C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11C0D

Black with #B11C0D

Text Example


Text Example

White with #B11C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11C0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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