#B82211

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

Shades of Fire Brick #B82211

Tints of Fire Brick #B82211

Color information

#B82211 (or 0xB82211) is unknown color: approx Fire Brick. HEX triplet: B8, 22 and 11. RGB value is (184,34,17). Sum of RGB (Red+Green+Blue) = 184+34+17=235 (31% of max value = 765). Red value is 184 (72.27% from 255 or 78.30% from 235); Green value is 34 (13.67% from 255 or 14.47% from 235); Blue value is 17 (7.03% from 255 or 7.23% from 235); Max value from RGB is 184 - color contains mainly: red. Hex color #B82211 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B82211 is #47DDEE. Grayscale: #4D4D4D. Windows color (decimal): -4709871 or 1123000. OLE color: 1123000.

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

Color convert

RGB1843417-
CMYK00.820.910.28
HSL6.11º83.08%39.41%-
HSV(B)6.11º90.76%72.16%-
XYZ20.4411.371.65-
YUV76.9194.2204.38-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 78.30%
GREEN value IS 34 (13.67% from 255) = 14.47%
BLUE value IS 17 (7.03% from 255) = 7.23%
R=78.30%
G=14.47%
B=7.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.91
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184341700.820.910.286.1183.0839.41
HexB822110525B1C65327
Octal2704221012213334612347
Binary1011100010001010001010100101011011111001101010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B82211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B82211; }

 p { color: rgb(184,34,17); }

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

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

 a { background-color: rgb(184,34,17); }

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

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

 span { border-color: rgb(184,34,17); }

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