#B63326

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

Shades of Fire Brick #B63326

Tints of Fire Brick #B63326

Color information

#B63326 (or 0xB63326) is unknown color: approx Fire Brick. HEX triplet: B6, 33 and 26. RGB value is (182,51,38). Sum of RGB (Red+Green+Blue) = 182+51+38=271 (35% of max value = 765). Red value is 182 (71.48% from 255 or 67.16% from 271); Green value is 51 (20.31% from 255 or 18.82% from 271); Blue value is 38 (15.23% from 255 or 14.02% from 271); Max value from RGB is 182 - color contains mainly: red. Hex color #B63326 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63326 is #49CCD9. Grayscale: #585858. Windows color (decimal): -4836570 or 2503606. OLE color: 2503606.

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

Color convert

RGB1825138-
CMYK00.720.790.29
HSL5.42º65.45%43.14%-
HSV(B)5.42º79.12%71.37%-
XYZ20.8312.453.14-
YUV88.6999.4194.56-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 67.16%
GREEN value IS 51 (20.31% from 255) = 18.82%
BLUE value IS 38 (15.23% from 255) = 14.02%
R=67.16%
G=18.82%
B=14.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.79
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182513800.720.790.295.4265.4543.14
HexB633260484F1D5412b
Octal2666346011011735510153
Binary10110110110011100110010010001001111111011011000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B63326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B63326; }

 p { color: rgb(182,51,38); }

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

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

 a { background-color: rgb(182,51,38); }

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

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

 span { border-color: rgb(182,51,38); }

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