#B82B1F

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

Shades of Fire Brick #B82B1F

Tints of Fire Brick #B82B1F

Color information

#B82B1F (or 0xB82B1F) is unknown color: approx Fire Brick. HEX triplet: B8, 2B and 1F. RGB value is (184,43,31). Sum of RGB (Red+Green+Blue) = 184+43+31=258 (34% of max value = 765). Red value is 184 (72.27% from 255 or 71.32% from 258); Green value is 43 (17.19% from 255 or 16.67% from 258); Blue value is 31 (12.5% from 255 or 12.02% from 258); Max value from RGB is 184 - color contains mainly: red. Hex color #B82B1F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B82B1F is #47D4E0. Grayscale: #535353. Windows color (decimal): -4707553 or 2042808. OLE color: 2042808.

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

Color convert

RGB1844331-
CMYK00.770.830.28
HSL4.71º71.16%42.16%-
HSV(B)4.71º83.15%72.16%-
XYZ20.8812.022.52-
YUV83.7998.21199.48-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 71.32%
GREEN value IS 43 (17.19% from 255) = 16.67%
BLUE value IS 31 (12.5% from 255) = 12.02%
R=71.32%
G=16.67%
B=12.02%

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
Decimal184433100.770.830.284.7171.1642.16
HexB82B1F04D531C5472a
Octal2705337011512334510752
Binary1011100010101111111010011011010011111001011000111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B82B1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B82B1F; }

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

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

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

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

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

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

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

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