#B82E21

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

Shades of Fire Brick #B82E21

Tints of Fire Brick #B82E21

Color information

#B82E21 (or 0xB82E21) is unknown color: approx Fire Brick. HEX triplet: B8, 2E and 21. RGB value is (184,46,33). Sum of RGB (Red+Green+Blue) = 184+46+33=263 (34% of max value = 765). Red value is 184 (72.27% from 255 or 69.96% from 263); Green value is 46 (18.36% from 255 or 17.49% from 263); Blue value is 33 (13.28% from 255 or 12.55% from 263); Max value from RGB is 184 - color contains mainly: red. Hex color #B82E21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B82E21 is #47D1DE. Grayscale: #555555. Windows color (decimal): -4706783 or 2174648. OLE color: 2174648.

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

Color convert

RGB1844633-
CMYK00.750.820.28
HSL5.17º69.59%42.55%-
HSV(B)5.17º82.07%72.16%-
XYZ21.0212.252.7-
YUV85.7898.22198.06-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 69.96%
GREEN value IS 46 (18.36% from 255) = 17.49%
BLUE value IS 33 (13.28% from 255) = 12.55%
R=69.96%
G=17.49%
B=12.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.82
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184463300.750.820.285.1769.5942.55
HexB82E2104B521C5462b
Octal2705641011312234510653
Binary10111000101110100001010010111010010111001011000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B82E21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B82E21; }

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

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

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

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

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

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

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

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