Html Css Color HEX #B11D14 Fire Brick

📋 copy color: '#B11D14'

red 177 ◦ green 29 ◦ blue 20

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

Shades of Fire Brick #B11D14

Tints of Fire Brick #B11D14

RGB

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

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

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

R = 78.32%
G = 12.83%
B = 8.85%

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

#B11D14 (or 0xB11D14) is known color: Fire Brick. HEX triplet: B1, 1D and 14. RGB value is (177,29,20). Sum of RGB (Red+Green+Blue) = 177+29+20=226 (29% of max value = 765). Red value is 177 (69.53% from 255 or 78.32% from 226); Green value is 29 (11.72% from 255 or 12.83% from 226); Blue value is 20 (8.20% from 255 or 8.85% from 226); Max value from RGB is 177 - color contains mainly: red. Hex color #B11D14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B11D14 is #4EE2EB. Grayscale: #484848. Windows color (decimal): -5169900 or 1318321. OLE color: 1318321.

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

Color convert

RGB 177 29 20 -
CMYK 0 0.84 0.89 0.31
HSL 3.44º 0.8% 0.39% -
HSV(B) 3.44º 0.89% 0.69% -
XYZ 18.7 10.28 1.66 -
YUV 72.23 98.53 202.73 -
System Red Green Blue C M Y K H S L
Decimal 177 29 20 0 0.84 0.89 0.31 3.44 0.8 0.39
Hex B1 1D 14 0 54 59 1F 3 50 27
Octal 261 35 24 0 124 131 37 3 120 47
Binary 10110001 11101 10100 0 1010100 1011001 11111 11 1010000 100111

Color Harmonies of #B11D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11D14

Black with #B11D14

Text Example


Text Example

White with #B11D14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11D14; }

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

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

background-color css

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

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

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

border-color css

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

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

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