#A6221D

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

Shades of Fire Brick #A6221D

Tints of Fire Brick #A6221D

Color information

#A6221D (or 0xA6221D) is unknown color: approx Fire Brick. HEX triplet: A6, 22 and 1D. RGB value is (166,34,29). Sum of RGB (Red+Green+Blue) = 166+34+29=229 (30% of max value = 765). Red value is 166 (65.23% from 255 or 72.49% from 229); Green value is 34 (13.67% from 255 or 14.85% from 229); Blue value is 29 (11.72% from 255 or 12.66% from 229); Max value from RGB is 166 - color contains mainly: red. Hex color #A6221D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6221D is #59DDE2. Grayscale: #494949. Windows color (decimal): -5889507 or 1909414. OLE color: 1909414.

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

Color convert

RGB1663429-
CMYK00.800.830.35
HSL2.19º70.26%38.24%-
HSV(B)2.19º82.53%65.1%-
XYZ16.529.342.09-
YUV72.9103.23194.41-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 72.49%
GREEN value IS 34 (13.67% from 255) = 14.85%
BLUE value IS 29 (11.72% from 255) = 12.66%
R=72.49%
G=14.85%
B=12.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.83
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166342900.800.830.352.1970.2638.24
HexA6221D050532324626
Octal2464235012012343210646
Binary1010011010001011101010100001010011100011101000110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6221D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6221D; }

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

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

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

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

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

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

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

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