#B82819

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

Shades of Fire Brick #B82819

Tints of Fire Brick #B82819

Color information

#B82819 (or 0xB82819) is unknown color: approx Fire Brick. HEX triplet: B8, 28 and 19. RGB value is (184,40,25). Sum of RGB (Red+Green+Blue) = 184+40+25=249 (32% of max value = 765). Red value is 184 (72.27% from 255 or 73.90% from 249); Green value is 40 (16.02% from 255 or 16.06% from 249); Blue value is 25 (10.16% from 255 or 10.04% from 249); Max value from RGB is 184 - color contains mainly: red. Hex color #B82819 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B82819 is #47D7E6. Grayscale: #515151. Windows color (decimal): -4708327 or 1648824. OLE color: 1648824.

HSL color Cylindrical-coordinate representation of color #B82819: hue angle of 5.66º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B82819 is Cyan = 0, Magento = 0.78, Yellow = 0.86 and Black (K on CMYK) = 0.28.

Color convert

RGB1844025-
CMYK00.780.860.28
HSL5.66º76.08%40.98%-
HSV(B)5.66º86.41%72.16%-
XYZ20.711.782.1-
YUV81.3596.21201.22-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 73.90%
GREEN value IS 40 (16.02% from 255) = 16.06%
BLUE value IS 25 (10.16% from 255) = 10.04%
R=73.90%
G=16.06%
B=10.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.86
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184402500.780.860.285.6676.0840.98
HexB8281904E561C64c29
Octal2705031011612634611451
Binary1011100010100011001010011101010110111001101001100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B82819

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B82819; }

 p { color: rgb(184,40,25); }

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

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

 a { background-color: rgb(184,40,25); }

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

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

 span { border-color: rgb(184,40,25); }

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