Html Css Color HEX #B11713 Fire Brick

📋 copy color: '#B11713'

red 177 ◦ green 23 ◦ blue 19

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

Shades of Fire Brick #B11713

Tints of Fire Brick #B11713

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 8.68%

R = 80.82%
G = 10.5%
B = 8.68%

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

#B11713 (or 0xB11713) is known color: Fire Brick. HEX triplet: B1, 17 and 13. RGB value is (177,23,19). Sum of RGB (Red+Green+Blue) = 177+23+19=219 (29% of max value = 765). Red value is 177 (69.53% from 255 or 80.82% from 219); Green value is 23 (9.38% from 255 or 10.50% from 219); Blue value is 19 (7.81% from 255 or 8.68% from 219); Max value from RGB is 177 - color contains mainly: red. Hex color #B11713 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B11713 is #4EE8EC. Grayscale: #444444. Windows color (decimal): -5171437 or 1251249. OLE color: 1251249.

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

Color convert

RGB 177 23 19 -
CMYK 0 0.87 0.89 0.31
HSL 1.52º 0.81% 0.38% -
HSV(B) 1.52º 0.89% 0.69% -
XYZ 18.56 10.01 1.57 -
YUV 68.59 100.02 205.33 -
System Red Green Blue C M Y K H S L
Decimal 177 23 19 0 0.87 0.89 0.31 1.52 0.81 0.38
Hex B1 17 13 0 57 59 1F 2 51 26
Octal 261 27 23 0 127 131 37 2 121 46
Binary 10110001 10111 10011 0 1010111 1011001 11111 10 1010001 100110

Color Harmonies of #B11713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11713

Black with #B11713

Text Example


Text Example

White with #B11713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11713; }

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

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

background-color css

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

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

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

border-color css

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

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

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