#B81F14

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

Shades of Fire Brick #B81F14

Tints of Fire Brick #B81F14

Color information

#B81F14 (or 0xB81F14) is unknown color: approx Fire Brick. HEX triplet: B8, 1F and 14. RGB value is (184,31,20). Sum of RGB (Red+Green+Blue) = 184+31+20=235 (31% of max value = 765). Red value is 184 (72.27% from 255 or 78.30% from 235); Green value is 31 (12.5% from 255 or 13.19% from 235); Blue value is 20 (8.20% from 255 or 8.51% from 235); Max value from RGB is 184 - color contains mainly: red. Hex color #B81F14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B81F14 is #47E0EB. Grayscale: #4B4B4B. Windows color (decimal): -4710636 or 1318840. OLE color: 1318840.

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

Color convert

RGB1843120-
CMYK00.830.890.28
HSL4.02º80.39%40%-
HSV(B)4.02º89.13%72.16%-
XYZ20.3811.221.75-
YUV75.4996.69205.39-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 78.30%
GREEN value IS 31 (12.5% from 255) = 13.19%
BLUE value IS 20 (8.20% from 255) = 8.51%
R=78.30%
G=13.19%
B=8.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.89
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184312000.830.890.284.0280.3940
HexB81F14053591C45028
Octal2703724012313134412050
Binary101110001111110100010100111011001111001001010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B81F14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B81F14; }

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

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

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

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

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

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

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

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