Html Css Color HEX #B1130E Fire Brick

📋 copy color: '#B1130E'

red 177 ◦ green 19 ◦ blue 14

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

Shades of Fire Brick #B1130E

Tints of Fire Brick #B1130E

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.05%

 BLUE value IS 14 (5.86% from 255) = 6.67%

R = 84.29%
G = 9.05%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.92

 K value IS 0.31

RGB Variations

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

Color information

#B1130E (or 0xB1130E) is known color: Fire Brick. HEX triplet: B1, 13 and 0E. RGB value is (177,19,14). Sum of RGB (Red+Green+Blue) = 177+19+14=210 (27% of max value = 765). Red value is 177 (69.53% from 255 or 84.29% from 210); Green value is 19 (7.81% from 255 or 9.05% from 210); Blue value is 14 (5.86% from 255 or 6.67% from 210); Max value from RGB is 177 - color contains mainly: red. Hex color #B1130E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B1130E is #4EECF1. Grayscale: #414141. Windows color (decimal): -5172466 or 922545. OLE color: 922545.

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

Color convert

RGB 177 19 14 -
CMYK 0 0.89 0.92 0.31
HSL 1.84º 0.85% 0.37% -
HSV(B) 1.84º 0.92% 0.69% -
XYZ 18.44 9.84 1.34 -
YUV 65.67 98.85 207.41 -
System Red Green Blue C M Y K H S L
Decimal 177 19 14 0 0.89 0.92 0.31 1.84 0.85 0.37
Hex B1 13 E 0 59 5C 1F 2 55 25
Octal 261 23 16 0 131 134 37 2 125 45
Binary 10110001 10011 1110 0 1011001 1011100 11111 10 1010101 100101

Color Harmonies of #B1130E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1130E

Black with #B1130E

Text Example


Text Example

White with #B1130E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1130E; }

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

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

background-color css

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

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

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

border-color css

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

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

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