#B82E2D

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

Shades of Fire Brick #B82E2D

Tints of Fire Brick #B82E2D

Color information

#B82E2D (or 0xB82E2D) is unknown color: approx Fire Brick. HEX triplet: B8, 2E and 2D. RGB value is (184,46,45). Sum of RGB (Red+Green+Blue) = 184+46+45=275 (36% of max value = 765). Red value is 184 (72.27% from 255 or 66.91% from 275); Green value is 46 (18.36% from 255 or 16.73% from 275); Blue value is 45 (17.97% from 255 or 16.36% from 275); Max value from RGB is 184 - color contains mainly: red. Hex color #B82E2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B82E2D is #47D1D2. Grayscale: #575757. Windows color (decimal): -4706771 or 2961080. OLE color: 2961080.

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

Color convert

RGB1844645-
CMYK00.750.760.28
HSL0.43º60.7%44.9%-
HSV(B)0.43º75.54%72.16%-
XYZ21.2212.333.74-
YUV87.15104.22197.08-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 66.91%
GREEN value IS 46 (18.36% from 255) = 16.73%
BLUE value IS 45 (17.97% from 255) = 16.36%
R=66.91%
G=16.73%
B=16.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.76
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184464500.750.760.280.4360.744.9
HexB82E2D04B4C1C03d2d
Octal270565501131143407555
Binary10111000101110101101010010111001100111000111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B82E2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B82E2D; }

 p { color: rgb(184,46,45); }

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

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

 a { background-color: rgb(184,46,45); }

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

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

 span { border-color: rgb(184,46,45); }

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