Html Css Color HEX #B11714 Fire Brick

📋 copy color: '#B11714'

red 177 ◦ green 23 ◦ blue 20

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

Shades of Fire Brick #B11714

Tints of Fire Brick #B11714

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.45%

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

R = 80.45%
G = 10.45%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#B11714 (or 0xB11714) is known color: Fire Brick. HEX triplet: B1, 17 and 14. RGB value is (177,23,20). Sum of RGB (Red+Green+Blue) = 177+23+20=220 (29% of max value = 765). Red value is 177 (69.53% from 255 or 80.45% from 220); Green value is 23 (9.38% from 255 or 10.45% from 220); Blue value is 20 (8.20% from 255 or 9.09% from 220); Max value from RGB is 177 - color contains mainly: red. Hex color #B11714 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B11714 is #4EE8EB. Grayscale: #444444. Windows color (decimal): -5171436 or 1316785. OLE color: 1316785.

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

Color convert

RGB 177 23 20 -
CMYK 0 0.87 0.89 0.31
HSL 1.15º 0.8% 0.39% -
HSV(B) 1.15º 0.89% 0.69% -
XYZ 18.56 10.01 1.62 -
YUV 68.7 100.52 205.24 -
System Red Green Blue C M Y K H S L
Decimal 177 23 20 0 0.87 0.89 0.31 1.15 0.8 0.39
Hex B1 17 14 0 57 59 1F 1 50 27
Octal 261 27 24 0 127 131 37 1 120 47
Binary 10110001 10111 10100 0 1010111 1011001 11111 1 1010000 100111

Color Harmonies of #B11714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11714

Black with #B11714

Text Example


Text Example

White with #B11714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11714; }

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

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

background-color css

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

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

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

border-color css

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

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

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