#B81E16

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

Shades of Fire Brick #B81E16

Tints of Fire Brick #B81E16

Color information

#B81E16 (or 0xB81E16) is unknown color: approx Fire Brick. HEX triplet: B8, 1E and 16. RGB value is (184,30,22). Sum of RGB (Red+Green+Blue) = 184+30+22=236 (31% of max value = 765). Red value is 184 (72.27% from 255 or 77.97% from 236); Green value is 30 (12.11% from 255 or 12.71% from 236); Blue value is 22 (8.98% from 255 or 9.32% from 236); Max value from RGB is 184 - color contains mainly: red. Hex color #B81E16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B81E16 is #47E1E9. Grayscale: #4B4B4B. Windows color (decimal): -4710890 or 1449656. OLE color: 1449656.

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

Color convert

RGB1843022-
CMYK00.840.880.28
HSL2.96º78.64%40.39%-
HSV(B)2.96º88.04%72.16%-
XYZ20.3811.181.84-
YUV75.1398.02205.65-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 77.97%
GREEN value IS 30 (12.11% from 255) = 12.71%
BLUE value IS 22 (8.98% from 255) = 9.32%
R=77.97%
G=12.71%
B=9.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.88
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184302200.840.880.282.9678.6440.39
HexB81E16054581C34f28
Octal2703626012413034311750
Binary10111000111101011001010100101100011100111001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B81E16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B81E16; }

 p { color: rgb(184,30,22); }

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

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

 a { background-color: rgb(184,30,22); }

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

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

 span { border-color: rgb(184,30,22); }

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