#B82411

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

Shades of Fire Brick #B82411

Tints of Fire Brick #B82411

Color information

#B82411 (or 0xB82411) is unknown color: approx Fire Brick. HEX triplet: B8, 24 and 11. RGB value is (184,36,17). Sum of RGB (Red+Green+Blue) = 184+36+17=237 (31% of max value = 765). Red value is 184 (72.27% from 255 or 77.64% from 237); Green value is 36 (14.45% from 255 or 15.19% from 237); Blue value is 17 (7.03% from 255 or 7.17% from 237); Max value from RGB is 184 - color contains mainly: red. Hex color #B82411 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B82411 is #47DBEE. Grayscale: #4E4E4E. Windows color (decimal): -4709359 or 1123512. OLE color: 1123512.

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

Color convert

RGB1843617-
CMYK00.800.910.28
HSL6.83º83.08%39.41%-
HSV(B)6.83º90.76%72.16%-
XYZ20.511.491.67-
YUV78.0993.53203.54-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 77.64%
GREEN value IS 36 (14.45% from 255) = 15.19%
BLUE value IS 17 (7.03% from 255) = 7.17%
R=77.64%
G=15.19%
B=7.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.91
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184361700.800.910.286.8383.0839.41
HexB824110505B1C75327
Octal2704421012013334712347
Binary1011100010010010001010100001011011111001111010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B82411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B82411; }

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

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

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

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

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

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

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

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