Html Css Color HEX #B1331B Fire Brick

📋 copy color: '#B1331B'

red 177 ◦ green 51 ◦ blue 27

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

Shades of Fire Brick #B1331B

Tints of Fire Brick #B1331B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 10.59%

R = 69.41%
G = 20%
B = 10.59%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.85

 K value IS 0.31

RGB Variations

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

Color information

#B1331B (or 0xB1331B) is known color: Fire Brick. HEX triplet: B1, 33 and 1B. RGB value is (177,51,27). Sum of RGB (Red+Green+Blue) = 177+51+27=255 (33% of max value = 765). Red value is 177 (69.53% from 255 or 69.41% from 255); Green value is 51 (20.31% from 255 or 20% from 255); Blue value is 27 (10.94% from 255 or 10.59% from 255); Max value from RGB is 177 - color contains mainly: red. Hex color #B1331B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1331B is #4ECCE4. Grayscale: #565656. Windows color (decimal): -5164261 or 1782705. OLE color: 1782705.

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

Color convert

RGB 177 51 27 -
CMYK 0 0.71 0.85 0.31
HSL 9.6º 0.74% 0.4% -
HSV(B) 9.6º 0.85% 0.69% -
XYZ 19.51 11.79 2.28 -
YUV 85.94 94.74 192.95 -
System Red Green Blue C M Y K H S L
Decimal 177 51 27 0 0.71 0.85 0.31 9.6 0.74 0.4
Hex B1 33 1B 0 47 55 1F A 4A 28
Octal 261 63 33 0 107 125 37 12 112 50
Binary 10110001 110011 11011 0 1000111 1010101 11111 1010 1001010 101000

Color Harmonies of #B1331B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1331B

Black with #B1331B

Text Example


Text Example

White with #B1331B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1331B; }

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

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

background-color css

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

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

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

border-color css

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

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

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