#B63323

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

Shades of Fire Brick #B63323

Tints of Fire Brick #B63323

Color information

#B63323 (or 0xB63323) is unknown color: approx Fire Brick. HEX triplet: B6, 33 and 23. RGB value is (182,51,35). Sum of RGB (Red+Green+Blue) = 182+51+35=268 (35% of max value = 765). Red value is 182 (71.48% from 255 or 67.91% from 268); Green value is 51 (20.31% from 255 or 19.03% from 268); Blue value is 35 (14.06% from 255 or 13.06% from 268); Max value from RGB is 182 - color contains mainly: red. Hex color #B63323 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63323 is #49CCDC. Grayscale: #585858. Windows color (decimal): -4836573 or 2306998. OLE color: 2306998.

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

Color convert

RGB1825135-
CMYK00.720.810.29
HSL6.53º67.74%42.55%-
HSV(B)6.53º80.77%71.37%-
XYZ20.7812.432.89-
YUV88.3497.9194.8-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 67.91%
GREEN value IS 51 (20.31% from 255) = 19.03%
BLUE value IS 35 (14.06% from 255) = 13.06%
R=67.91%
G=19.03%
B=13.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.81
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182513500.720.810.296.5367.7442.55
HexB63323048511D7442b
Octal2666343011012135710453
Binary10110110110011100011010010001010001111011111000100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B63323

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B63323; }

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

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

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

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

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

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

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

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