#B3170D

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

Shades of Fire Brick #B3170D

Tints of Fire Brick #B3170D

Color information

#B3170D (or 0xB3170D) is unknown color: approx Fire Brick. HEX triplet: B3, 17 and 0D. RGB value is (179,23,13). Sum of RGB (Red+Green+Blue) = 179+23+13=215 (28% of max value = 765). Red value is 179 (70.31% from 255 or 83.26% from 215); Green value is 23 (9.38% from 255 or 10.70% from 215); Blue value is 13 (5.47% from 255 or 6.05% from 215); Max value from RGB is 179 - color contains mainly: red. Hex color #B3170D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B3170D is #4CE8F2. Grayscale: #444444. Windows color (decimal): -5040371 or 858035. OLE color: 858035.

HSL color Cylindrical-coordinate representation of color #B3170D: hue angle of 3.61º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B3170D is Cyan = 0, Magento = 0.87, Yellow = 0.93 and Black (K on CMYK) = 0.30.

Color convert

RGB1792313-
CMYK00.870.930.30
HSL3.61º86.46%37.65%-
HSV(B)3.61º92.74%70.2%-
XYZ18.9710.231.35-
YUV68.596.68206.81-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 83.26%
GREEN value IS 23 (9.38% from 255) = 10.70%
BLUE value IS 13 (5.47% from 255) = 6.05%
R=83.26%
G=10.70%
B=6.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.93
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179231300.870.930.303.6186.4637.65
HexB317D0575D1E45626
Octal2632715012713536412646
Binary10110011101111101010101111011101111101001010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3170D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3170D; }

 p { color: rgb(179,23,13); }

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

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

 a { background-color: rgb(179,23,13); }

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

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

 span { border-color: rgb(179,23,13); }

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