#B31F06

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

Shades of Fire Brick #B31F06

Tints of Fire Brick #B31F06

Color information

#B31F06 (or 0xB31F06) is unknown color: approx Fire Brick. HEX triplet: B3, 1F and 06. RGB value is (179,31,6). Sum of RGB (Red+Green+Blue) = 179+31+6=216 (28% of max value = 765). Red value is 179 (70.31% from 255 or 82.87% from 216); Green value is 31 (12.5% from 255 or 14.35% from 216); Blue value is 6 (2.73% from 255 or 2.78% from 216); Max value from RGB is 179 - color contains mainly: red. Hex color #B31F06 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B31F06 is #4CE0F9. Grayscale: #484848. Windows color (decimal): -5038330 or 401331. OLE color: 401331.

HSL color Cylindrical-coordinate representation of color #B31F06: hue angle of 8.67º degrees, saturation: 0.94, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B31F06 is Cyan = 0, Magento = 0.83, Yellow = 0.97 and Black (K on CMYK) = 0.30.

Color convert

RGB179316-
CMYK00.830.970.30
HSL8.67º93.51%36.27%-
HSV(B)8.67º96.65%70.2%-
XYZ19.1110.581.21-
YUV72.490.53204.03-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 82.87%
GREEN value IS 31 (12.5% from 255) = 14.35%
BLUE value IS 6 (2.73% from 255) = 2.78%
R=82.87%
G=14.35%
B=2.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.97
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17931600.830.970.308.6793.5136.27
HexB31F6053611E95e24
Octal2633760123141361113644
Binary10110011111111100101001111000011111010011011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B31F06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B31F06; }

 p { color: rgb(179,31,6); }

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

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

 a { background-color: rgb(179,31,6); }

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

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

 span { border-color: rgb(179,31,6); }

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