#b13118

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

Shades of Fire Brick #B13118

Tints of Fire Brick #B13118

Color information

#B13118 (or 0xB13118) is unknown color: approx Fire Brick. HEX triplet: B1, 31 and 18. RGB value is (177,49,24). Sum of RGB (Red+Green+Blue) = 177+49+24=250 (33% of max value = 765). Red value is 177 (69.53% from 255 or 70.8% from 250); Green value is 49 (19.53% from 255 or 19.6% from 250); Blue value is 24 (9.77% from 255 or 9.6% from 250); Max value from RGB is 177 - color contains mainly: red. Hex color #B13118 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B13118 is #4ECEE7. Grayscale: #545454. Windows color (decimal): -5164776 or 1585585. OLE color: 1585585.

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

Color convert

RGB1774924-
CMYK00.720.860.31
HSL9.8º76.12%39.41%-
HSV(B)9.8º86.44%69.41%-
XYZ19.3911.612.08-
YUV84.4293.91194.03-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 70.8%
GREEN value IS 49 (19.53% from 255) = 19.6%
BLUE value IS 24 (9.77% from 255) = 9.6%
R=70.8%
G=19.6%
B=9.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.86
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177492400.720.860.319.876.1239.41
HexB13118048561Fa4c27
Octal26161300110126371211447
Binary10110001110001110000100100010101101111110101001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b13118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b13118; }

 p { color: rgb(177,49,24); }

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

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

 a { background-color: rgb(177,49,24); }

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

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

 span { border-color: rgb(177,49,24); }

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