Html Css Color HEX #B1331E Fire Brick

📋 copy color: '#B1331E'

red 177 ◦ green 51 ◦ blue 30

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

Shades of Fire Brick #B1331E

Tints of Fire Brick #B1331E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 11.63%

R = 68.6%
G = 19.77%
B = 11.63%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.83

 K value IS 0.31

RGB Variations

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

Color information

#B1331E (or 0xB1331E) is known color: Fire Brick. HEX triplet: B1, 33 and 1E. RGB value is (177,51,30). Sum of RGB (Red+Green+Blue) = 177+51+30=258 (34% of max value = 765). Red value is 177 (69.53% from 255 or 68.60% from 258); Green value is 51 (20.31% from 255 or 19.77% from 258); Blue value is 30 (12.11% from 255 or 11.63% from 258); Max value from RGB is 177 - color contains mainly: red. Hex color #B1331E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1331E is #4ECCE1. Grayscale: #565656. Windows color (decimal): -5164258 or 1979313. OLE color: 1979313.

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

Color convert

RGB 177 51 30 -
CMYK 0 0.71 0.83 0.31
HSL 8.57º 0.71% 0.41% -
HSV(B) 8.57º 0.83% 0.69% -
XYZ 19.55 11.81 2.48 -
YUV 86.28 96.24 192.71 -
System Red Green Blue C M Y K H S L
Decimal 177 51 30 0 0.71 0.83 0.31 8.57 0.71 0.41
Hex B1 33 1E 0 47 53 1F 9 47 29
Octal 261 63 36 0 107 123 37 11 107 51
Binary 10110001 110011 11110 0 1000111 1010011 11111 1001 1000111 101001

Color Harmonies of #B1331E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1331E

Black with #B1331E

Text Example


Text Example

White with #B1331E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1331E; }

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

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

background-color css

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

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

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

border-color css

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

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

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