#B13019

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

Shades of Fire Brick #B13019

Tints of Fire Brick #B13019

Color information

#B13019 (or 0xB13019) is unknown color: approx Fire Brick. HEX triplet: B1, 30 and 19. RGB value is (177,48,25). Sum of RGB (Red+Green+Blue) = 177+48+25=250 (33% of max value = 765). Red value is 177 (69.53% from 255 or 70.8% from 250); Green value is 48 (19.14% from 255 or 19.2% from 250); Blue value is 25 (10.16% from 255 or 10% from 250); Max value from RGB is 177 - color contains mainly: red. Hex color #B13019 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B13019 is #4ECFE6. Grayscale: #545454. Windows color (decimal): -5165031 or 1650865. OLE color: 1650865.

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

Color convert

RGB1774825-
CMYK00.730.860.31
HSL9.08º75.25%39.61%-
HSV(B)9.08º85.88%69.41%-
XYZ19.3611.532.12-
YUV83.9594.74194.37-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 70.8%
GREEN value IS 48 (19.14% from 255) = 19.2%
BLUE value IS 25 (10.16% from 255) = 10%
R=70.8%
G=19.2%
B=10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.86
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177482500.730.860.319.0875.2539.61
HexB13019049561F94b28
Octal26160310111126371111350
Binary10110001110000110010100100110101101111110011001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13019; }

 p { color: rgb(177,48,25); }

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

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

 a { background-color: rgb(177,48,25); }

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

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

 span { border-color: rgb(177,48,25); }

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