#B82E28

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

Shades of Fire Brick #B82E28

Tints of Fire Brick #B82E28

Color information

#B82E28 (or 0xB82E28) is unknown color: approx Fire Brick. HEX triplet: B8, 2E and 28. RGB value is (184,46,40). Sum of RGB (Red+Green+Blue) = 184+46+40=270 (35% of max value = 765). Red value is 184 (72.27% from 255 or 68.15% from 270); Green value is 46 (18.36% from 255 or 17.04% from 270); Blue value is 40 (16.02% from 255 or 14.81% from 270); Max value from RGB is 184 - color contains mainly: red. Hex color #B82E28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B82E28 is #47D1D7. Grayscale: #565656. Windows color (decimal): -4706776 or 2633400. OLE color: 2633400.

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

Color convert

RGB1844640-
CMYK00.750.780.28
HSL2.5º64.29%43.92%-
HSV(B)2.5º78.26%72.16%-
XYZ21.1312.33.27-
YUV86.58101.72197.49-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 68.15%
GREEN value IS 46 (18.36% from 255) = 17.04%
BLUE value IS 40 (16.02% from 255) = 14.81%
R=68.15%
G=17.04%
B=14.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.78
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184464000.750.780.282.564.2943.92
HexB82E2804B4E1C3402c
Octal2705650011311634310054
Binary1011100010111010100001001011100111011100111000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B82E28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B82E28; }

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

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

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

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

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

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

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

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