Html Css Color HEX #B11C14 Fire Brick

📋 copy color: '#B11C14'

red 177 ◦ green 28 ◦ blue 20

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

Shades of Fire Brick #B11C14

Tints of Fire Brick #B11C14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 8.89%

R = 78.67%
G = 12.44%
B = 8.89%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#B11C14 (or 0xB11C14) is known color: Fire Brick. HEX triplet: B1, 1C and 14. RGB value is (177,28,20). Sum of RGB (Red+Green+Blue) = 177+28+20=225 (29% of max value = 765). Red value is 177 (69.53% from 255 or 78.67% from 225); Green value is 28 (11.33% from 255 or 12.44% from 225); Blue value is 20 (8.20% from 255 or 8.89% from 225); Max value from RGB is 177 - color contains mainly: red. Hex color #B11C14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B11C14 is #4EE3EB. Grayscale: #474747. Windows color (decimal): -5170156 or 1318065. OLE color: 1318065.

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

Color convert

RGB 177 28 20 -
CMYK 0 0.84 0.89 0.31
HSL 3.06º 0.8% 0.39% -
HSV(B) 3.06º 0.89% 0.69% -
XYZ 18.67 10.23 1.65 -
YUV 71.64 98.86 203.15 -
System Red Green Blue C M Y K H S L
Decimal 177 28 20 0 0.84 0.89 0.31 3.06 0.8 0.39
Hex B1 1C 14 0 54 59 1F 3 50 27
Octal 261 34 24 0 124 131 37 3 120 47
Binary 10110001 11100 10100 0 1010100 1011001 11111 11 1010000 100111

Color Harmonies of #B11C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11C14

Black with #B11C14

Text Example


Text Example

White with #B11C14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11C14; }

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

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

background-color css

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

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

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

border-color css

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

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

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