#B82419

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

Shades of Fire Brick #B82419

Tints of Fire Brick #B82419

Color information

#B82419 (or 0xB82419) is unknown color: approx Fire Brick. HEX triplet: B8, 24 and 19. RGB value is (184,36,25). Sum of RGB (Red+Green+Blue) = 184+36+25=245 (32% of max value = 765). Red value is 184 (72.27% from 255 or 75.10% from 245); Green value is 36 (14.45% from 255 or 14.69% from 245); Blue value is 25 (10.16% from 255 or 10.20% from 245); Max value from RGB is 184 - color contains mainly: red. Hex color #B82419 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B82419 is #47DBE6. Grayscale: #4F4F4F. Windows color (decimal): -4709351 or 1647800. OLE color: 1647800.

HSL color Cylindrical-coordinate representation of color #B82419: hue angle of 4.15º 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 #B82419 is Cyan = 0, Magento = 0.80, Yellow = 0.86 and Black (K on CMYK) = 0.28.

Color convert

RGB1843625-
CMYK00.800.860.28
HSL4.15º76.08%40.98%-
HSV(B)4.15º86.41%72.16%-
XYZ20.5711.522.06-
YUV7997.53202.89-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 75.10%
GREEN value IS 36 (14.45% from 255) = 14.69%
BLUE value IS 25 (10.16% from 255) = 10.20%
R=75.10%
G=14.69%
B=10.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.86
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184362500.800.860.284.1576.0840.98
HexB82419050561C44c29
Octal2704431012012634411451
Binary1011100010010011001010100001010110111001001001100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B82419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B82419; }

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

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

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

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

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

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

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

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