#B82311

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

Shades of Fire Brick #B82311

Tints of Fire Brick #B82311

Color information

#B82311 (or 0xB82311) is unknown color: approx Fire Brick. HEX triplet: B8, 23 and 11. RGB value is (184,35,17). Sum of RGB (Red+Green+Blue) = 184+35+17=236 (31% of max value = 765). Red value is 184 (72.27% from 255 or 77.97% from 236); Green value is 35 (14.06% from 255 or 14.83% from 236); Blue value is 17 (7.03% from 255 or 7.20% from 236); Max value from RGB is 184 - color contains mainly: red. Hex color #B82311 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B82311 is #47DCEE. Grayscale: #4D4D4D. Windows color (decimal): -4709615 or 1123256. OLE color: 1123256.

HSL color Cylindrical-coordinate representation of color #B82311: hue angle of 6.47º 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 #B82311 is Cyan = 0, Magento = 0.81, Yellow = 0.91 and Black (K on CMYK) = 0.28.

Color convert

RGB1843517-
CMYK00.810.910.28
HSL6.47º83.08%39.41%-
HSV(B)6.47º90.76%72.16%-
XYZ20.4711.431.66-
YUV77.593.86203.96-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 77.97%
GREEN value IS 35 (14.06% from 255) = 14.83%
BLUE value IS 17 (7.03% from 255) = 7.20%
R=77.97%
G=14.83%
B=7.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.91
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184351700.810.910.286.4783.0839.41
HexB823110515B1C65327
Octal2704321012113334612347
Binary1011100010001110001010100011011011111001101010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B82311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B82311; }

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

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

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

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

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

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

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

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