#B01F14

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

Shades of Fire Brick #B01F14

Tints of Fire Brick #B01F14

Color information

#B01F14 (or 0xB01F14) is unknown color: approx Fire Brick. HEX triplet: B0, 1F and 14. RGB value is (176,31,20). Sum of RGB (Red+Green+Blue) = 176+31+20=227 (30% of max value = 765). Red value is 176 (69.14% from 255 or 77.53% from 227); Green value is 31 (12.5% from 255 or 13.66% from 227); Blue value is 20 (8.20% from 255 or 8.81% from 227); Max value from RGB is 176 - color contains mainly: red. Hex color #B01F14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B01F14 is #4FE0EB. Grayscale: #494949. Windows color (decimal): -5234924 or 1318832. OLE color: 1318832.

HSL color Cylindrical-coordinate representation of color #B01F14: hue angle of 4.23º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B01F14 is Cyan = 0, Magento = 0.82, Yellow = 0.89 and Black (K on CMYK) = 0.31.

Color convert

RGB1763120-
CMYK00.820.890.31
HSL4.23º79.59%38.43%-
HSV(B)4.23º88.64%69.02%-
XYZ18.5210.261.67-
YUV73.198.04201.39-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 77.53%
GREEN value IS 31 (12.5% from 255) = 13.66%
BLUE value IS 20 (8.20% from 255) = 8.81%
R=77.53%
G=13.66%
B=8.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.89
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176312000.820.890.314.2379.5938.43
HexB01F14052591F45026
Octal2603724012213137412046
Binary101100001111110100010100101011001111111001010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B01F14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B01F14; }

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

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

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

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

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

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

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

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