#B1331D

Color #B1331D Fire Brick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fire Brick #B1331D

Tints of Fire Brick #B1331D

Color information

#B1331D (or 0xB1331D) is unknown color: approx Fire Brick. HEX triplet: B1, 33 and 1D. RGB value is (177,51,29). Sum of RGB (Red+Green+Blue) = 177+51+29=257 (34% of max value = 765). Red value is 177 (69.53% from 255 or 68.87% from 257); Green value is 51 (20.31% from 255 or 19.84% from 257); Blue value is 29 (11.72% from 255 or 11.28% from 257); Max value from RGB is 177 - color contains mainly: red. Hex color #B1331D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1331D is #4ECCE2. Grayscale: #565656. Windows color (decimal): -5164259 or 1913777. OLE color: 1913777.

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

Color convert

RGB1775129-
CMYK00.710.840.31
HSL8.92º71.84%40.39%-
HSV(B)8.92º83.62%69.41%-
XYZ19.5411.82.41-
YUV86.1795.74192.79-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 68.87%
GREEN value IS 51 (20.31% from 255) = 19.84%
BLUE value IS 29 (11.72% from 255) = 11.28%
R=68.87%
G=19.84%
B=11.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.84
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177512900.710.840.318.9271.8440.39
HexB1331D047541F94828
Octal26163350107124371111050
Binary10110001110011111010100011110101001111110011001000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1331D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1331D; }

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

 H1.HeaderClassName
 {
   color: #B1331D;
 }
 .AnyTagClassName
 {
   color: #B1331D;
 }
</style>
background-color css

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

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

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

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

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

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