Html Css Color HEX #B1190F Fire Brick

📋 copy color: '#B1190F'

red 177 ◦ green 25 ◦ blue 15

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

Shades of Fire Brick #B1190F

Tints of Fire Brick #B1190F

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.52%

 BLUE value IS 15 (6.25% from 255) = 6.91%

R = 81.57%
G = 11.52%
B = 6.91%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.92

 K value IS 0.31

RGB Variations

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

Color information

#B1190F (or 0xB1190F) is known color: Fire Brick. HEX triplet: B1, 19 and 0F. RGB value is (177,25,15). Sum of RGB (Red+Green+Blue) = 177+25+15=217 (28% of max value = 765). Red value is 177 (69.53% from 255 or 81.57% from 217); Green value is 25 (10.16% from 255 or 11.52% from 217); Blue value is 15 (6.25% from 255 or 6.91% from 217); Max value from RGB is 177 - color contains mainly: red. Hex color #B1190F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B1190F is #4EE6F0. Grayscale: #454545. Windows color (decimal): -5170929 or 989617. OLE color: 989617.

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

Color convert

RGB 177 25 15 -
CMYK 0 0.86 0.92 0.31
HSL 3.7º 0.84% 0.38% -
HSV(B) 3.7º 0.92% 0.69% -
XYZ 18.57 10.08 1.42 -
YUV 69.31 97.36 204.81 -
System Red Green Blue C M Y K H S L
Decimal 177 25 15 0 0.86 0.92 0.31 3.7 0.84 0.38
Hex B1 19 F 0 56 5C 1F 4 54 26
Octal 261 31 17 0 126 134 37 4 124 46
Binary 10110001 11001 1111 0 1010110 1011100 11111 100 1010100 100110

Color Harmonies of #B1190F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1190F

Black with #B1190F

Text Example


Text Example

White with #B1190F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1190F; }

 p { color: rgb(177,25,15); }

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

background-color css

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

 a { background-color: rgb(177,25,15); }

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

border-color css

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

 span { border-color: rgb(177,25,15); }

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