#A6170C

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

Shades of Fire Brick #A6170C

Tints of Fire Brick #A6170C

Color information

#A6170C (or 0xA6170C) is unknown color: approx Fire Brick. HEX triplet: A6, 17 and 0C. RGB value is (166,23,12). Sum of RGB (Red+Green+Blue) = 166+23+12=201 (26% of max value = 765). Red value is 166 (65.23% from 255 or 82.59% from 201); Green value is 23 (9.38% from 255 or 11.44% from 201); Blue value is 12 (5.08% from 255 or 5.97% from 201); Max value from RGB is 166 - color contains mainly: red. Hex color #A6170C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A6170C is #59E8F3. Grayscale: #404040. Windows color (decimal): -5892340 or 792486. OLE color: 792486.

HSL color Cylindrical-coordinate representation of color #A6170C: hue angle of 4.29º degrees, saturation: 0.87, 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 #A6170C is Cyan = 0, Magento = 0.86, Yellow = 0.93 and Black (K on CMYK) = 0.35.

Color convert

RGB1662312-
CMYK00.860.930.35
HSL4.29º86.52%34.9%-
HSV(B)4.29º92.77%65.1%-
XYZ16.18.751.19-
YUV64.598.38200.39-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 82.59%
GREEN value IS 23 (9.38% from 255) = 11.44%
BLUE value IS 12 (5.08% from 255) = 5.97%
R=82.59%
G=11.44%
B=5.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.93
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166231200.860.930.354.2986.5234.9
HexA617C0565D2345723
Octal2462714012613543412743
Binary101001101011111000101011010111011000111001010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6170C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6170C; }

 p { color: rgb(166,23,12); }

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

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

 a { background-color: rgb(166,23,12); }

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

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

 span { border-color: rgb(166,23,12); }

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