#A6220E

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

Shades of Fire Brick #A6220E

Tints of Fire Brick #A6220E

Color information

#A6220E (or 0xA6220E) is unknown color: approx Fire Brick. HEX triplet: A6, 22 and 0E. RGB value is (166,34,14). Sum of RGB (Red+Green+Blue) = 166+34+14=214 (28% of max value = 765). Red value is 166 (65.23% from 255 or 77.57% from 214); Green value is 34 (13.67% from 255 or 15.89% from 214); Blue value is 14 (5.86% from 255 or 6.54% from 214); Max value from RGB is 166 - color contains mainly: red. Hex color #A6220E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A6220E is #59DDF1. Grayscale: #474747. Windows color (decimal): -5889522 or 926374. OLE color: 926374.

HSL color Cylindrical-coordinate representation of color #A6220E: hue angle of 7.89º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A6220E is Cyan = 0, Magento = 0.80, Yellow = 0.92 and Black (K on CMYK) = 0.35.

Color convert

RGB1663414-
CMYK00.800.920.35
HSL7.89º84.44%35.29%-
HSV(B)7.89º91.57%65.1%-
XYZ16.389.281.34-
YUV71.1995.73195.63-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 77.57%
GREEN value IS 34 (13.67% from 255) = 15.89%
BLUE value IS 14 (5.86% from 255) = 6.54%
R=77.57%
G=15.89%
B=6.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.92
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166341400.800.920.357.8984.4435.29
HexA622E0505C2385423
Octal24642160120134431012443
Binary10100110100010111001010000101110010001110001010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6220E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6220E; }

 p { color: rgb(166,34,14); }

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

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

 a { background-color: rgb(166,34,14); }

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

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

 span { border-color: rgb(166,34,14); }

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