Html Css Color HEX #B11716 Fire Brick

📋 copy color: '#B11716'

red 177 ◦ green 23 ◦ blue 22

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

Shades of Fire Brick #B11716

Tints of Fire Brick #B11716

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 9.91%

R = 79.73%
G = 10.36%
B = 9.91%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.88

 K value IS 0.31

RGB Variations

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

Color information

#B11716 (or 0xB11716) is known color: Fire Brick. HEX triplet: B1, 17 and 16. RGB value is (177,23,22). Sum of RGB (Red+Green+Blue) = 177+23+22=222 (29% of max value = 765). Red value is 177 (69.53% from 255 or 79.73% from 222); Green value is 23 (9.38% from 255 or 10.36% from 222); Blue value is 22 (8.98% from 255 or 9.91% from 222); Max value from RGB is 177 - color contains mainly: red. Hex color #B11716 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B11716 is #4EE8E9. Grayscale: #454545. Windows color (decimal): -5171434 or 1447857. OLE color: 1447857.

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

Color convert

RGB 177 23 22 -
CMYK 0 0.87 0.88 0.31
HSL 0.39º 0.78% 0.39% -
HSV(B) 0.39º 0.88% 0.69% -
XYZ 18.58 10.02 1.71 -
YUV 68.93 101.52 205.08 -
System Red Green Blue C M Y K H S L
Decimal 177 23 22 0 0.87 0.88 0.31 0.39 0.78 0.39
Hex B1 17 16 0 57 58 1F 0 4E 27
Octal 261 27 26 0 127 130 37 0 116 47
Binary 10110001 10111 10110 0 1010111 1011000 11111 0 1001110 100111

Color Harmonies of #B11716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11716

Black with #B11716

Text Example


Text Example

White with #B11716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11716; }

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

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

background-color css

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

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

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

border-color css

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

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

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