#A61707

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

Shades of Fire Brick #A61707

Tints of Fire Brick #A61707

Color information

#A61707 (or 0xA61707) is unknown color: approx Fire Brick. HEX triplet: A6, 17 and 07. RGB value is (166,23,7). Sum of RGB (Red+Green+Blue) = 166+23+7=196 (25% of max value = 765). Red value is 166 (65.23% from 255 or 84.69% from 196); Green value is 23 (9.38% from 255 or 11.73% from 196); Blue value is 7 (3.12% from 255 or 3.57% from 196); Max value from RGB is 166 - color contains mainly: red. Hex color #A61707 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A61707 is #59E8F8. Grayscale: #404040. Windows color (decimal): -5892345 or 464806. OLE color: 464806.

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

Color convert

RGB166237-
CMYK00.860.960.35
HSL6.04º91.91%33.92%-
HSV(B)6.04º95.78%65.1%-
XYZ16.078.741.04-
YUV63.9395.88200.8-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 84.69%
GREEN value IS 23 (9.38% from 255) = 11.73%
BLUE value IS 7 (3.12% from 255) = 3.57%
R=84.69%
G=11.73%
B=3.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.96
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16623700.860.960.356.0491.9133.92
HexA6177056602365c22
Octal246277012614043613442
Binary10100110101111110101011011000001000111101011100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A61707

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A61707; }

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

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

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

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

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

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

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

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