Html Css Color HEX #B11110 Fire Brick

📋 copy color: '#B11110'

red 177 ◦ green 17 ◦ blue 16

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

Shades of Fire Brick #B11110

Tints of Fire Brick #B11110

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.1%

 BLUE value IS 16 (6.64% from 255) = 7.62%

R = 84.29%
G = 8.1%
B = 7.62%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.91

 K value IS 0.31

RGB Variations

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

Color information

#B11110 (or 0xB11110) is known color: Fire Brick. HEX triplet: B1, 11 and 10. RGB value is (177,17,16). Sum of RGB (Red+Green+Blue) = 177+17+16=210 (27% of max value = 765). Red value is 177 (69.53% from 255 or 84.29% from 210); Green value is 17 (7.03% from 255 or 8.10% from 210); Blue value is 16 (6.64% from 255 or 7.62% from 210); Max value from RGB is 177 - color contains mainly: red. Hex color #B11110 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B11110 is #4EEEEF. Grayscale: #404040. Windows color (decimal): -5172976 or 1053105. OLE color: 1053105.

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

Color convert

RGB 177 17 16 -
CMYK 0 0.90 0.91 0.31
HSL 0.37º 0.83% 0.38% -
HSV(B) 0.37º 0.91% 0.69% -
XYZ 18.43 9.79 1.41 -
YUV 64.73 100.51 208.08 -
System Red Green Blue C M Y K H S L
Decimal 177 17 16 0 0.90 0.91 0.31 0.37 0.83 0.38
Hex B1 11 10 0 5A 5B 1F 0 53 26
Octal 261 21 20 0 132 133 37 0 123 46
Binary 10110001 10001 10000 0 1011010 1011011 11111 0 1010011 100110

Color Harmonies of #B11110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11110

Black with #B11110

Text Example


Text Example

White with #B11110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11110; }

 p { color: rgb(177,17,16); }

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

background-color css

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

 a { background-color: rgb(177,17,16); }

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

border-color css

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

 span { border-color: rgb(177,17,16); }

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