#B31F14

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

Shades of Fire Brick #B31F14

Tints of Fire Brick #B31F14

Color information

#B31F14 (or 0xB31F14) is unknown color: approx Fire Brick. HEX triplet: B3, 1F and 14. RGB value is (179,31,20). Sum of RGB (Red+Green+Blue) = 179+31+20=230 (30% of max value = 765). Red value is 179 (70.31% from 255 or 77.83% from 230); Green value is 31 (12.5% from 255 or 13.48% from 230); Blue value is 20 (8.20% from 255 or 8.70% from 230); Max value from RGB is 179 - color contains mainly: red. Hex color #B31F14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B31F14 is #4CE0EB. Grayscale: #4A4A4A. Windows color (decimal): -5038316 or 1318835. OLE color: 1318835.

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

Color convert

RGB1793120-
CMYK00.830.890.30
HSL4.15º79.9%39.02%-
HSV(B)4.15º88.83%70.2%-
XYZ19.2110.611.7-
YUV7497.53202.89-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 77.83%
GREEN value IS 31 (12.5% from 255) = 13.48%
BLUE value IS 20 (8.20% from 255) = 8.70%
R=77.83%
G=13.48%
B=8.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.89
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179312000.830.890.304.1579.939.02
HexB31F14053591E45027
Octal2633724012313136412047
Binary101100111111110100010100111011001111101001010000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B31F14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B31F14; }

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

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

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

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

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

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

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

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