#B82E27

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

Shades of Fire Brick #B82E27

Tints of Fire Brick #B82E27

Color information

#B82E27 (or 0xB82E27) is unknown color: approx Fire Brick. HEX triplet: B8, 2E and 27. RGB value is (184,46,39). Sum of RGB (Red+Green+Blue) = 184+46+39=269 (35% of max value = 765). Red value is 184 (72.27% from 255 or 68.40% from 269); Green value is 46 (18.36% from 255 or 17.10% from 269); Blue value is 39 (15.62% from 255 or 14.50% from 269); Max value from RGB is 184 - color contains mainly: red. Hex color #B82E27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B82E27 is #47D1D8. Grayscale: #565656. Windows color (decimal): -4706777 or 2567864. OLE color: 2567864.

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

Color convert

RGB1844639-
CMYK00.750.790.28
HSL2.9º65.02%43.73%-
HSV(B)2.9º78.8%72.16%-
XYZ21.1112.293.18-
YUV86.46101.22197.57-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 68.40%
GREEN value IS 46 (18.36% from 255) = 17.10%
BLUE value IS 39 (15.62% from 255) = 14.50%
R=68.40%
G=17.10%
B=14.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.79
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184463900.750.790.282.965.0243.73
HexB82E2704B4F1C3412c
Octal2705647011311734310154
Binary1011100010111010011101001011100111111100111000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B82E27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B82E27; }

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

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

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

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

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

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

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

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