#B6321C

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

Shades of Fire Brick #B6321C

Tints of Fire Brick #B6321C

Color information

#B6321C (or 0xB6321C) is unknown color: approx Fire Brick. HEX triplet: B6, 32 and 1C. RGB value is (182,50,28). Sum of RGB (Red+Green+Blue) = 182+50+28=260 (34% of max value = 765). Red value is 182 (71.48% from 255 or 70% from 260); Green value is 50 (19.92% from 255 or 19.23% from 260); Blue value is 28 (11.33% from 255 or 10.77% from 260); Max value from RGB is 182 - color contains mainly: red. Hex color #B6321C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B6321C is #49CDE3. Grayscale: #575757. Windows color (decimal): -4836836 or 1847990. OLE color: 1847990.

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

Color convert

RGB1825028-
CMYK00.730.850.29
HSL8.57º73.33%41.18%-
HSV(B)8.57º84.62%71.37%-
XYZ20.6412.312.39-
YUV86.9694.73195.79-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 70%
GREEN value IS 50 (19.92% from 255) = 19.23%
BLUE value IS 28 (11.33% from 255) = 10.77%
R=70%
G=19.23%
B=10.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.85
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182502800.730.850.298.5773.3341.18
HexB6321C049551D94929
Octal26662340111125351111151
Binary10110110110010111000100100110101011110110011001001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6321C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6321C; }

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

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

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

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

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

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

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

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