#B63221

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

Shades of Fire Brick #B63221

Tints of Fire Brick #B63221

Color information

#B63221 (or 0xB63221) is unknown color: approx Fire Brick. HEX triplet: B6, 32 and 21. RGB value is (182,50,33). Sum of RGB (Red+Green+Blue) = 182+50+33=265 (35% of max value = 765). Red value is 182 (71.48% from 255 or 68.68% from 265); Green value is 50 (19.92% from 255 or 18.87% from 265); Blue value is 33 (13.28% from 255 or 12.45% from 265); Max value from RGB is 182 - color contains mainly: red. Hex color #B63221 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63221 is #49CDDE. Grayscale: #575757. Windows color (decimal): -4836831 or 2175670. OLE color: 2175670.

HSL color Cylindrical-coordinate representation of color #B63221: hue angle of 6.85º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B63221 is Cyan = 0, Magento = 0.73, Yellow = 0.82 and Black (K on CMYK) = 0.29.

Color convert

RGB1825033-
CMYK00.730.820.29
HSL6.85º69.3%42.16%-
HSV(B)6.85º81.87%71.37%-
XYZ20.7112.342.73-
YUV87.5397.23195.38-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 68.68%
GREEN value IS 50 (19.92% from 255) = 18.87%
BLUE value IS 33 (13.28% from 255) = 12.45%
R=68.68%
G=18.87%
B=12.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.82
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182503300.730.820.296.8569.342.16
HexB63221049521D7452a
Octal2666241011112235710552
Binary10110110110010100001010010011010010111011111000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B63221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B63221; }

 p { color: rgb(182,50,33); }

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

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

 a { background-color: rgb(182,50,33); }

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

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

 span { border-color: rgb(182,50,33); }

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