#A6220B

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

Shades of Fire Brick #A6220B

Tints of Fire Brick #A6220B

Color information

#A6220B (or 0xA6220B) is unknown color: approx Fire Brick. HEX triplet: A6, 22 and 0B. RGB value is (166,34,11). Sum of RGB (Red+Green+Blue) = 166+34+11=211 (27% of max value = 765). Red value is 166 (65.23% from 255 or 78.67% from 211); Green value is 34 (13.67% from 255 or 16.11% from 211); Blue value is 11 (4.69% from 255 or 5.21% from 211); Max value from RGB is 166 - color contains mainly: red. Hex color #A6220B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A6220B is #59DDF4. Grayscale: #474747. Windows color (decimal): -5889525 or 729766. OLE color: 729766.

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

Color convert

RGB1663411-
CMYK00.800.930.35
HSL8.9º87.57%34.71%-
HSV(B)8.9º93.37%65.1%-
XYZ16.369.281.24-
YUV70.8594.23195.87-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 78.67%
GREEN value IS 34 (13.67% from 255) = 16.11%
BLUE value IS 11 (4.69% from 255) = 5.21%
R=78.67%
G=16.11%
B=5.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.93
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166341100.800.930.358.987.5734.71
HexA622B0505D2395823
Octal24642130120135431113043
Binary10100110100010101101010000101110110001110011011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6220B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6220B; }

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

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

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

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

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

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

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

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