#B82A1F

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

Shades of Fire Brick #B82A1F

Tints of Fire Brick #B82A1F

Color information

#B82A1F (or 0xB82A1F) is unknown color: approx Fire Brick. HEX triplet: B8, 2A and 1F. RGB value is (184,42,31). Sum of RGB (Red+Green+Blue) = 184+42+31=257 (34% of max value = 765). Red value is 184 (72.27% from 255 or 71.60% from 257); Green value is 42 (16.80% from 255 or 16.34% from 257); Blue value is 31 (12.5% from 255 or 12.06% from 257); Max value from RGB is 184 - color contains mainly: red. Hex color #B82A1F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B82A1F is #47D5E0. Grayscale: #535353. Windows color (decimal): -4707809 or 2042552. OLE color: 2042552.

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

Color convert

RGB1844231-
CMYK00.770.830.28
HSL4.31º71.16%42.16%-
HSV(B)4.31º83.15%72.16%-
XYZ20.8411.952.5-
YUV83.298.54199.89-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 71.60%
GREEN value IS 42 (16.80% from 255) = 16.34%
BLUE value IS 31 (12.5% from 255) = 12.06%
R=71.60%
G=16.34%
B=12.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.83
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184423100.770.830.284.3171.1642.16
HexB82A1F04D531C4472a
Octal2705237011512334410752
Binary1011100010101011111010011011010011111001001000111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B82A1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B82A1F; }

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

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

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

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

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

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

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

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