Html Css Color HEX #B1331F Fire Brick

📋 copy color: '#B1331F'

red 177 ◦ green 51 ◦ blue 31

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

Shades of Fire Brick #B1331F

Tints of Fire Brick #B1331F

RGB

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

 GREEN value IS 51 (20.31% from 255) = 19.69%

 BLUE value IS 31 (12.5% from 255) = 11.97%

R = 68.34%
G = 19.69%
B = 11.97%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.82

 K value IS 0.31

RGB Variations

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

Color information

#B1331F (or 0xB1331F) is known color: Fire Brick. HEX triplet: B1, 33 and 1F. RGB value is (177,51,31). Sum of RGB (Red+Green+Blue) = 177+51+31=259 (34% of max value = 765). Red value is 177 (69.53% from 255 or 68.34% from 259); Green value is 51 (20.31% from 255 or 19.69% from 259); Blue value is 31 (12.5% from 255 or 11.97% from 259); Max value from RGB is 177 - color contains mainly: red. Hex color #B1331F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1331F is #4ECCE0. Grayscale: #565656. Windows color (decimal): -5164257 or 2044849. OLE color: 2044849.

HSL color Cylindrical-coordinate representation of color #B1331F: hue angle of 8.22º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B1331F is Cyan = 0, Magento = 0.71, Yellow = 0.82 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 51 31 -
CMYK 0 0.71 0.82 0.31
HSL 8.22º 0.7% 0.41% -
HSV(B) 8.22º 0.82% 0.69% -
XYZ 19.56 11.81 2.55 -
YUV 86.39 96.74 192.63 -
System Red Green Blue C M Y K H S L
Decimal 177 51 31 0 0.71 0.82 0.31 8.22 0.7 0.41
Hex B1 33 1F 0 47 52 1F 8 46 29
Octal 261 63 37 0 107 122 37 10 106 51
Binary 10110001 110011 11111 0 1000111 1010010 11111 1000 1000110 101001

Color Harmonies of #B1331F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1331F

Black with #B1331F

Text Example


Text Example

White with #B1331F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1331F; }

 p { color: rgb(177,51,31); }

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

background-color css

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

 a { background-color: rgb(177,51,31); }

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

border-color css

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

 span { border-color: rgb(177,51,31); }

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